Release list
v7.0.0
v6.0.0
Breaking changes:
- Upgraded to parsing v7.0.0, replace all
StringLikeconstraints withStringtype (#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-pointdependency (#68 by @purefunctor)
v5.0.0
Breaking changes:
New features:
Bugfixes:
- Fixed rounding up when a number has trailing zeroes (#56)
Other improvements:
- Changed test library from
spectoassertto avoid non-core-library dependencies - Changed default branch to
mainfrommaster - 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
released this
- Fixed issue where negative numbers with padding would be printed like
00-0.5rather 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
- Added formats for week day (@tippenein)
v2.1.0
- Added
Ordinstance forFormatterCommand