Releases: mikhailmaslo/macro-codable-kit
Releases · mikhailmaslo/macro-codable-kit
0.3.1
What's Changed
- Replace decodeIfPresent with decode for singleValue by @mikhailmaslo in #10
Full Changelog: 0.3.0...0.3.1
0.3.0
What's Changed
- Use macro api to get list conformances to generate by @mikhailmaslo in #4
- Lint unused code with periphery by @mikhailmaslo in #5 & #6
- Remove Codable constraint on
ValueCodableStrategy.Value
by @mikhailmaslo in #7 - Add comprehensive docc documentation. Added tutorial to implement your own
CustomCoding
by @mikhailmaslo in #8
Full Changelog: 0.2.0...0.3.0
0.2.0
What's Changed
- Fix dependency versions, adapt to swift-macro-testing updates by @mikhailmaslo in #2
- Add CI check: build & test by @mikhailmaslo in #1
- Add rich diagnostic; Restrict Codable & AllOfCodable to struct uses; Handle labels in enums by @mikhailmaslo in #3
New Contributors
- @mikhailmaslo made their first contribution in #2
Full Changelog: 0.1.0...0.2.0