Releases: airbnb/ResilientDecoding
Releases · airbnb/ResilientDecoding
Release list
1.2.0
What's Changed
- Add CODE_OF_CONDUCT.md by @fdiaz in #43
- Update CODE_OF_CONDUCT.md by @fdiaz in #44
- ResilientDecoding is not, in fact, Carthage compatible by @dfed in #46
- Get CI running again by @dfed in #49
- Update CI to use macOS 14 by @calda in #57
- Make Resilient conditionally conform to Equatable and Hashable by @calda in #56
New Contributors
Full Changelog: 1.1.0...1.2.0
1.1.0
1.0
Resilient Decoding hits 1.0!
API-breaking changes:
flushReportedErrors()now vends anErrorDigestinstead of[Error].
Added functionality:
ErrorDigestcan be used to pretty-print reported errors after checking whether any errors were encountered.Resilientproperties now provide anoutcomevia the projected value ($property.outcome) which is similar to$property.errorbut also communicates non-error events, like a missing key for an optional value.Resilientcan now be applied toDictionary, which behaves similarly toArray(elements are omitted as errors are encountered)