0.0.0.4 - 2022-07-21
- update README, License and package copyright info
- adopt changes to TemplateHaskell on GHC9
- Merge pull request #7 from telostat/vst/fix-ghc9-th-issue
0.0.0.3 - 2022-07-21
- dev: add release.sh script
- release: 0.0.0.3
- export Zamazingo.Aeson module defs on Zamazingo module
- Merge pull request #6 from telostat/vst/export-aeson-module-defs
0.0.0.2 - 2022-07-21
- dev: migrate from Stack to Nix
- release: 0.0.0.2
- add commonAesonOptions, drop deriving-aeson dependency
- init repository
- dev: add Weeder configuration
- dev: update HLint configuration
- dev: integrate git-chglog
- docs: fix haddock warnings
- doctest: fix NonEmptyText doctest
- release: 0.0.0.1
- test: fix tests
- add {To,From}JSONKey instance to Id type
- add allEq function
- add Zamazingo.Aeson module
- add Zamazingo.GroupBy module
- add Zamazingo.Bool module
- improve Zamazingo.Id module with new lookup table functions
- add Zamazingo.Id module for type-safe entity identifiers
- relax Secret constructor and accessor to underlying value
- add TextPair and related definitions to TextCodec module
- add applicative (alternative) helpers (guarded, guardedA)
- add monadic helpers (whenM, unlessM, ifM, guardM)
- add TimeZoneLabel data type and related definitions
- add Mailess API client implementation
- add EmailAddress data type
- add DateRange data type and related functions
- add Aeson instances to HttpUrl, revisit documentation
- start adding time-related utility functions (formatting on Text)
- add String, ByteString and lazy ByteString codec functions
- add HttpUrl data type
- add Secret data type
- add Host data type
- add decodeTextTH function for compile-time creation of decodable values
- add TextCodec instance to Port data type
- init codebase
- Merge pull request #1 from telostat/init