All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
4.0.0-0 (2024-08-18)
- this release moving forward is only intended for v4 onward. please upgrade and test with caution before using in production.
-
action: install NPM dependencies (b29c6c8)
-
append single word filter test case (43c8530)
-
change filter title to not multilingual word (cf8e4bc)
-
v4 (30d5d9f)
3.0.4 (2020-11-16)
3.0.3 (2019-07-25)
3.0.2 (2019-03-14)
- lang.json: remove gay from badwords (88d1aed)
3.0.1 (2019-02-19)
- update removeWords functionality to be case-insensitive (235121d)
3.0.0 (2018-10-23)
- utilize es6 spread in addWords/removeWords (656b87c)
- changes the way addWords is used, no longer accepts a single array as a parameter unless used with the spread operator
2.0.0 (2018-10-23)
- update documentation. add requirements for using lib moving forward (9b2831d)
- profane: support profane phrases and well as words (995ea1e)
- moving into es2016+ language features
1.6.5 (2018-10-23)
1.6.4 (2018-09-21)
- isProfane: Adding regex word boundary for isProfane (3908f3c)
1.6.3 (2018-08-02)
1.6.2 (2018-08-02)
- isProfaneLike: abort trying to match every instance of profane words. (31126d6)
1.6.1 (2017-10-25)
- isProfaneLike: fix case sensitive checks within list (bfa05ce)
1.6.0 (2017-10-16)
- fixes and updates (8049222)
1.5.2 (2017-10-16)
- support for better filtering (7c8d0e2)