Releases: juanjoDiaz/removeNPMAbsolutePaths
Releases · juanjoDiaz/removeNPMAbsolutePaths
v3.0.1
v3.0.0
- Drop support for node 8 and 9 (use fs.promises)
- Add feature to preserve new line at the end of
package.json
files - Update tests to async-await
- Update tests to work on Windows
- Update dependencies to fix a vulnerabilities
- Add GitHub actions
v2.0.0
- Drop support for node 6 and 7
- Update codebase to async-await
- Update dependencies to fix a vulnerability in Lodash
v1.0.6
Fix issue with trailing comma and enforce right eslint rules
v1.0.5
Drop support for node 4 and 5.
Add testing for node 10, 11 and 12.
Update dependencies
Add better validation around the fields option
v1.0.4
Fix bug producing wrong warning saying that the path
was being ignored
v1.0.3
Add --fields
option to specify which fields you want to remove
v1.0.2
Fix fatal bug in 1.0.1
v1.0.1
Fix syntax for node version < 8.X
v1.0.0
Full refactor
Full unit test coverage
Add CI/CD (Travis & Coveralls)