Skip to content

Tags: remy/nodemon

Tags

v3.1.9

fix: maintain backward support for `exitcrash`

v3.1.8

chore: fix merge conflict

v3.1.7

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: types for export on ESModule (#2211)

v3.1.6

Merge branch 'main' of github.com:remy/nodemon

v3.1.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: add missing ignore option to type defintion of config (#2224)

Co-authored-by: Dido (Christoph Poelt) <christoph.poelt@valiton.com>

v3.1.4

docs: clarify how to handle SIGUSR2

Fixes #1889

v3.1.3

fix: cast the nodemon function as Nodemon type

Fixes #2206

v3.1.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Type exports correctly (#2207)

Big thanks to @KevinGruber for both flagging this and fixing it.

Fixes #2206 

Types now exported when importing nodemon.

v3.1.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: add types to help with required nodemon usage (#2204)

v3.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Enable nodemon to monitor file removal (#2182)