Skip to content

Releases: jspm/jspm-cli

jspm 0.17.0-beta.11

10 Mar 10:48
Compare
Choose a tag to compare

Fixes conditional builds in Node (#1599)

jspm 0.17.0-beta.10

10 Mar 08:35
Compare
Choose a tag to compare

Features

  • Splits up jspm.config.js file into two sections for clarity - user-managed and jspm-managed (e7e4e33, #1590)
  • Transpiler is now by default the local package *.js loader (8e39fba)
  • require('jspm').Builer API now matches all jspm CLI defaults, and require('jspm').build and require('jspm').bundle are deprecated for the builder class use (6cfc89c, #1543)

Bug Fixes

  • Fixes the transpiler upgrade on the beta upgrade path (b81309c, #1591)
  • Fixes some init pathing cases with better hints (887941b)
  • Fixes support for / characters in versions (c3e3c66, #1571)
  • Files filtering fixes (ec01fef)

jspm 0.16.31

10 Mar 08:55
Compare
Choose a tag to compare

jspm 0.17.0-beta.9

25 Feb 19:39
Compare
Choose a tag to compare

Fixes linking packages without directories property (7c50cdc)

jspm 0.17.0-beta.8

25 Feb 16:20
Compare
Choose a tag to compare
  • Always prompt for a package main when using a local package (6caee82)
  • Fixes batch update bug with jspm update with no arguments (5328e1a)
  • Ensure changing the package name via jspm init -p when the package name already exists works correctly (1c6020f)
  • Fixes a bug where shim config isn't upgraded correctly (603997f)
  • jspm init bug fix to ensure baseURL doesn't interfere with directories.lib value (b06841f)
  • windows path fixes (c50847d)
  • Fixes development builds (a2c4555)
  • Fixes windows tab detection (17f2b37)
  • Ensure package config is loaded when using directories.dist in linked packages (ede49c1)

jspm 0.16.30

25 Feb 15:59
Compare
Choose a tag to compare

Upgrades to SystemJS 0.19.23 and SystemJS Builder 0.15.10

Including fixing bugs #1551 and #1555.

jspm 0.17.0-beta.7

16 Feb 11:20
Compare
Choose a tag to compare

Upgrades to SystemJS 0.19.21 and SystemJS Builder 0.15.8

Bug Fixes

  • Ensure config file has trailing newline by default (ade512f)
  • Ensure jspm update maintains dependency type properly (peer / dev / standard) (2d2b554)
  • Fixes bugs in package.json handling that were causing properties to be removed unnecessarily (77a30b7)
  • Bumps registry API version to 2.0 (options.apiVersion in registry constructor) for registry upgrade paths
  • Deprecates the use of globalEvaluationScope (217a3ef)

jspm 0.16.29

16 Feb 13:59
Compare
Choose a tag to compare

Fixes a builder extensions adding bug (#1531)

jspm 0.16.28

16 Feb 11:14
Compare
Choose a tag to compare

jspm 0.16.27

04 Feb 13:43
Compare
Choose a tag to compare