Skip to content

Releases: cityssm/unleet

v2.4.0

18 May 19:12
Compare
Choose a tag to compare

Removed diacritics package, used for removing accent characters. A bit too aggressive with characters that aren't strictly accents.

Replaced with remove-accents.

Full Changelog: v2.3.2...v2.4.0

v2.3.2

07 Feb 15:14
Compare
Choose a tag to compare

To maintain Node 14 support, removed normailize-diacritics and replaced with diacritics.

Full Changelog: v2.3.1...v2.3.2

v2.3.1

16 Jul 18:47
Compare
Choose a tag to compare

Fixing a path finding issue.

v2.3.0

16 Jul 18:31
Compare
Choose a tag to compare

Highlights

  • Many, many, many more letter mappings.
  • Restructured letter mappings to hopefully make them easier to maintain.
  • Bug fixes on strings containing spaces.

v2.2.0

06 Jul 13:14
Compare
Choose a tag to compare

Highlights

  • Switching from diacritic to normalize-diacritics.
  • Dependency updates, including a security fix.
  • Increased linting.

v2.1.0

14 May 19:53
Compare
Choose a tag to compare

Highlights

  • Much faster processing strings containing multiple words.
  • Utility functions moved to a separate file.
  • Testing cleaned up.

v2.0.0

19 Apr 13:22
Compare
Choose a tag to compare

Updated to ESM.

  • Dependencies updated.
  • Coverage reporting switched from nyc to c8.

v1.0.3

18 Feb 20:13
Compare
Choose a tag to compare

Dev dependency updates.

v1.0.2

11 Jan 14:00
Compare
Choose a tag to compare
  • Better handling of null, undefined, and numeric values - #124
  • Linking the tags in the readme.

v1.0.1

30 Oct 18:08
Compare
Choose a tag to compare
dependency updates, snyk scanning