Releases: jspm/jspm-cli
Releases · jspm/jspm-cli
jspm 0.15.0-beta
See 0.15.0.
jspm 0.14.0
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
Ensure dl-loader
gives latest loader versions (bf2babe)
jspm 0.13.3
- 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
jspm 0.13.1
Deprecates the creation of the app/*
path and asking for the project name (0dcd66c).
jspm 0.13.0
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
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.