Skip to content

Latest commit

 

History

History
120 lines (57 loc) · 4.42 KB

CHANGELOG.md

File metadata and controls

120 lines (57 loc) · 4.42 KB

Changelog

2.0.1 (2025-02-11)

Performance Improvements

  • mico optimisation of number validation (23d5f35)

2.0.0 (2023-06-09)

⚠ BREAKING CHANGES

  • pass validation in validate function when lowercase suffix and prefix are used in nino d7050b6

Performance

  • significant perforance improvement for validate function, making it the fastest nino validation function available on npm - see latest benchmarks

Chores

  • update development dependencies af97511

Bug Fixes

  • export ValidateResult interface (d5212cb)

1.2.0 (2023-02-23)

Features

1.1.7 (2023-02-14)

Bug Fixes

1.1.6 (2023-02-13)

Bug Fixes

  • performance info in README.md (5b2cd56)

1.1.5 (2022-10-03)

Bug Fixes

  • stop excluding deno_dist (4769e02)

1.1.4 (2022-10-03)

Bug Fixes

1.1.3 (2022-10-01)

Bug Fixes

  • denoland URL in README.md (319743d)

1.1.2 (2022-10-01)

Bug Fixes

  • internal links in README.md (7c2d3a1)

1.1.1 (2022-10-01)

Bug Fixes

  • include mod.ts file for deno (adece6f)

1.1.0 (2022-09-29)

Features

  • add incremental generator function (dd987fb)

1.0.2 (2022-09-29)

Bug Fixes

  • branch pipeline criteria (5560795)
  • consistency with commas and rounding in README.md (5c4043e)
  • missing jest dependency (950ef1c)

1.0.1 (2022-09-28)

Bug Fixes

1.0.0 (2022-09-28)

⚠ BREAKING CHANGES

  • init

Features

Bug Fixes