Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Oct 05:49
· 21 commits to main since this release

What's Changed

BREAKING CHANGES

  • format: format will throw if a string is passed as number of decimals

Features

  • Deprecate find sub-option in favor of items sub-option (03265ed)
  • format: Convert non-finite values to string (4ec5140)
  • format: Interpret find function returning nullish as unity (9b8f7e1)
  • format: output format number of spaces (0c373a2)
  • format: throw on duplicated exponents (d1a1aa2)
  • parse: Advanced output format options (ce52a8a)
  • parse: Allow match function to return nullish (da9f499)
  • parse: throw on duplicated prefix (abedd37)

Bug Fixes

  • format: Allow nullish for output format space (00654c2)
  • format: Don't accept string as number of decimals (3196632)
  • Throw correct type of error (77fafee)

Full Changelog: v0.1.0...v0.2.0