Releases: sgr-ksmt/FireSnapshot
Releases · sgr-ksmt/FireSnapshot
0.11.0
- Save DocumentSnapshot when data has read via get/listen methods.(#41)
- Support new queries(
array-contains-any
and in
)(#40)
0.10.0
Renew reference storagepath (#33)
0.9.0
Introduced Querybuilder's operators. (#26)
0.8.0
- 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
- Changed Snapshot's read/write extensions to SnapshotType's them. (#18)
0.6.1
Added Logo and more documentation in README.md.
0.6.0
- Introduced
Batch
(#15)
- modify get/listen method argument. (#14)
0.5.0 <β>
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
- Added
merge
method (setData(merge = true)). (#8)
- Renew
Path
(#7)
- Introduced get/listen collection-group (#6)
0.3.0
- Introduced DeletableField. (#5)
- Introduced @AtomicArray property wrapper(#4)
- Implemented FireSnapshot extensions for WriteBatch and Transaction (#3)