Skip to content

v3.0.0 - uuid 8.3.2, node 6-16 (2021-08-06)

Compare
Choose a tag to compare
@jwhitlock jwhitlock released this 06 Aug 22:48
· 35 commits to main since this release
v3.0.0
ce3bf62
  • Drop support for node 4 (Node v6.17.1 is the earliest tested release)
  • Add support for node 12, 14, and 16
  • Remove unmaintained uuid-parse
  • Update to uuid 8.3.2, which now includes UUID parsing functions (again)
  • Use Buffer.from(bytes) instead of the insecure new Buffer(bytes)
  • Switch from TravisCI to Taskcluster for testing pull requests
  • Add Code of Conduct, Contributing Guide, and Changelog