Skip to content

Releases: jspm/jspm-cli

jspm 0.15.0-beta

24 Mar 23:44
Compare
Choose a tag to compare

See 0.15.0.

jspm 0.14.0

18 Feb 19:00
Compare
Choose a tag to compare

Upgrade Notes

  • 6to5 is now called Babel.
  • package.json dependencies now use full names by default in order to make the jspm registry play a less critical role in the ecosystem.
  • Now using OS-specific newlines

Features

  • io.js support thanks to @jimthedev (bd09ceb, 6d25024)
  • Rename 6to5 to Babel (e0103ff)
  • New package.json registry dependency handling (a95bc21)
  • Failed lookups and downloads now result in retry functionality (67eef16)
  • Experimental builder class API (4e1f803, #412 (comment))
  • OS-specific newlines thanks to @bennage (374ab53)
  • Bump to Traceur 0.0.84 (still using 0.0.82 on server for source maps support) in the browser to fix Safari / iOS bugs (ab4107d)

jspm 0.13.4

12 Feb 14:51
Compare
Choose a tag to compare

Ensure dl-loader gives latest loader versions (bf2babe)

jspm 0.13.3

12 Feb 14:50
Compare
Choose a tag to compare
  • Update to SystemJS Builder 0.8, fixing 6to5 source maps, thanks to @crisptrutski (c72f9eb)
  • Fix wildcard matching of shim config in packages (ee9d5e2)
  • Includes a provisional locate API (2429676)

jspm 0.13.2

11 Feb 10:07
Compare
Choose a tag to compare

Fixes package.json directories clobbering (d7bc7ef)
Bumps dependencies with patches (21ae30c)

jspm 0.13.1

10 Feb 14:49
Compare
Choose a tag to compare

Deprecates the creation of the app/* path and asking for the project name (0dcd66c).

jspm 0.13.0

10 Feb 14:15
Compare
Choose a tag to compare

Breaking change to make directories.lib default to .. This will ease the upgrade path for the breaking change made in [email protected].

jspm 0.12.0

08 Feb 16:49
Compare
Choose a tag to compare

Breaking change where directories.lib is always included in package.json - 5a08c64.

To ensure existing published packages work in a backwards-compatible way, set directories.lib: "." in the package.json.

Publishing implications are discussed at https://github.com/jspm/jspm-cli/wiki/Publishing#example-publishing-workflow.

jspm 0.11.6

08 Feb 16:48
Compare
Choose a tag to compare
  • Fix install completion logs (6baeda4)
  • Ensure full endpoint and version names are aliased correctly on install (2aa1c7e)
  • Update Node Liftoff (d99513f)
  • Ensure bundle paths are correct in windows (bd0933f)

jspm 0.11.5

05 Feb 16:41
Compare
Choose a tag to compare

Fix bug with versioned installs (9131204, af9e839)