You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

3.0 KiB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.0.3 (2019-07-25)

3.0.2 (2019-03-14)

Bug Fixes

  • lang.json: remove gay from badwords (88d1aed)

3.0.1 (2019-02-19)

Bug Fixes

  • update removeWords functionality to be case-insensitive (235121d)

3.0.0 (2018-10-23)

Code Refactoring

  • utilize es6 spread in addWords/removeWords (656b87c)

BREAKING CHANGES

  • 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)

Documentation

  • update documentation. add requirements for using lib moving forward (9b2831d)

Features

  • profane: support profane phrases and well as words (995ea1e)

BREAKING CHANGES

  • moving into es2016+ language features

1.6.5 (2018-10-23)

1.6.4 (2018-09-21)

Bug Fixes

  • isProfane: Adding regex word boundary for isProfane (3908f3c)

1.6.3 (2018-08-02)

1.6.2 (2018-08-02)

Bug Fixes

  • isProfaneLike: abort trying to match every instance of profane words. (31126d6)

1.6.1 (2017-10-25)

Bug Fixes

  • isProfaneLike: fix case sensitive checks within list (bfa05ce)

1.6.0 (2017-10-16)

Features

1.5.2 (2017-10-16)

Bug Fixes

  • support for better filtering (7c8d0e2)