Starting from v0.7.0, you can support development through the GitHub Sponsors program. Companies can share a tiny part of their revenue and get private support hours in return. Thanks!
- New: Upgrade to Kotlin 1.4, Firestore 21.6.0 (#12)
- Breaking change:
FirestoreParcelers.add
is nowregisterParceler
orFirestoreParceler.register
(#12) - Breaking change:
FirestoreDocument.CacheState
is nowFirestoreCacheState
(#12) - Breaking change: parcelers moved to
com.otaliastudios.firestore.parcel.*
package (#12) - Fix: do not crash exception when metadata is not present (#12)
https://github.com/natario1/Firestore/compare/v0.6.0...v0.7.0