|
1 | 1 | Changelog
|
2 | 2 |
|
3 |
| -## [1.1.2](https://github.com/drlkf/megaparsec-utils/compare/1.1.1...1.1.2) (2025-07-29) |
| 3 | +## [1.1.2](https://github.com/haskell-github-trust/megaparsec-utils/compare/1.1.1...1.1.2) (2025-07-29) |
4 | 4 |
|
5 |
| -## [1.1.1](https://github.com/drlkf/megaparsec-utils/compare/1.1.0...1.1.1) (2025-07-28) |
| 5 | +## [1.1.1](https://github.com/haskell-github-trust/megaparsec-utils/compare/1.1.0...1.1.1) (2025-07-28) |
6 | 6 |
|
7 |
| -# [1.1.0](https://github.com/drlkf/megaparsec-utils/compare/1.0.0...1.1.0) (2025-07-28) |
| 7 | +# [1.1.0](https://github.com/haskell-github-trust/megaparsec-utils/compare/1.0.0...1.1.0) (2025-07-28) |
8 | 8 |
|
9 | 9 |
|
10 | 10 | ### Features
|
11 | 11 |
|
12 |
| -* add on/off to booleans ([1e9b885](https://github.com/drlkf/megaparsec-utils/commit/1e9b88532ec86ef3bf229de01c0a5a81a89261ec)) |
| 12 | +* add on/off to booleans ([1e9b885](https://github.com/haskell-github-trust/megaparsec-utils/commit/1e9b88532ec86ef3bf229de01c0a5a81a89261ec)) |
13 | 13 |
|
14 | 14 | # 1.0.0 (2025-07-28)
|
15 | 15 |
|
16 | 16 |
|
17 | 17 | ### Bug Fixes
|
18 | 18 |
|
19 |
| -* fix date parser with day short names ([64f3229](https://github.com/drlkf/megaparsec-utils/commit/64f3229dcfd660bdd770938da0bbacbf84c02dc3)) |
20 |
| -* fix invalid generation of TimeOfDay ([6bc728e](https://github.com/drlkf/megaparsec-utils/commit/6bc728ea31e2cfb380927c53ee544f44b399ece7)) |
21 |
| -* fix type errors in boundedEnumShowParser ([9c0fe3d](https://github.com/drlkf/megaparsec-utils/commit/9c0fe3db132bfe123be2d71e7c92f5928113cc26)) |
| 19 | +* fix date parser with day short names ([64f3229](https://github.com/haskell-github-trust/megaparsec-utils/commit/64f3229dcfd660bdd770938da0bbacbf84c02dc3)) |
| 20 | +* fix invalid generation of TimeOfDay ([6bc728e](https://github.com/haskell-github-trust/megaparsec-utils/commit/6bc728ea31e2cfb380927c53ee544f44b399ece7)) |
| 21 | +* fix type errors in boundedEnumShowParser ([9c0fe3d](https://github.com/haskell-github-trust/megaparsec-utils/commit/9c0fe3db132bfe123be2d71e7c92f5928113cc26)) |
22 | 22 |
|
23 | 23 |
|
24 | 24 | ### Features
|
25 | 25 |
|
26 |
| -* add aeson parser transformer ([84857eb](https://github.com/drlkf/megaparsec-utils/commit/84857eb2d5221f8547e9130c2b8503e7e59888a4)) |
27 |
| -* add date parser ([357d03f](https://github.com/drlkf/megaparsec-utils/commit/357d03f265e053f128be8711aec53e0b7659e563)) |
28 |
| -* add duration parsers ([a89bd88](https://github.com/drlkf/megaparsec-utils/commit/a89bd885b867b65cb7db3fcad4635cd38cba2227)) |
29 |
| -* add gregorian day parser ([46d4178](https://github.com/drlkf/megaparsec-utils/commit/46d4178945ad8bff5b309b95d9a2901a53b60ef9)) |
30 |
| -* add parser for decimal numbers ([42de75f](https://github.com/drlkf/megaparsec-utils/commit/42de75fec47b29caf1de59334b7a9c5e05f87a2f)) |
31 |
| -* add time parsers ([f267ffd](https://github.com/drlkf/megaparsec-utils/commit/f267ffd718f701046965318f99aa73b7f9e7b335)) |
| 26 | +* add aeson parser transformer ([84857eb](https://github.com/haskell-github-trust/megaparsec-utils/commit/84857eb2d5221f8547e9130c2b8503e7e59888a4)) |
| 27 | +* add date parser ([357d03f](https://github.com/haskell-github-trust/megaparsec-utils/commit/357d03f265e053f128be8711aec53e0b7659e563)) |
| 28 | +* add duration parsers ([a89bd88](https://github.com/haskell-github-trust/megaparsec-utils/commit/a89bd885b867b65cb7db3fcad4635cd38cba2227)) |
| 29 | +* add gregorian day parser ([46d4178](https://github.com/haskell-github-trust/megaparsec-utils/commit/46d4178945ad8bff5b309b95d9a2901a53b60ef9)) |
| 30 | +* add parser for decimal numbers ([42de75f](https://github.com/haskell-github-trust/megaparsec-utils/commit/42de75fec47b29caf1de59334b7a9c5e05f87a2f)) |
| 31 | +* add time parsers ([f267ffd](https://github.com/haskell-github-trust/megaparsec-utils/commit/f267ffd718f701046965318f99aa73b7f9e7b335)) |
0 commit comments