Skip to content

Releases: jspm/jspm-cli

jspm 0.16.36

31 May 16:11
Compare
Choose a tag to compare

jspm 0.17.0-beta.16

25 May 23:55
Compare
Choose a tag to compare
  • Support JSPM_GLOBAL_PATH environment variable for setting the jspm global cache and configuration directory (#1831)
  • Fix syntax typo in configuration loading (c5b6ec0)

jspm 0.17.0-beta.15

25 May 14:20
Compare
Choose a tag to compare

Features

  • Upgrades to SystemJS 0.19.29 and SystemJS Builder 0.15.18
  • Allows the ability to separate the entire development install tree into its own jspm.dev.js configuration file by choosing this from the options in jspm init (#1444, 51aef88)
  • Custom registry require now checks the node_modules of the local project (#1691, ea39d5f, and most other commits to this version)
  • Comprehensive jspm init refactoring, now supports base-level lib directory, does not override defaults (#1706, e977f05)
  • jspm clean will now run dependency tree pruning (#1822, 1a980c3)

Bug Fixes

  • Fixes windows init paths (#1513)
  • Fixes jumping of dependencies from peer to non-peer (#1742, c792d2f)
  • Refined peerDependencies conflict resolution (9a70fb9)
  • Builder fix for Cannot read property 'match' of null bug (#1804)
  • Builder fix for conditional package map handling (#1811)
  • Watcher lowestDir fix, and only to use globbing with Watchman (81fd7f1, 6322e8c,

jspm 0.16.35

25 May 13:48
Compare
Choose a tag to compare

Features

Bug Fixes

jspm 0.17.0-beta.14

29 Apr 14:06
Compare
Choose a tag to compare

Features

  • Supports options assignment syntax for all object options - eg jspm install lib -o directories.lib=dist instead of jspm install lib -o "{directories.lib: 'dist'}" (81c79c9)
  • --externals flag for bundling and building, as sugar to meta.module.build = false (6df3f7c)
  • Node 6 support

Bug Fixes

  • Fixes lowest directory checking for watcher (#1737, thanks to @nickL)
  • Ensure init errors exit with exit code (85174c7 thanks to @adamburgess)
  • Fixes watcher invalidation in Windows (28413fe)
  • Fix handling of / in versions (#1704)
  • Ensure that watched changes while build is running still apply (382d550)

jspm 0.16.34

29 Apr 13:54
Compare
Choose a tag to compare

Updates to SystemJS 0.19.27 and SystemJS Builder 0.15.16 including Node 6 support

jspm 0.17.0-beta.13

11 Apr 10:58
Compare
Choose a tag to compare

Features

Bug Fixes

  • Linking packages with a directories.lib windows support fix (76b0568)
  • Fixes baseURL support for --watch (96ca924)
  • Ensure lib and main are properly set in package.json (9a959da)
  • Fixes handling of module names like toString in Lodash (jspm/npm@7fefe01)
  • Ensure . requires resolve correctly for npm conversion (jspm/npm@cf991ba)

jspm 0.16.33

11 Apr 10:35
Compare
Choose a tag to compare

jspm 0.17.0-beta.12

30 Mar 12:48
Compare
Choose a tag to compare

Features

  • New jspm bundle x --watch flag for quick rebuilds (#1572)
  • Upgrades to SystemJS 0.19.25 and SystemJS Builder 0.15.14
  • require('jspm').Builder now exposes an injectConfig bundle option corresponding to the cli --inject flag (#1633)
  • New --production flag for jspm run x.js to set the environment (#1621)
  • Init selection options now support up and down keyboard selection thanks to @MSakamaki (#1632)

Bug Fixes

  • Package.json file invalid property bug fix (#1627)
  • Version lock resolution fix (4c28bd3)
  • Link lock fix (29b61e9)
  • Ensure peerDependencies take preference over dependencies for dependencies that are both (bcd74af)
  • Upgrade path fix to check defaultJSExtensions as well (5a7c7d9)
  • Fixes the --skip-encode-names build flag to work properly (be235c8)
  • Ensure builds with errors exit with the right exit code (7c5c05a)

jspm 0.16.32

30 Mar 12:18
Compare
Choose a tag to compare