Skip to content

Releases: piotrwitek/jspm-hmr

v1.0.0-rc7

20 Mar 12:01
Compare
Choose a tag to compare

New release to npm:

  • fixed old code being published in the npm release

v1.0.0-rc6

18 Mar 10:39
Compare
Choose a tag to compare

published a new version to npm containing:

  • merged PR #16 by @chooty
  • added more tests covering proxy and fallback features

v1.0.0-rc5

18 Mar 10:45
Compare
Choose a tag to compare

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

18 Mar 10:46
Compare
Choose a tag to compare

published a new version to npm containing:

  • improved logging and error handling in CLI script

v1.0.0-rc3

18 Mar 10:47
Compare
Choose a tag to compare

published a new version to npm containing:

  • fixed broken dist

v1.0.0-rc2

18 Mar 10:49
Compare
Choose a tag to compare

published a new version to npm containing:

  • updated deps
  • changed CLI options
  • fixed watcher paths
  • fixed fallback default value

v1.0.0-rc1

18 Mar 10:50
Compare
Choose a tag to compare

published a new version to npm containing:

  • merged PR #15

v1.0.0-beta

18 Mar 10:55
Compare
Choose a tag to compare

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

v0.7.0

20 Dec 14:26
Compare
Choose a tag to compare
  • added jsnext support #5 #11
  • added support for older runtimes ES3/ES5 #11

v0.6.0

20 Dec 14:24
Compare
Choose a tag to compare
  • added https support with built-in self-signed SSL cert #8 #9
  • upgraded to TS 2.1.4 #10