3.1.1 (2024-12-26)
- improve regexp into internal string convertion (04b3b16)
- trim dictionary words and replace spaces with pseudo space chars (ef7d437)
3.1.0 (2024-12-24)
- update dictionaries (3dd1e3a)
3.0.0 (2024-12-13)
- remove json files and encode dictionaries b/c of sensitivity
- remove json files and encode dictionaries b/c of sensitivity (e7a4758)
- use decoder in benchmarks (e650dea)
- 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)
- 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)
- 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)
- a test for exclusions (6efc106)
- ability to add exclusions (97c08b9)
- example how to use exclusions (5893721)
- 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)
- move string comparison out of map (99bc141)
2.2.0 (2023-06-21)
- implement placeholderMode to address the feature request (5aa1b76)
2.1.0 (2023-06-04)
- data: improve en.json dictionary (98d0d11)
- data: improve ru.json and ru_lat.json dictionaries (71c19b4)
2.0.1 (2023-06-02)
- fix typedoc missing plugins (a85a9ee)
2.0.0 (2023-06-02)
- convert benchmark to esm
- fix rollup build
- fix ts warnings and use different types
- convert package to esm and bump latest dependencies
- convert package to esm and bump latest dependencies (479824a)
- convert benchmark to esm (28ea0f3)
- fix rollup build (d73190e)
- fix ts warnings and use different types (1044011)
1.6.8 (2023-06-02)
- data: update dictionaries (62fe324)
- release 1.6.8 (3c16736)
1.6.7 (2023-04-03)
- data: update dictionaries (f685c6e)
- release 1.6.7 (e239169)
1.6.6 (2023-04-03)
- remove wiki workflow badge (6625662)
1.6.5 (2023-04-03)
- add missing prepare husky script (dc40aa0)
1.6.4 (2023-04-03)
- fix release script (9650142)
1.6.3 (2023-04-03)
- wiki (0402727)
1.6.2 (2023-04-03)
- fix release script (2a4e970)
1.6.1 (2023-04-03)
- release 1.6.1 (5976ab5)
1.6.0 (2023-04-03)
- added optional onBadword callback to the filter method (0065215)