Skip to content

0.2.0-beta

Compare
Choose a tag to compare
@pnwpedro pnwpedro released this 04 Mar 08:16
· 96 commits to main since this release
9391b51

What's Changed

  • Add NullableDocument<> with deserialization support in #106

Breaking Changes

  • Remove NullDocumentRef and NullNamedDocumentRef non-generic classes. Instead, users can now query for NullableDocument<Document>, NullableDocument<NamedDocument>, NullableDocument<DocumentRef>, NullableDocument<NamedDocumentRef>, and NullableDocument<MyPOCO> and receive concrete NullDocument<> and NonNullDocument<> instances in their results.

Full Changelog: 0.1.0-beta...0.2.0-beta