Releases: alexzel/bad-words-next
Releases · alexzel/bad-words-next
v3.1.1
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)
v3.1.0
3.1.0 (2024-12-24)
Features
v3.0.0
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)
v2.3.2
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)
v2.3.1
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)
v2.3.0
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)
v2.2.1
2.2.1 (2023-06-21)
Performance Improvements
- move string comparison out of map (99bc141)
v2.2.0
2.2.0 (2023-06-21)
Features
- implement placeholderMode to address the feature request (5aa1b76)
v2.1.0
2.1.0 (2023-06-04)
Features
- data: improve en.json dictionary (98d0d11)
- data: improve ru.json and ru_lat.json dictionaries (71c19b4)
v2.0.1
2.0.1 (2023-06-02)
Bug Fixes
- fix typedoc missing plugins (a85a9ee)