0.7.0
- Added: Conditional conformances to
ExpressibleByArrayLiteral
andExpressibleByDictionaryLiteral
. - Added: Conditional conformance to
Strideable
(thanks @TheOtherDave). - Added: Conditional conformance to
Sendable
(thanks @ericlewis). - Fixed:
Encodable
will now try to encode using the wrapped value's decoding initializer if the single value container fails to decode. - Infrastructure: Update README (thanks @volkdmitri, @mattyoung).