Skip to content

jspm 0.17.0-beta.12

Compare
Choose a tag to compare
@guybedford guybedford released this 30 Mar 12:48
· 795 commits to main since this release

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)