Skip to content

Releases: jspm/jspm-cli

jspm 0.11.4

05 Feb 13:02
Compare
Choose a tag to compare

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

04 Feb 19:51
Compare
Choose a tag to compare

Fixes a bug where jspm: names would be stored in the package.json dependencies incorrectly (a9e310a).

jspm 0.11.2

01 Feb 19:59
Compare
Choose a tag to compare

Versioned install patch (7550f89)

jspm 0.11.1

01 Feb 16:38
Compare
Choose a tag to compare
  • parser -> transpiler in API (140a0e0)
  • Update loader files, support 6to5 runtime
  • 6to5 self-executing bundle fix (systemjs/builder#60)

Bug fixes

  • Support byte order mark in package.json (c4ac2d7)
  • Consolidate dependency processing and ensure consistency (8f97a85)

jspm 0.11.0

30 Jan 13:03
Compare
Choose a tag to compare

Features

Bug Fixes

  • Fix app path in windows (72d9bee)
  • Link directories.lib fix (8553d98)

GitHub endpoint

npm endpoint

jspm 0.10.6

15 Jan 11:50
Compare
Choose a tag to compare

Bug fix for install --lock when there is no lock present (8ebd0f3).

jspm 0.10.5

15 Jan 09:55
Compare
Choose a tag to compare

Lots of bug fixes, thanks so everyone who reported these!

Bug Fixes

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

08 Jan 17:50
Compare
Choose a tag to compare

Features

  • jspm unbundle also removes depCache (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

jspm npm 0.15.1

jspm 0.10.3

02 Jan 21:15
Compare
Choose a tag to compare

Correction to 0.10.2.

jspm 0.10.2

02 Jan 16:49
Compare
Choose a tag to compare

Patches install error #348