Skip to content

Releases: gjuchault/fuzzyjs

v5.0.1

19 Jul 15:31
2cab104
Compare
Choose a tag to compare

5.0.1 (2021-07-19)

Bug Fixes

  • package: remove failed dependency (2cab104)

v5.0.0

10 Jul 15:16
a229b0b
Compare
Choose a tag to compare

5.0.0 (2021-07-10)

Bug Fixes

  • array: generic methods (#247) (d81cd7e)
  • prepare: normalize string even with case sensitive being true (#28) (e160c7a)
  • surround: return source when no results or results.ranges is… (#27) (c85305c)
  • typescript: move from types to interfaces for typedoc (#24) (7dfabd9)

Code Refactoring

BREAKING CHANGES

  • remove match() withRanges option
  • remove sourceAccessor, idAccessor to a single iterator, required

v4.0.1

30 Jun 09:35
bdf792d
Compare
Choose a tag to compare
  • fix(sort): SortOptions should extend MatchOptions (#21)

v4.0.0

29 Jun 16:29
5ab4c64
Compare
Choose a tag to compare
  • breaking: feat(array-functions): replace path options by accessors functions (#13)

v3.1.0

29 Jun 15:58
44d9598
Compare
Choose a tag to compare
  • feat(prepare): normalize input strings for non-ASCII tests (#12)

v3.0.5

16 Jun 11:26
a8379d3
Compare
Choose a tag to compare

empty release after unpublishing 3.0.3 and 3.0.4

v3.0.3

16 Jun 11:11
cafca94
Compare
Choose a tag to compare
  • fix(performance): performance boost and benchmark (#10)

v3.0.2

15 Jun 00:50
Compare
Choose a tag to compare
chore: more docs