Skip to content

Latest commit

 

History

History
101 lines (44 loc) · 3.81 KB

CHANGELOG.md

File metadata and controls

101 lines (44 loc) · 3.81 KB

Changelog

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

1.7.0 (2022-03-16)

Features

  • now support for HASH mode (97f0741)

1.6.3 (2022-03-13)

Bug Fixes

  • empty Fields on constructor (3c1dd3f)

1.6.2 (2022-03-13)

Others

  • default no fixed lenght for tokens (7493337)

1.6.1 (2022-03-13)

Others

1.6.0 (2022-03-13)

Features

  • model Autoupdater with autoupdate factor (6754314)

1.5.0 (2022-03-10)

Features

  • works with streams and return original content in transform (fc133d6)

1.4.1 (2021-12-01)

Others

  • tokenSeparator is now in the Model (933cb36)

1.4.0 (2021-12-01)

Features

1.3.1 (2021-11-26)

Others

1.3.0 (2021-11-26)

Features

  • added params to fit, transform and invert (f94a347)

1.2.1 (2021-11-25)

Bug Fixes

  • translate value with k + v (c52517b)

1.2.0 (2021-11-25)

Features

  • save Compressed Model including transformation functions (0657715)

1.1.1 (2021-11-25)

Others

  • complete list of params in model + checks in Invert (53630d2)

1.1.0 (2021-11-25)

Features

  • added Inverters + Store Params in saved model (0946944)