Skip to content

Releases: purescript-contrib/purescript-formatters

v7.0.0

28 Apr 00:20
0b4deda
Compare
Choose a tag to compare

Breaking changes:

Other improvements:

v6.0.0

16 Oct 10:52
b2e65b2
Compare
Choose a tag to compare

Breaking changes:

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

v5.0.1

06 May 17:20
8b438ae
Compare
Choose a tag to compare

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

26 Feb 22:34
c09305e
Compare
Choose a tag to compare

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

09 Feb 22:06
c39ae1f
Compare
Choose a tag to compare
  • 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

26 Jun 02:03
026b1bf
Compare
Choose a tag to compare

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

03 May 00:26
8eacf46
Compare
Choose a tag to compare

v3.0.1

07 Dec 12:07
33bcdc8
Compare
Choose a tag to compare

Bug fixes:

Other changes:

v3.0.0

11 Sep 13:47
Compare
Choose a tag to compare

v2.1.0

08 Aug 23:17
Compare
Choose a tag to compare
  • Added Ord instance for FormatterCommand