Skip to content

Releases: jspm/jspm-cli

jspm 0.8.4

30 Oct 13:09
Compare
Choose a tag to compare
  • Fix undefined format shim (3e8817d)

jspm 0.8.3

30 Oct 12:52
Compare
Choose a tag to compare
  • Fix format shimming bug (b68942a)

jspm 0.8.2

30 Oct 09:15
Compare
Choose a tag to compare

Features

  • Alphabetize configuration and package.json (1fad207)

Bug fixes

jspm 0.8.1

30 Oct 09:11
Compare
Choose a tag to compare
  • Update Traceur and fix global config saving (c6665bf)

jspm 0.8.0

22 Oct 13:15
Compare
Choose a tag to compare
  • Various windows fixes (2db47cb)
  • Use node-liftoff to enable local installs of jspm optionally (80beb52)
  • Support directories.baseURL
  • Allow file overrides jspm install package -o file.json (72120cc)
  • Include loader file source maps (17ba71d)
  • Endpoint API updates, see https://github.com/jspm/jspm-cli/wiki/Endpoint-API
  • Set precedence of branch versions (e5e34f8)
  • Update version algorithms to match node-semver 4 (5972ae4)
  • Separate npm build operations entirely from jspm core (88003ea)
  • Separate the jspm registry into a separate project allowing the registry URL to be customized through - jspm endpoint config jspm (0b8739f).
  • Comprehensive refactoring of configuration system and bug fixes (0ad8221)

This is in addition to updates and bug fixes in the associated projects - ES6 Module Loader, SystemJS, SystemJS Builder, jspm-npm, jspm-github and jspm-registry-endpoint.