Skip to content

Latest commit

 

History

History
192 lines (92 loc) · 7.94 KB

CHANGELOG.md

File metadata and controls

192 lines (92 loc) · 7.94 KB

Changelog

3.1.1 (2024-12-26)

Bug Fixes

  • improve regexp into internal string convertion (04b3b16)
  • trim dictionary words and replace spaces with pseudo space chars (ef7d437)

3.1.0 (2024-12-24)

Features

3.0.0 (2024-12-13)

⚠ BREAKING CHANGES

  • remove json files and encode dictionaries b/c of sensitivity

Features

  • remove json files and encode dictionaries b/c of sensitivity (e7a4758)
  • use decoder in benchmarks (e650dea)

Bug Fixes

  • add rollup cache to .gitignore file (95d1d51)
  • fix dictionary data import in benchmark script (c6f50ae)
  • fix some types and props visibility for docs wiki (9b8bc8f)
  • remove resolveJsonModule from typescript config (65278e1)

2.3.2 (2024-12-11)

Bug Fixes

  • update libs usage to their latest interfaces (d96238b)
  • update lookalikes in en.json to treat 3 as E (#19) (6f78bbd)

2.3.1 (2024-04-07)

Bug Fixes

  • add build command into benchmarks readme file (42d84f7)
  • use lookalike instead of the actual bad word in the readme (71668ae)

2.3.0 (2024-04-07)

Features

  • a test for exclusions (6efc106)
  • ability to add exclusions (97c08b9)
  • example how to use exclusions (5893721)

Bug Fixes

  • compile exclusions regexps only once (8184425)
  • improve exclusions performance by employing internal cache (b798d8a)
  • readme example was fixed (09dcf02)

2.2.1 (2023-06-21)

Performance Improvements

  • move string comparison out of map (99bc141)

2.2.0 (2023-06-21)

Features

  • implement placeholderMode to address the feature request (5aa1b76)

2.1.0 (2023-06-04)

Features

  • data: improve en.json dictionary (98d0d11)
  • data: improve ru.json and ru_lat.json dictionaries (71c19b4)

2.0.1 (2023-06-02)

Bug Fixes

  • fix typedoc missing plugins (a85a9ee)

2.0.0 (2023-06-02)

⚠ BREAKING CHANGES

  • convert benchmark to esm
  • fix rollup build
  • fix ts warnings and use different types
  • convert package to esm and bump latest dependencies

Features

  • convert package to esm and bump latest dependencies (479824a)

Bug Fixes

  • convert benchmark to esm (28ea0f3)
  • fix rollup build (d73190e)
  • fix ts warnings and use different types (1044011)

1.6.8 (2023-06-02)

Features

  • data: update dictionaries (62fe324)

Miscellaneous Chores

1.6.7 (2023-04-03)

Features

  • data: update dictionaries (f685c6e)

Miscellaneous Chores

1.6.6 (2023-04-03)

Bug Fixes

  • remove wiki workflow badge (6625662)

1.6.5 (2023-04-03)

Bug Fixes

  • add missing prepare husky script (dc40aa0)

1.6.4 (2023-04-03)

Bug Fixes

1.6.3 (2023-04-03)

Bug Fixes

1.6.2 (2023-04-03)

Bug Fixes

1.6.1 (2023-04-03)

Miscellaneous Chores

1.6.0 (2023-04-03)

Features

  • added optional onBadword callback to the filter method (0065215)