This repository was archived by the owner on Oct 11, 2023. It is now read-only.
Releases: arrowheadapps/strapi-connector-firestore
Releases · arrowheadapps/strapi-connector-firestore
3.0.0-alpha.24
- Fix some logic around populating
- Remove metadata assignment and coersion from populate.ts because it is implemented in coerce.ts
- Add autoId() to model API
- Fix issue where fetching a single document from TransactionWrapper wasn't cached
3.0.0-alpha.23
- Fix issue populating oneToMany relations
3.0.0-alpha.22
- Breaking change:
allowNonNativeQueries
now defaults to false for all models in
andnin
with more than 10 arguments will attempt to use non native query- Fix failing inequality queries (#29)
3.0.0-alpha.21
- Fix model with new
privateAttributes
API - Fix test helpers
3.0.0-alpha.20
- Implement native Firestore ineqality operators (new Firestore feature)
- Upgrade to Strapi
3.2.0
There are many new tests introduced with this Strapi update, and most tests are now failing, I haven't tested this and not sure if things are broken.
3.0.0-alpha.19
- BREAKING CHANGE: Deep references are formatted with leading slash. Existing databases with references to flat collections will need to be refactored.
- Many fixes for coercing references and components
3.0.0-alpha.18
- Fix coercing references from Firestore
3.0.0-alpha.17
- Fix type coersion of components coming out of Firestore
- Fix data converters and provide proper documentation and example usage
3.0.0-alpha.16
- Implement type-coersion, where values are coerced to appropriate types according to the model configuration
- Proper support for
"biginteger"
(for filtering and ordering) - Ability to define custom data converters
3.0.0-alpha.15
- Fix coercing document ID filter values when the value is an array