Skip to content

Releases: npm/unique-slug

v5.0.0

25 Sep 17:31
4f243e2
Compare
Choose a tag to compare

5.0.0 (2024-09-24)

⚠️ BREAKING CHANGES

  • unique-slug now supports node ^18.17.0 || >=20.5.0

Bug Fixes

Chores

v4.0.0

14 Oct 05:24
a1e990f
Compare
Choose a tag to compare

4.0.0 (2022-10-10)

⚠️ BREAKING CHANGES

  • unique-slug is now compatible with the following semver range for node: ^14.17.0 || ^16.13.0 || >=18.0.0

Features

v3.0.0

22 Aug 22:20
845863c
Compare
Choose a tag to compare

3.0.0 (2022-08-22)

⚠ BREAKING CHANGES

  • sets node engines to ^12.13.0 || ^14.15.0 || >=16.0.0

Bug Fixes

  • replace deprecated String.prototype.substr() (bf77b3d)

Dependencies