Skip to content

Releases: sgr-ksmt/FireSnapshot

0.11.0

08 Nov 06:07
Compare
Choose a tag to compare
  • Save DocumentSnapshot when data has read via get/listen methods.(#41)
  • Support new queries(array-contains-any and in)(#40)

0.10.0

02 Nov 06:58
Compare
Choose a tag to compare

Renew reference storagepath (#33)

0.9.0

01 Nov 08:16
Compare
Choose a tag to compare

Introduced Querybuilder's operators. (#26)

0.8.0

24 Oct 07:12
563a930
Compare
Choose a tag to compare
  • Update firebase libs (#25)
  • implement StorageReference+Codable. (#24)
  • Equip Equatable to Reference, StoragePath. (#23)
  • Storage support (#22)
  • Improved path handling. (#21)
  • Change Reference's WrappedValue to nullable. (#19)

0.6.2

13 Oct 13:08
Compare
Choose a tag to compare
  • Changed Snapshot's read/write extensions to SnapshotType's them. (#18)

0.6.1

13 Oct 09:59
Compare
Choose a tag to compare

Added Logo and more documentation in README.md.

  • Update README.md (#17)

0.6.0

12 Oct 09:24
Compare
Choose a tag to compare
  • Introduced Batch (#15)
  • modify get/listen method argument. (#14)

0.5.0 <β>

10 Oct 08:09
Compare
Choose a tag to compare

FireSnapshot has reached to β.

  • Added test cases. (#9, #13)
  • Define SnapshotData protocol. (#12)
  • Implemented replicate snapshot feature. (#11)
  • use dynamicMemberLookup for avoiding to rewrite snapshot.data. (#10)

0.4.0

04 Oct 10:54
Compare
Choose a tag to compare
  • Addedmerge method (setData(merge = true)). (#8)
  • Renew Path (#7)
  • Introduced get/listen collection-group (#6)

0.3.0

03 Oct 14:50
Compare
Choose a tag to compare
  • Introduced DeletableField. (#5)
  • Introduced @AtomicArray property wrapper(#4)
  • Implemented FireSnapshot extensions for WriteBatch and Transaction (#3)