v3.0.0 - uuid 8.3.2, node 6-16 (2021-08-06)
- 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 insecurenew Buffer(bytes)
- Switch from TravisCI to Taskcluster for testing pull requests
- Add Code of Conduct, Contributing Guide, and Changelog