Skip to content

Releases: jedwards1211/smart-restart

v2.6.2

08 Jul 15:46
Compare
Choose a tag to compare

2.6.2 (2024-07-08)

Bug Fixes

  • SIGINT/SIGTERM handling (e500e5d)

v2.6.1

22 May 21:35
Compare
Choose a tag to compare

2.6.1 (2024-05-22)

Bug Fixes

  • tolerate modules without parents (9dc9915)

v2.6.0

15 May 18:44
Compare
Choose a tag to compare

2.6.0 (2024-05-15)

Bug Fixes

  • hmr: deregister a module's own hot reload callbacks when it gets replaced (e7f497b)
  • ModuleGraph: handle cycles, I forgot to add the check (6d0b75e), closes #37
  • tolerate module id === parent.id (857b460)

Features

  • support module.hot.accept (d9b8008)

v2.6.0-beta.4

15 May 18:32
Compare
Choose a tag to compare
v2.6.0-beta.4 Pre-release
Pre-release

2.6.0-beta.4 (2024-05-15)

Bug Fixes

  • hmr: deregister a module's own hot reload callbacks when it gets replaced (e7f497b)

v2.6.0-beta.3

15 May 18:07
Compare
Choose a tag to compare
v2.6.0-beta.3 Pre-release
Pre-release

2.6.0-beta.3 (2024-05-15)

Bug Fixes

  • tolerate module id === parent.id (857b460)

v2.6.0-beta.2

15 May 12:47
Compare
Choose a tag to compare
v2.6.0-beta.2 Pre-release
Pre-release

2.6.0-beta.2 (2024-05-15)

Bug Fixes

  • ModuleGraph: handle cycles, I forgot to add the check (6d0b75e), closes #37

v2.6.0-beta.1

12 May 22:12
Compare
Choose a tag to compare
v2.6.0-beta.1 Pre-release
Pre-release

2.6.0-beta.1 (2024-05-12)

Features

  • support module.hot.accept (d9b8008)

v2.5.4

10 May 01:06
Compare
Choose a tag to compare

2.5.4 (2024-05-10)

Bug Fixes

  • fix mistake in TS conversion that prevented all restarting (d540e16)

v2.5.3

09 May 13:20
Compare
Choose a tag to compare

2.5.3 (2024-05-09)

Bug Fixes

  • log inspected errors, not just errors' message or stack (79b3e3c)

v2.5.2

05 Apr 15:19
Compare
Choose a tag to compare

2.5.2 (2023-04-05)

Bug Fixes

  • error when dynamic importing ESM (321b89b)