Skip to content

v2.0.0

Compare
Choose a tag to compare
@fummicc1 fummicc1 released this 09 Jan 16:19
· 104 commits to main since this release
748ba0a

Summary

Polish Example.
Add Breaking Changes for Combine usecases.

Changes

Breaking Changes

  • Add SnapshotInputParameter object for Combine usecases.
  • Add CollectionSubscription and CollectionPublisher as a internal object.
  • Rename FirestoreModel.publisher to the following.
    • for FirestoreModelAction, renamed to FirestoreMdel.write
    • for single FirestoreModelTypeAction like using DocumentReference, renamed to FirestoreModel.Type.single
    • for multiple FirestoreModelTypeAction like using Query, renamed to FirestoreModel.Type.multiple

Minor Changes

  • Add BoardApplication as a practical example.
  • Update FirestoreExample
    • Examples are going to be separeted into Practical and Example folder.
  • Add new enum case for FirestoreModelAction named createWithDocumentId to specify new document's id.
  • Rename FirestoreModelTypeAction.get to FirestoreModelTypeAction.fetch. In associated with this change, some symbols has been renamed.