Releases: jspm/jspm-cli
Releases · jspm/jspm-cli
jspm 0.16.26
Upgrades to SystemJS 0.19.18 and SystemJS Builder 0.15.6
jspm 0.17 beta
Available via npm install jspm@beta
.
For usage instructions, see the jspm 0.17 beta guide.
Breaking Changes in jspm 0.17
- When updating to jspm 0.17, jspm 0.16 projects will run through an automated upgrade process.
defaultJSExtensions
is now disabled and cannot be enabled for this version of jspm. Package configuration is now the primary mechanism for ensuring adefaultExtension
.config.js
is now calledjspm.config.js
and works alongside a new separatejspm.browser.js
config filejspm install github:x/y
now installs into the default aliasy
notx/y
- Registry API changes (with backwards compatibility warnings):
- The
build
hook has been renamed toprocessPackage
taking new arguments (https://github.com/jspm/jspm-cli/blob/0.17/docs/registry-api.md#processpackage-packageconfig-packagename-packagedir-optional) packageFormat
has been renamed topackageNameFormats
using wildcard syntax over regular expressions (https://github.com/jspm/jspm-cli/blob/0.17/docs/registry-api.md#static-packagenameformats)
- The
- By default transpilers are plugins, with the init process providing the standard plugins for Traceur, Babel and TypeScript.
jspm dl-loader babel
is no longer supported and this command only downloads the loader files. - The GitHub registry will always download the git tree tag or branch directly instead of checking for uploaded release archive assets. As a result GitHub API credentials are no longer necessary.
- All overrides are all checked in to the package.json file to guarantee reproducibility.
jspm setmode remote
has been disabled until the jspm registry can be upgraded to the 0.17 version.
Additional Features
- New dynamic package configuration system - package files are no longer modified at all on download, with SystemJS configuration managing the npm compatibility layer.
- New linking workflow
- Peer dependency support
- New configuration file interface to fully retain existing style and properties
- Support for server-side npm installs
- npm registry endpoint supports custom module formats
- Local project configured as a package itself with init prompt handling
- Babel 6 plugin (https://github.com/systemjs/plugin-babel)
- Traceur plugin (https://github.com/systemjs/plugin-traceur)
- Automatic Rollup optimizations for jspm build (systemjs/builder#442)
jspm 0.16.25
Upgrades to SystemJS Builder 0.15.5.
0.17.0-beta.3
jspm 0.16.24
Updates to SystemJS 0.19.17 and SystemJS Builder 0.15.4.
jspm 0.16.23
Updates to SystemJS 0.19.16 and SystemJS Builder 0.15.3
jspm 0.16.22
Sets default require('jspm').Builder
options to match backwards compatibility (as in https://github.com/systemjs/builder/releases/tag/0.15.0)
jspm 0.16.21
Upgrades to SystemJS 0.19.15 and SystemJS Builder 0.15.2, fixing #1410, #1411 and #1420.
jspm 0.16.20
Features
- Upgrades to SystemJS 0.19.14 and SystemJS Builder 0.15.0 with rollup static optimizations
Bug Fixes
- Fixes a bug where npm directory mains were not properly handled (#1387)
jspm 0.16.19
- Upgrades to SystemJS 0.19.9 and SystemJS Builder 0.14.15
- Fixes EISDIR bug when checking main against directories (#1368)