Releases: fgnass/node-dev
Releases · fgnass/node-dev
v8.0.0 / 2022-12-30
- Suppress experimental warnings in node v18 (@tmont)
- Drop support for node v12, new minimum version of node is v14 (@bjornstar)
- [
devDependencies
] Update@types/node
,eslint
,husky
,lint-staged
, &tap
(@bjornstar)
v7.4.3 / 2022-04-17
- [
loaders
] Pass on unsupported extension errors when format is notbuiltin
orcommonjs
(@bjornstar) - [
devDependencies
] Update most devDependencies to their latest versions (@bjornstar) - [
dependencies
] Updateminimist
,resolve
&semver
(@bjornstar)
v7.4.2 / 2022-03-29
- [wrap] Worker threads inherit node arguments, we only need the main thread to listen for file changes (@lehni)
v7.4.1 / 2022-03-27
- [
loaders
] Do not attempt to resolve urls unless they arefile://
urls (@bjornstar)
v7.4.0 / 2022-03-26
- Use
--require
to invoke the wrapper (@kherock) - [
loaders
] UsefileURLToPath
to ensure support on Windows (@kherock) - [
wrap
] Suppress warnings about using experimental loaders (@kherock) - [
tests
] Ensure tests pass even if warnings are emitted (@bjornstar) - [CI] Add tests for node v12.10, v12.16, and v17 (@bjornstar)
v7.3.1 / 2022-03-24
- Add
--experimental-modules
for ESM module support on node <12.17 (@bjornstar) - Use
ipc.mjs
forget-source-loader.mjs
(@bjornstar) - [
test
] Move extensions options tests into their own directory (@bjornstar)
v7.3.0 / 2022-03-22
v7.2.0 / 2022-03-04
- Add
--preserve-symlinks
node option - Update
tap
tov15.1.6
- Update
eslint
tov8.10.0
- [README] Fix typo
- Add a more explicit test for "All command-line arguments that are not node-dev options are passed on to the node process."
- [README] Add special note about delimiting scripts
v7.1.0 / 2021-10-24
- [ESM] Update
experimental-loader
to use newload
method from nodev16.12.0
onwards
Developer Updates
@types/node
updated fromv14.14.37
tov16.11.3
eslint
updated fromv7.25.0
tov8.0.1
husky
updated fromv6.0.0
tov7.0.4
lint-staged
updated fromv10.5.4
tov11.2.3
ts-node
updated fromv9.1.1
tov10.3.1
- [CI] Start testing on windows
- [
test/utils
]touchFile
can take a path - [
test/typescript
] Usemessage.ts
instead ofmessage.js
v7.0.0 / 2021-05-04
- [CLI] Improve command-line parsing, restore support for --require with a space
- [README] Move images into repo and fix URLs
- [dependencies] Update
minimist
fromv1.1.3
tov1.2.5
- [.npmignore] Add more config files
Developer Updates
- [CI] Add github workflows
- [CI] Add appveyor
- [CI] Start testing against node v16
- [CI] Stop testing against node v10
- [
test/spawn
] Splitindex
into multiple files - [
test/utils
] Replaced directory of files with a single module that contains two methods:spawn
andtouchFile
- [
test/utils/run
] Movedrun
function directly into therun
file - [devDependenies] Update
eslint
fromv7.23.0
tov7.25.0