Skip to content

Releases: purescript-contrib/purescript-formatters

v7.0.0

Choose a tag to compare

@JordanMartinez JordanMartinez released this 28 Apr 00:20
0b4deda

Breaking changes:

Other improvements:

v6.0.0

Choose a tag to compare

@thomashoneyman thomashoneyman released this 16 Oct 10:52
b2e65b2

Breaking changes:

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

v5.0.1

Choose a tag to compare

@thomashoneyman thomashoneyman released this 06 May 17:20
8b438ae

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

Choose a tag to compare

@thomashoneyman thomashoneyman released this 26 Feb 22:34
c09305e

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

Choose a tag to compare

@garyb garyb released this 09 Feb 22:06
c39ae1f
  • 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

Choose a tag to compare

@cryogenian cryogenian released this 26 Jun 02:03
026b1bf

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

Choose a tag to compare

@cryogenian cryogenian released this 03 May 00:26
8eacf46
fix two digit trailing zeros < 0.10

v3.0.1

Choose a tag to compare

@safareli safareli released this 07 Dec 12:07
33bcdc8

Bug fixes:

Other changes:

v3.0.0

Choose a tag to compare

@cryogenian cryogenian released this 11 Sep 13:47

v2.1.0

Choose a tag to compare

@garyb garyb released this 08 Aug 23:17
  • Added Ord instance for FormatterCommand