|
| 1 | +# Changelog |
| 2 | + |
| 3 | +Notable changes to this project are documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 4 | + |
| 5 | +## [Unreleased] |
| 6 | + |
| 7 | +Breaking changes (😱!!!): |
| 8 | + |
| 9 | +New features: |
| 10 | + |
| 11 | +Bugfixes: |
| 12 | + |
| 13 | +Other improvements: |
| 14 | + |
| 15 | +## [v4.0.1](https://github.com/purescript-contrib/purescript-formatters/releases/tag/v4.0.1) - 2019-02-09 |
| 16 | + |
| 17 | +- Fixed issue where negative numbers with padding would be printed like `00-0.5` rather than `-000.5` |
| 18 | +- Fixed issue where negative years would print similarly and would not parse |
| 19 | + |
| 20 | +## [v4.0.0](https://github.com/purescript-contrib/purescript-formatters/releases/tag/v4.0.0) - 2018-06-26 |
| 21 | + |
| 22 | +- Update to PS@0.12 @thomashoneyman |
| 23 | + |
| 24 | +## [v3.0.1](https://github.com/purescript-contrib/purescript-formatters/releases/tag/v3.0.1) - 2017-12-07 |
| 25 | + |
| 26 | +Bug fixes: |
| 27 | +- Enable timestamp parsing @tippenein |
| 28 | + |
| 29 | +Other changes: |
| 30 | +- Update README and tests @tippenein |
| 31 | +- Remove self import @paulyoung |
| 32 | + |
| 33 | +## [v3.0.0](https://github.com/purescript-contrib/purescript-formatters/releases/tag/v3.0.0) - 2017-09-11 |
| 34 | + |
| 35 | +- Added formats for week day (@tippenein) |
| 36 | + |
| 37 | +## [v2.1.0](https://github.com/purescript-contrib/purescript-formatters/releases/tag/v2.1.0) - 2017-08-08 |
| 38 | + |
| 39 | +- Added `Ord` instance for `FormatterCommand` |
| 40 | + |
| 41 | +## [v2.0.2](https://github.com/purescript-contrib/purescript-formatters/releases/tag/v2.0.2) - 2017-07-19 |
| 42 | + |
| 43 | +- fix for 24 and `{12,0}{am,pm}` cases #26 |
| 44 | + |
| 45 | +## [v2.0.1](https://github.com/purescript-contrib/purescript-formatters/releases/tag/v2.0.1) - 2017-07-11 |
| 46 | + |
| 47 | +- fix YYYY formatting #23 |
| 48 | + |
| 49 | +## [v2.0.0](https://github.com/purescript-contrib/purescript-formatters/releases/tag/v2.0.0) - 2017-06-27 |
| 50 | + |
| 51 | +- Added support for Intervals |
| 52 | +- Type of `DateTime.Formatter` has changed (BREAKING) |
| 53 | +- Type of `Number.Formatter` has changed (BREAKING) |
| 54 | + |
| 55 | +## [v1.0.1](https://github.com/purescript-contrib/purescript-formatters/releases/tag/v1.0.1) - 2017-05-13 |
| 56 | + |
| 57 | +- Fixed `Hours24` to pad to two digits when printing |
| 58 | + |
| 59 | +## [v1.0.0](https://github.com/purescript-contrib/purescript-formatters/releases/tag/v1.0.0) - 2017-04-21 |
| 60 | + |
| 61 | +- Updated for PureScript 0.11 |
| 62 | + |
| 63 | +## [v0.4.0](https://github.com/purescript-contrib/purescript-formatters/releases/tag/v0.4.0) - 2017-04-15 |
| 64 | + |
| 65 | +- Added `MinutesTwoDigits`, `SecondsTwoDigits`, `MillisecondsShort`, and `MillisecondsTwoDigits` (@sectore) |
| 66 | + |
| 67 | +## [v0.3.1](https://github.com/purescript-contrib/purescript-formatters/releases/tag/v0.3.1) - 2017-03-23 |
| 68 | + |
| 69 | +- Fixed `DayOfMonthTwoDigits` to zero-pad as necessary when printing (@korayal) |
| 70 | + |
| 71 | +## [v0.3.0](https://github.com/purescript-contrib/purescript-formatters/releases/tag/v0.3.0) - 2017-03-22 |
| 72 | + |
| 73 | +- Added support for single-digit day-of-month parsing (@negator) |
| 74 | + |
| 75 | +## [v0.2.0](https://github.com/purescript-contrib/purescript-formatters/releases/tag/v0.2.0) - 2017-03-07 |
| 76 | + |
| 77 | +- Updated dependencies |
| 78 | + |
| 79 | +## [v0.1.3](https://github.com/purescript-contrib/purescript-formatters/releases/tag/v0.1.3) - 2017-03-01 |
| 80 | + |
| 81 | +- Fix `bower.json` for Pursuit publishing |
| 82 | + |
| 83 | +## [v0.1.1](https://github.com/purescript-contrib/purescript-formatters/releases/tag/v0.1.1) - 2017-02-24 |
| 84 | + |
| 85 | +- Fixed behaviour of two-digit year formatting (@dgendill) |
| 86 | + |
| 87 | +## [v0.1.0](https://github.com/purescript-contrib/purescript-formatters/releases/tag/v0.1.0) - 2016-11-03 |
| 88 | + |
| 89 | +- 0.10 updates |
| 90 | + |
| 91 | +## [0.0.5](https://github.com/purescript-contrib/purescript-formatters/releases/tag/0.0.5) - 2016-09-18 |
| 92 | + |
| 93 | +- Fixed AM/PM behavior @doolse |
| 94 | + |
| 95 | +## [0.0.1](https://github.com/purescript-contrib/purescript-formatters/releases/tag/0.0.1) - 2016-07-21 |
| 96 | + |
| 97 | +- Initial release |
0 commit comments