Releases: taskcluster/slugid
Releases · taskcluster/slugid
v5.0.1
What's Changed
- fix: missing 'main' entry on manifest file by @micalevisk in #32
New Contributors
- @micalevisk made their first contribution in #32
Full Changelog: v5.0.0...v5.0.1
v5.0.0
What's Changed
- chore: migrate from nodeunit to mocha by @matt-boris in #27
- Bump uuid from 9.0.0 to 9.0.1 by @dependabot in #28
- chore!: drop support for Node 14 and 16 by @matt-boris in #29
New Contributors
- @dependabot made their first contribution in #28
Full Changelog: v4.0.0...v5.0.0
v4.0.0
What's Changed
- BREAKING Drop Node.js 6, 8, 10, 12 support
- chore: cleanup repo by @matt-boris in #26
New Contributors
- @matt-boris made their first contribution in #26
Full Changelog: v3.2.0...v4.0.0
v3.2.0 - added typings
v3.1.0 - Optional Buffer support
Buffer is optional for the environments that do not support it
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
v2.0.0 - Update uuid, support node 4-10 (2018-05-07)
- Drop support for node 0.10, 0.11
- Add support for node 4, 6, 8, and 10
- Update to uuid 3.2.1
- Add uuid-parse 1.0.0 to parse UUIDs (instead of
uuid
)
This tag was created in August 2021 from the closest commit when v2.0.0 was published on May 7, 2018.
v1.1.0 - Add nice slugs (2015-08-27)
- Add
slugid.nice()
, which ensures the first letter of the slug begins with a letter, allowing it to be used in more contexts. - Update to uuid 2.0.1
This tag was created in August 2021 from the closest commit when v1.1.0 was published on August 27, 2015.
v1.0.3 - Simplify browser variant (2014-10-06)
Remove extra files not needed for the browser variant built with Browserify.
This tag was created in August 2021 from the closest commit when v1.0.3 was published on October 6, 2014.
v1.0.2 - Add browser variant (2014-08-19)
Add a variant that runs in a browser using Browserify 5.9.1.
This tag was created in August 2021 from the closest commit when v1.0.2 was published on August 19, 2014.