basant307/AI_Governance_Project
045
1 2**2.4.0 / 2026-06-09**3- support unicode numerals using 'anynum'4 5**2.3.0 / 2026-05-07**6- support octal and binary, test with @byspec/numbers7- test with @byspec/numbers8 9 10**2.2.3 / 2026-04-07**11- remove unnecessary files from npm package12 13**2.2.2 / 2026-03-23**14- fix for space string15 16 17**2.2.1 / 2026-03-19**18- fix false positive for eNotation when no leading zeros19 20**2.2.0 / 2026-02-28**21- support infinity22 23**2.1.0 / 2025-05-01**24- fix e-notation 25 - to return string when invalid enotation is found. Eg `E24`26 - to return valid number when only leading zero before e char is present27 28**2.0.5 / 2025-02-27**29- changes done in 1.1.230 31**1.1.2 / 2025-02-27**32- fix skiplike for 033 34**1.1.1 / 2025-02-21**35- All recent fixes of version 236 37**2.0.4 / 2025-02-20**38- remove console log39 40**2.0.3 / 2025-02-20**41- fix for string which are falsly identified as e-notation42 43**2.0.1 / 2025-02-20**44- fix: handle only zeros45- fix: return original string when NaN46 47**2.0.0 / 2025-02-20**48- Migrating to ESM modules. No functional change49 50**1.1.0 / 2025-02-20**51- fix (#9): support missing floating point and e notations