Skip to content

Releases: crstffr/jspm-bundler

v0.1.11

27 Sep 23:33
Compare
Choose a tag to compare
  • Fixed issue #13
  • Updated all dependencies to current latest
  • Added packagePath and configFile options

v0.1.10

03 Nov 20:11
Compare
Choose a tag to compare
  • Added jspm.setPackagePath(_system.baseURL);

v0.1.9

17 May 18:42
Compare
Choose a tag to compare
  • Reverted back, issue with JSPM v0.16.34
  • Pinned npm dependencies (npm shrinkwrap)

v0.1.8

17 May 16:25
Compare
Choose a tag to compare

Updated to JSPM v0.16.34

v0.1.7

17 Mar 20:15
Compare
Choose a tag to compare

Fixed bug with bundle() promise resolving too soon #9

v0.1.6

15 Mar 18:35
Compare
Choose a tag to compare
  • Option to specify output filename for each item separately. #7
  • Option sfx for building self-extracting bundles. #8
  • Fix issue with absolute baseURL paths not resolving correctly. #9
  • Option builder.config for overriding system config.js. #10

v0.1.5

11 Mar 23:47
Compare
Choose a tag to compare
  • Test for valid destination filenames, error on invalid names. #4
  • Reject bundle() promise on various errors. #5
  • Allow separateCSS builder option. #6
  • Added example gulpfile and bundle.config.
  • Remove gzip support, didn't work out.

v0.1.4

02 Feb 03:49
Compare
Choose a tag to compare

Testing out gzip support, not documenting it in the readme yet.

v0.1.3

01 Feb 18:18
Compare
Choose a tag to compare

Added cache busting using generated checksums.

  • Inject custom System.normalize and System.locate loaders.
  • Unbundling all groups empties bundle manifest completely.

Config option added:

  • bust: true|false

v0.1.2

31 Jan 18:26
Compare
Choose a tag to compare

Bugs and tweaks.

  • Bundle config map can be passed in on instantiation.
  • Fixed bug with unbundle() not returning promise.

Config options changed:

  • bundleDest -> dest
  • bundleFile -> file