Skip to content

Releases: basisjs/basisjs-tools-build

1.12.2

16 Jan 20:08
Compare
Choose a tag to compare
  • Fixed data URI inlining to inline SVG resources
  • Fixed infinite recursion on CSS minification

1.12.1

13 Nov 12:01
Compare
Choose a tag to compare
  • Fixed issue with mime that breaks a build

1.12.0

08 Nov 22:44
Compare
Choose a tag to compare
  • Replaced uglify-js to uglify-es
  • Added posibility to config JavaScript minifier with --js-pack-config CLI option or jsPackConfig field in config file
  • Fixed exception handling when command run in child process and exception is connected with dependencies
  • Update dependencies

1.11.4

20 Sep 10:18
Compare
Choose a tag to compare
  • Fixed issue with CLI (clap bumped to ^1.2.3)

1.11.3

18 Sep 13:53
Compare
Choose a tag to compare
  • Update basis.resource with non-string argument exception such way, that it works with relative paths as well as namespace basis paths (@istrel, #26)
  • Minor fixes

1.11.2

11 Sep 16:14
Compare
Choose a tag to compare
  • Fixed build issue when --js-pack is used

1.11.1

05 Sep 11:18
Compare
Choose a tag to compare
  • Update dependencies

1.11.0

05 Sep 10:41
Compare
Choose a tag to compare
  • Migrated to ESTree AST format for JavaScript. Many thanks to @smelukov for awesome work to make it happen.

1.10.3

13 Jun 16:36
Compare
Choose a tag to compare
  • Fixed option processing that takes several values, i.e. --theme and --ignore-warnings (@smelukov, #21)

1.10.2

13 Jun 16:38
Compare
Choose a tag to compare