1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
# Revision history for ogma-language-jsonspec
## [1.9.0] - 2025-08-06
* Version bump 1.9.0 (#284).
## [1.8.0] - 2025-07-13
* Version bump 1.8.0 (#275).
## [1.7.0] - 2025-03-21
* Version bump 1.7.0 (#269).
* Bump upper version constraint on aeson, text (#225).
* Remove extraneous EOL character (#224).
* Extend JSONSpec with additional data associated with results (#219).
## [1.6.0] - 2025-01-21
* Version bump 1.6.0 (#208).
* Add repository information to cabal package (#148).
* Add version bounds to all dependencies (#119).
* Extend JSON spec parser to use an IO action to parse properties (#197).
## [1.5.0] - 2024-11-21
* Version bump 1.5.0 (#178).
* Make JSONFormat readable (#170).
## [1.4.1] - 2024-09-21
* Version bump 1.4.1 (#155).
* Replace homepage (#147).
## [1.4.0] - 2024-05-21
* Version bump 1.4.0 (#145).
## [1.3.0] - 2024-03-21
* Version bump 1.3.0 (#133).
* Make some fields in JSON format spec optional (#122).
## [1.2.0] - 2024-01-21
* Version bump 1.2.0 (#117).
* Initial release (#115).
|