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 notbuiltinorcommonjs(@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
--requireto invoke the wrapper (@kherock) - [
loaders] UsefileURLToPathto 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-modulesfor ESM module support on node <12.17 (@bjornstar) - Use
ipc.mjsforget-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-symlinksnode option - Update
taptov15.1.6 - Update
eslinttov8.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-loaderto use newloadmethod from nodev16.12.0onwards
Developer Updates
@types/nodeupdated fromv14.14.37tov16.11.3eslintupdated fromv7.25.0tov8.0.1huskyupdated fromv6.0.0tov7.0.4lint-stagedupdated fromv10.5.4tov11.2.3ts-nodeupdated fromv9.1.1tov10.3.1- [CI] Start testing on windows
- [
test/utils]touchFilecan take a path - [
test/typescript] Usemessage.tsinstead 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
minimistfromv1.1.3tov1.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] Splitindexinto multiple files - [
test/utils] Replaced directory of files with a single module that contains two methods:spawnandtouchFile - [
test/utils/run] Movedrunfunction directly into therunfile - [devDependenies] Update
eslintfromv7.23.0tov7.25.0