Changelog for vary-0.1.1.0
Changelog for vary
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to the Haskell Package Versioning Policy.
Unreleased
0.1.1.0 - 2025-02-05
- Add serialization support of
Vary
forbinary
'sData.Binary
andcereal
'sData.Serialize
. - Document
Data.Aeson
round-tripping behaviour (namely: only round-trippable if encodings do not overlap, theUntaggedValue
sum encoding).
0.1.0.5 - 2025-02-05
- Relax max allowed versions of DeepSeq (<1.6), Hashable (<1.6), QuickCheck (<2.16)
0.1.0.4 - 2024-01-15
- Improved test coverage for exception cases; README is now fully tested using Literate Haskell.
0.1.0.3 - 2024-01-14
- Fix a typographic error in the documentation
0.1.0.2 - 2024-01-14
- Improve documentation
0.1.0.0 - 2024-01-13
- Initial version