Skip to content

Releases: fummicc1/EasyFirebaseSwift

New PR is merged

03 Jun 13:41
4a59cdd
Compare
Choose a tag to compare
New PR is merged Pre-release
Pre-release

Commits

v2.2.3

29 Apr 05:30
1548777
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.2...v2.2.3

v2.2.2

10 Nov 17:13
622fd0d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.2.2...v2.2.2

2.2.2

20 Jun 04:12
2b63abc
Compare
Choose a tag to compare

What's Changed

  • Perform minor changes

Full Changelog: v2.2.1...2.2.2

2.2.1

22 Apr 12:36
Compare
Choose a tag to compare

What's Changed

  • [Firestore] Store ListenerRegistration of CollectionGroup snapshot. by @fummicc1 in #52
  • other minor changes

Full Changelog: v2.2.0...v2.2.1

v2.2.0

12 Mar 16:47
Compare
Choose a tag to compare

Changes

  • #44
  • #46
  • Add Example of FirebaseStorage helper class.

v2.1.1

19 Feb 18:16
Compare
Choose a tag to compare

Changes

  • Fix bug: Now StorageClient works on uploading data to FirebaseStorage. Previously, uploading data function had never been completed.

v2.1.0

16 Jan 16:43
Compare
Choose a tag to compare
v2.1.0 Pre-release
Pre-release

Pre Release

  • Implement core features for FirebaseStorage
  • Add Unit Test for CloudFirestore implementation

v2.0.1

10 Jan 03:28
24db0cf
Compare
Choose a tag to compare

Changes

  • 🚨 Fix compile error under iOS15

v2.0.0

09 Jan 16:19
748ba0a
Compare
Choose a tag to compare

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.