jspm 0.17.0-beta.15
guybedford
released this
25 May 14:20
·
761 commits
to main
since this release
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 injspm 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,