Skip to content

Releases: remy/nodemon

v3.1.2

29 May 08:09
789663c
Compare
Choose a tag to compare

3.1.2 (2024-05-29)

Bug Fixes

v3.1.1

25 May 09:49
cd27c0b
Compare
Choose a tag to compare

3.1.1 (2024-05-25)

Bug Fixes

  • add types to help with required nodemon usage (#2204) (cd27c0b)

v3.1.0

22 Feb 20:10
02d216f
Compare
Choose a tag to compare

3.1.0 (2024-02-22)

Features

v3.0.3

16 Jan 20:43
Compare
Choose a tag to compare

3.0.3 (2024-01-16)

Bug Fixes

v3.0.2

01 Dec 18:49
0ebfaa5
Compare
Choose a tag to compare

3.0.2 (2023-12-01)

Bug Fixes

v3.0.1

09 Jul 08:45
Compare
Choose a tag to compare

3.0.1 (2023-07-09)

Bug Fixes

v3.0.0

08 Jul 18:44
f219dcc
Compare
Choose a tag to compare

3.0.0 (2023-07-08)

Bug Fixes

Features

  • always use polling on IBM i (3b58104)

BREAKING CHANGES

  • official support for node@8 dropped.

However there's no function being used in semver that breaks node 8,
so it's technically still possible to run with node 8, but it will
no longer be supported (or tested in CI).

v2.0.22

22 Mar 19:53
Compare
Choose a tag to compare

2.0.22 (2023-03-22)

Bug Fixes

  • remove ts mapping if loader present (f7816e4), closes #2083

v2.0.21

02 Mar 16:52
Compare
Choose a tag to compare

2.0.21 (2023-03-02)

Bug Fixes

  • remove ts mapping if loader present (1468397), closes #2083

v2.0.20

16 Sep 12:12
Compare
Choose a tag to compare

2.0.20 (2022-09-16)

Bug Fixes

  • remove postinstall script (e099e91)