Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

Releases: arrowheadapps/strapi-connector-firestore

3.0.0-alpha.24

06 Dec 02:54
342444d
Compare
Choose a tag to compare
3.0.0-alpha.24 Pre-release
Pre-release
  • 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

24 Nov 23:23
2bf2343
Compare
Choose a tag to compare
3.0.0-alpha.23 Pre-release
Pre-release
  • Fix issue populating oneToMany relations

3.0.0-alpha.22

30 Oct 02:38
3a8d98a
Compare
Choose a tag to compare
3.0.0-alpha.22 Pre-release
Pre-release
  • Breaking change: allowNonNativeQueries now defaults to false for all models
  • in and nin with more than 10 arguments will attempt to use non native query
  • Fix failing inequality queries (#29)

3.0.0-alpha.21

07 Oct 23:34
d28c891
Compare
Choose a tag to compare
3.0.0-alpha.21 Pre-release
Pre-release
  • Fix model with new privateAttributes API
  • Fix test helpers

3.0.0-alpha.20

07 Oct 10:08
a12a089
Compare
Choose a tag to compare
3.0.0-alpha.20 Pre-release
Pre-release
  • 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

12 Aug 01:35
7581db2
Compare
Choose a tag to compare
3.0.0-alpha.19 Pre-release
Pre-release
  • 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

11 Aug 11:22
e31a0c0
Compare
Choose a tag to compare
3.0.0-alpha.18 Pre-release
Pre-release
  • Fix coercing references from Firestore

3.0.0-alpha.17

11 Aug 10:41
c201c3a
Compare
Choose a tag to compare
3.0.0-alpha.17 Pre-release
Pre-release
  • Fix type coersion of components coming out of Firestore
  • Fix data converters and provide proper documentation and example usage

3.0.0-alpha.16

10 Aug 02:24
Compare
Choose a tag to compare
3.0.0-alpha.16 Pre-release
Pre-release
  • 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

03 Aug 07:51
8fd9f2e
Compare
Choose a tag to compare
3.0.0-alpha.15 Pre-release
Pre-release
  • Fix coercing document ID filter values when the value is an array