Skip to content

Releases: darwintantuco/eslint-plugin-detect-bad-words

v1.0.7

23 Jan 01:42
2f69f0c
Compare
Choose a tag to compare
  • More strict typescript config
  • Remove unused eslint plugins

v1.0.6

11 Jan 01:54
db5caeb
Compare
Choose a tag to compare
  • Fix compilation issue

v1.0.5

11 Jan 01:21
a8e92c6
Compare
Choose a tag to compare
  • Initial release
  • Rename package from eslint-plugin-detect-unwanted-words to eslint-plugin-detect-bad-words
  • Publish eslint-plugin-detect-bad-words
  • Deprecate eslint-plugin-detect-unwanted-words
  • Use badwords under the hood
  • Detect bad words on identifiers
  • Configure eslint
  • Configure typescript

v1.0.4

11 Jan 01:21
d275b6f
Compare
Choose a tag to compare

Optimize search logic

v1.0.3

05 Aug 03:48
27eb6d7
Compare
Choose a tag to compare
  • Fix bug when unwantedWords contains an item with multiple words

v1.0.2

05 Aug 03:07
c8f8760
Compare
Choose a tag to compare
  • Minor improvements, handle both lowercase and uppercase

v1.0.1

04 Aug 13:33
5844ebd
Compare
Choose a tag to compare
  • Use regex when checking for unwanted words

v1.0.0

04 Aug 13:32
ac09581
Compare
Choose a tag to compare
  • Initial release