Releases: purescript-contrib/purescript-formatters
Releases · purescript-contrib/purescript-formatters
v2.0.2
- fix for 24 and
{12,0}{am,pm}
cases #26
v2.0.0
- Added support for Intervals
- Type of
DateTime.Formatter
has changed (BREAKING)
- Type of
Number.Formatter
has changed (BREAKING)
v1.0.1
- Fixed
Hours24
to pad to two digits when printing
v1.0.0
- Updated for PureScript 0.11
v0.4.0
- Added
MinutesTwoDigits
, SecondsTwoDigits
, MillisecondsShort
, and MillisecondsTwoDigits
(@sectore)
v0.3.1
- Fixed
DayOfMonthTwoDigits
to zero-pad as necessary when printing (@korayal)
v0.3.0
- Added support for single-digit day-of-month parsing (@negator)
v0.1.3
- Fix
bower.json
for Pursuit publishing