Skip to content

Releases: FiddlyDigital/Anonimizer

v1.2.2

01 Aug 20:17
40e7f1c
Compare
Choose a tag to compare
  • Changes to improve accuracy of people recognition.
  • Backed by an Improved set of Tests
  • Improved argument testing in inner services

v1.2.1

11 Jul 15:58
Compare
Choose a tag to compare

Update readme and package.json, as well as a minor update to the build process.
Functionally, no change from previous version.

v1.2.0

10 Jul 09:31
968088c
Compare
Choose a tag to compare

Now outputting in both ESM and CJS formats to support browser and node environments correctly.

v1.1.2

06 Jul 18:20
d44e17b
Compare
Choose a tag to compare

Reorganized how some features are extracted.
Also now only selecting People who have the first character of their name as a capital letter.
While not strictly, ideal; this helps avoid false-positives like 'mark', which are also verbs, or say month names like 'april' or 'may'

v1.1.1

26 Jun 21:47
Compare
Choose a tag to compare

Minor Patch

  • No functionality change, but published to NPM from a GitHub action 😁

v1.1.0

26 Jun 21:05
Compare
Choose a tag to compare

First update!

  • Added ability to specify custom data per feature via constructor
  • Renamed Features Enum to "Feature"
  • Bad inputs will now throw errors
  • Internal changes to a defensive coding style