Skip to content

Releases: taskcluster/slugid

v5.0.1

21 Nov 20:39
0703d60
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.0.0...v5.0.1

v5.0.0

02 Oct 15:21
5038534
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.0...v5.0.0

v4.0.0

19 Jul 14:47
f6fa9ba
Compare
Choose a tag to compare

What's Changed

  • BREAKING Drop Node.js 6, 8, 10, 12 support
  • chore: cleanup repo by @matt-boris in #26

New Contributors

Full Changelog: v3.2.0...v4.0.0

v3.2.0 - added typings

06 Feb 14:09
2cf744a
Compare
Choose a tag to compare

What's Changed

  • feat(types): Add typings by @vire in #25

New Contributors

  • @vire made their first contribution in #25

Full Changelog: v3.1.0...v3.2.0

v3.1.0 - Optional Buffer support

05 Sep 13:23
aaf9bc6
Compare
Choose a tag to compare

Buffer is optional for the environments that do not support it

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

06 Aug 22:48
v3.0.0
ce3bf62
Compare
Choose a tag to compare
  • 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

v2.0.0 - Update uuid, support node 4-10 (2018-05-07)

06 Aug 21:52
v2.0.0
892df99
Compare
Choose a tag to compare
  • 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)

06 Aug 21:45
v1.1.0
Compare
Choose a tag to compare
  • 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)

06 Aug 21:40
v1.0.3
Compare
Choose a tag to compare

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)

06 Aug 21:39
v1.0.2
Compare
Choose a tag to compare

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.