Skip to content

Releases: h-projects/g-detector

1.0.0

04 Aug 08:17
8df0255

Choose a tag to compare

BREAKING CHANGES

  • node 20.0.0 is now the minimum required version
  • moved to esm
  • dropped support for using a string as the level

Added

  • more words to allowlist by @Darko331

Fixed

  • regexes no longer erroneously match ,
  • regex performance by not compiling a new instance every time detect is called

Changed

  • switched to regex v flag
  • enabled oidc publishing
  • switched bundlers from tsup to tsdown
  • removed source maps
  • relicensed to MIT

0.1.6

25 Mar 12:23
8ad05bc

Choose a tag to compare

Fixed

  • allowlist and blocklist types

Changed

  • enabled npm provenance

0.1.5

05 Sep 16:26
58f1150

Choose a tag to compare

Added

  • as a blocked character

Fixed

  • typescript types no longer masquerade as cjs

Changed

  • improved word boundary detection

0.1.4

18 Dec 14:05
e590e40

Choose a tag to compare

Added

  • support for source maps

Changed

  • switched bundlers from unbuild to tsup

0.1.3

17 Oct 16:58
8a22feb

Choose a tag to compare

Added

  • and 🄖 are now blocked characters and are detected as such

0.1.2

25 Sep 12:25
aded2c2

Choose a tag to compare

Changed

  • added license

0.1.1

24 Sep 19:34
588bc0e

Choose a tag to compare

Added

  • minimum node version explicitly set to >=15.0.0
  • allowlist and blocklist exports

0.1.0

24 Sep 17:27
83da192

Choose a tag to compare

initial release