GitHub

Release list

v7.0.0

v6.0.0

Breaking changes:

  • Upgraded to parsing v7.0.0, replace all StringLike constraints with String type (#76 by @jamesdbrock)

v5.0.1

Other improvements:

  • Removed unused names and declaration found by the v0.14.1 PureScript release (#68 by @purefunctor)
  • Installed dependencies directly imported into source code that were previously installed transitively and removed unused fixed-point dependency (#68 by @purefunctor)

v5.0.0

Breaking changes:

  • Added support for PureScript 0.14 and dropped support for all previous versions (#62, #64)

New features:

Bugfixes:

  • Fixed rounding up when a number has trailing zeroes (#56)

Other improvements:

  • Changed test library from spec to assert to avoid non-core-library dependencies
  • Changed default branch to main from master
  • Updated to comply with Contributors library guidelines by adding new issue and pull request templates, updating documentation, and migrating to Spago for local development and CI (#58)

v4.0.1

@garyb garyb released this

09 Feb 22:06
  • Fixed issue where negative numbers with padding would be printed like 00-0.5 rather than -000.5
  • Fixed issue where negative years would print similarly and would not parse

v4.0.0: Merge pull request #48 from citizennet/master

v3.0.2: Merge pull request #42 from paulbjarne/paulbjarne/fix-trailing-zeros

fix two digit trailing zeros < 0.10

v3.0.1

v3.0.0

v2.1.0

  • Added Ord instance for FormatterCommand

Read the original on github.com ↗