Skip to content

Releases: juanjoDiaz/removeNPMAbsolutePaths

v3.0.1

28 Sep 19:33
Compare
Choose a tag to compare
  • Update dependencies to fix vulnerabilities

v3.0.0

23 Feb 18:36
Compare
Choose a tag to compare
  • 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

19 Jul 08:51
Compare
Choose a tag to compare
  • Drop support for node 6 and 7
  • Update codebase to async-await
  • Update dependencies to fix a vulnerability in Lodash

v1.0.6

19 Jul 08:50
Compare
Choose a tag to compare

Fix issue with trailing comma and enforce right eslint rules

v1.0.5

05 Jun 18:28
Compare
Choose a tag to compare

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

13 Jan 10:57
Compare
Choose a tag to compare

Fix bug producing wrong warning saying that the path was being ignored

v1.0.3

11 Jan 11:14
Compare
Choose a tag to compare

Add --fields option to specify which fields you want to remove

v1.0.2

11 Jan 11:15
Compare
Choose a tag to compare

Fix fatal bug in 1.0.1

v1.0.1

11 Jan 11:17
Compare
Choose a tag to compare

Fix syntax for node version < 8.X

v1.0.0

11 Jan 11:16
Compare
Choose a tag to compare

Full refactor
Full unit test coverage
Add CI/CD (Travis & Coveralls)