Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 1.77 KB

File metadata and controls

33 lines (18 loc) · 1.77 KB

Changelog

1.0.2 (2025-05-22)

Bug Fixes

  • add prepublishOnly script in package.json (e5405c5)

1.0.1 (2025-05-22)

Bug Fixes

  • docs: add repository url in package.json to publish with provence (37444a7)

1.0.0 (2025-05-22)

Features

  • add normalize function (7fba45c)
  • add registry related functions (56a3938)
  • add toIPv6LinkLocal function export (39b293e)
  • add toNumber and toBigInt function (9cf508b)
  • enhance normalize function to support case and separator options (acef652)
  • export all utilities from utils module (d2e397d)
  • export toBigInt function alongside toNumber in utils (5b77e35)

Bug Fixes

  • ensure non-null assertion for separator in normalize function (801f488)