Releases: piotrwitek/jspm-hmr
Releases · piotrwitek/jspm-hmr
v1.0.0-rc7
New release to npm:
- fixed old code being published in the npm release
v1.0.0-rc6
v1.0.0-rc5
published a new version to npm containing:
- merged PR #19 by @piotrwitek
- merged PR #18 by @piotrwitek
- merged PR #17 by @amygdaloideum
- added test harness using jest
- fixed bug with proxy url rewrite
- fixed undefined bug from cache option (thanks to improved TypeScript type inference after update to v2.2.1)
v1.0.0-rc4
published a new version to npm containing:
- improved logging and error handling in CLI script
v1.0.0-rc3
published a new version to npm containing:
- fixed broken dist
v1.0.0-rc2
published a new version to npm containing:
- updated deps
- changed CLI options
- fixed watcher paths
- fixed fallback default value
v1.0.0-rc1
published a new version to npm containing:
- merged PR #15
v1.0.0-beta
published a new version to npm containing:
- complete rewrite to use express server instead of live-server which is more flexible and now it is possible to add new features more easily
- NEW: added history api fallback for SPA applications (react-router browserhistory) #3