Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Releases: zanona/pakku

v1.4.0

04 Dec 10:20
Compare
Choose a tag to compare

Bug Fixes

  • build: file creation callback as promise (34fc835)
  • build: skip error checking on removing build dir (7cd10d2)
  • compiler/js: use browserify global transform for imported modules (0c0429f)
  • core: exiting with error (1) whenever crashing (3aea4ef)
  • core: only run link rewriting if files are passed (8d5d8da)
  • core: replace Object.entries to support node 6 (a2b4e79)
  • logger: safe guard undefined err.stack (fc5fdc5)
  • parser/js: hasImports discovery for modules without extension (03eb106)
  • parser/js: prevent module paths from being rewritten (cbbdc54)
  • sourcemaps: failing to resolve absolute urls (c50e30b)
  • sourcemaps: regression on sourcemaps generation (fea6a2f)
  • sourcemaps: regression while sourcemapping inline scripts (019f74c)
  • sourcemaps: use absolute URL for sourceMappingURL (9ef76db)
  • utils: path normalization on win32 (92c5b25)
  • vfiles: check for git repo before sha hashing (8acb2a5)
  • vfiles: regression on vname and link rewriting (84ebb47)

Features

  • compiler/js: add ability to use nodejs process.env variables (ab2ea4b)
  • compiler/js: add support for babel preset-stage-3 (6167ee8)
  • core: allow programatic access as event emitter (e399b03)
  • sourcemaps: add cli flag for enabling sourcemap generation (a9b1117)
  • sourcemaps: add sourcemap support (4c244c6)
  • sourcemaps: add support for browserified scripts (f4cf96d)
  • sourcemaps: add support for sourcemapping external scripts with data-inline (09ed665)

Performance Improvements

  • compiler/img: update compression logic (9742f2a)
  • compiler/js: browserify only necessary files (ca52b2a)

v.1.3.0

20 Sep 18:42
Compare
Choose a tag to compare
  • Add support for ld+json scripts
  • Collapse whitespace and preserve line breaks on HTML minification
  • Add support for .ico files
  • Fix @file.html replacement rules on js files
  • Ignore files from /vendor directory
  • Whitelist VCF files
  • Replace undefined env variables with empty string
  • Fix version being added after @2x on img files
  • Add support for markdown parsing into HTML
  • Babelify after browserifying
  • Generate root URLs for html file references
  • Update autoprefixer and postcss
  • Prevent versioning specifically on .html file names
  • Add postCSS flexbug-fixes optimization
  • Fix parsing URLs with backslash i.e(http://)
  • Add support for parsing parenthesis in URLs ()
  • Update dependencies

v1.0.1

23 Feb 13:31
Compare
Choose a tag to compare
Fix rebasing non existent file paths

v1.0.0

20 Feb 16:49
Compare
Choose a tag to compare

Normalising version for public release

v0.4.0-rc2

20 Feb 08:35
Compare
Choose a tag to compare
v0.4.0-rc2 Pre-release
Pre-release

Fix npm dist-tag pakku@next

v0.0.4-rc1

18 Feb 10:42
Compare
Choose a tag to compare
v0.0.4-rc1 Pre-release
Pre-release
  • Add support for XML caching and minification

v0.3.0

17 Feb 09:50
Compare
Choose a tag to compare
  • Improve external URL discovery logic
  • Add initial JSON minification
  • Add fallback for last-modified date for versioning files

v0.2.0

29 Jan 11:41
Compare
Choose a tag to compare
  • Improve Documentation
  • Prepare for JSON optimisation in the future

v0.1.0

29 Jan 11:33
Compare
Choose a tag to compare

Welcome Peeps!