Releases: jspm/jspm-cli
Releases · jspm/jspm-cli
jspm 0.11.4
Features:
- Client
baseURL
is prompted in init (20416a0) - Deprecated npm packages are now considered unstable and not matched unless installed explicitly (jspm/npm@3482619)
- More informative errors when trying to install a linked package not found (d227f1a)
- Note low resolution source maps on bundle completion (e841c9e)
- Gracefully support corrupted global config (e4e94de)
Bug Fixes:
- Ensure
registry: jspm
is supported for npm repos (68b3018, jspm/npm@8b19708) - Ensure single quotes are permitted in GitHub credentials (#453)
jspm 0.11.3
Fixes a bug where jspm:
names would be stored in the package.json dependencies incorrectly (a9e310a).
jspm 0.11.2
Versioned install patch (7550f89)
jspm 0.11.1
- parser -> transpiler in API (140a0e0)
- Update loader files, support 6to5 runtime
- 6to5 self-executing bundle fix (systemjs/builder#60)
Bug fixes
jspm 0.11.0
Features
- 6to5 support (bc74b2e, a6f20ac)
- GitHub enterprise support thanks to @speigg
- Use low-resolution source maps for faster bundling (846a219)
Bug Fixes
GitHub endpoint
- GitHub enterprise support (jspm/github@2f1861c)
- Default max repo size to unlimited (jspm/github@6e7975e)
npm endpoint
- Windows support fixes (jspm/npm@394d973, jspm/npm@97cd25f, jspm/npm@0ab5e78)
- Support
.json
resolves without a.json
extension (jspm/npm@5d9c33a) - Support
require('module')
(jspm/npm@6e9fdad)
jspm 0.10.6
Bug fix for install --lock
when there is no lock present (8ebd0f3).
jspm 0.10.5
Lots of bug fixes, thanks so everyone who reported these!
Bug Fixes
- Fix possible install exception (f5e620d)
- Fix uninstall behaviour in windows (7d7f2dc)
- Fix files and ignore handling in windows (20f5224)
- Fix shim application in windows (6f49d82)
- Fix
.js
handling of main entry points (ec4dc7d, systemjs/systemjs#318) - Fix empty dependencies issue (826a7bb)
- API baseURL support fixed (0921b2c)
Features
- Setting
registry: jspm
is no longer mandatory within overrides that have dependencies, and implied by default (2f50f18, 8d80d85, see #360). - Command shortcuts like
jspm i
for install etc (157eb51) - Experimental
jspm resolve --only github:components/[email protected]
feature - ensures that the only version installed of a given package name is the version specified, regardless of version constraints. - API installs use default prompts instead of stalling (f91375b)
jspm 0.10.4
Features
jspm unbundle
also removesdepCache
(b76f3ae)- Endpoint API 1.3 - allow endpoints to invalidate their own cache through custom
versionString
alterations (03625f5).
Bug Fixes
- Linking postload bug introduced in 0.10 (e25e434)
- Update module detection code to SystemJS latest and correctly handle System.register alias modules (451100c)
jspm GitHub 0.9.9
- Authentication fix for release downloads, fixes ratelimit issues (jspm/github@0e1de56)
jspm npm 0.15.1
- Alias mapping compilation fix (jspm/npm@dbab989)
- npm range conversion fixes (jspm/npm@559f425, jspm/npm@cfead5a)
- Implements new endpoint cache invalidation feature of endpoint API 1.3 (jspm/npm@5a2f9de)
jspm 0.10.3
Correction to 0.10.2.
jspm 0.10.2
Patches install error #348