Releases: purescript-contrib/purescript-formatters
Releases · purescript-contrib/purescript-formatters
v7.0.0
Breaking changes:
- Migrate FFI to ES modules (#79 by @i-am-the-slime and @JordanMartinez)
Other improvements:
- Added
purs-tidy
formatter (#77 by @thomashoneyman) - Drop
math
dependency; update imports (#80 by @JordanMartinez)
v6.0.0
Breaking changes:
- Upgraded to parsing v7.0.0, replace all
StringLike
constraints withString
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:
New features:
Bugfixes:
- Fixed rounding up when a number has trailing zeroes (#56)
Other improvements:
- Changed test library from
spec
toassert
to avoid non-core-library dependencies - Changed default branch to
main
frommaster
- 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
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
Bug fixes:
- Enable timestamp parsing @tippenein
Other changes:
- Update README and tests @tippenein
- Remove self import @paulyoung
v3.0.0
- Added formats for week day (@tippenein)