Skip to content

Releases: sharplispers/parse-number

Release 1.8

28 Feb 14:28
v1.8
cb9e487
Compare
Choose a tag to compare
  • fix bug in parsing negative real numbers with leading whitespace
  • handle numbers with large exponent correctly: use bignum operations instead of floating-point, to avoid losing precision
  • better detection of invalid numbers: signal INVALID-NUMBER instead of implementation-specific conditions

Release 1.7

31 Oct 08:20
v1.7
7707b22
Compare
Choose a tag to compare
  • Handle positive numbers prefixed with + sign

Release 1.6

03 Apr 12:22
v1.6
9059e42
Compare
Choose a tag to compare
  • fixes for ASDF 3.3

Release 1.5

19 May 21:32
v1.5
e16a82b
Compare
Choose a tag to compare
  • Bug fixes
  • Add docstrings
  • Fix ASDF metadata

Many thanks to Michael Malis for bug fixes and documentation.

v1.4

23 Jul 12:35
Compare
Choose a tag to compare
  • Add ASDF metadata
  • Fix parsing of trailing whitespace