Skip to content

0.7.0

Compare
Choose a tag to compare
@stephencelis stephencelis released this 14 Feb 18:09
· 11 commits to main since this release
f3f773a
  • Added: Conditional conformances to ExpressibleByArrayLiteral and ExpressibleByDictionaryLiteral.
  • 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).