Skip to content

Releases: prescottprue/cypress-firebase

v4.1.0

11 Jun 22:46
6c9add1
Compare
Choose a tag to compare

4.1.0 (2024-06-11)

Features

v4.0.0

12 Feb 20:53
e127a8c
Compare
Choose a tag to compare

4.0.0 (2024-02-12)

Features

BREAKING CHANGES

  • Drop support for Node pre 18. Build using Node 20.

v3.0.2

29 Aug 23:16
24f3e18
Compare
Choose a tag to compare

3.0.2 (2023-08-29)

Bug Fixes

v3.0.1

31 Dec 08:19
16754da
Compare
Choose a tag to compare

3.0.1 (2022-12-31)

Bug Fixes

  • plugin: prevent type collision with projectRoot due to partial (#766) (16754da)

v3.0.0

31 Dec 07:23
e99e3e5
Compare
Choose a tag to compare

3.0.0 (2022-12-31)

Features

  • build for Node 16 (#760) (e99e3e5), closes #746 #759
  • remove all file system interaction directly in cypress-firebase
  • removal all dependence on CI provider environment variables (previously used for prefixing SERVICE_ACCOUNT)

BREAKING CHANGES

  • Drop support for Node versions below 16
  • Build for Node 16 (previously Node 12)
  • Drop support for environment variables auto-prefixed by CI env (such as STAGE_SERVICE_ACCOUNT) (#759)
  • Drop support for loading default service account file at ./serviceAccount.json - GOOGLE_APPLICATION_CREDENTIALS env variable should be used instead as described in Firebase docs

v3.0.0-beta.2

31 Dec 07:03
Compare
Choose a tag to compare
v3.0.0-beta.2 Pre-release
Pre-release

3.0.0-beta.2 (2022-12-31)

Features

  • drop support prefixed env vars + default service account file (#759) (9e72614)

v3.0.0-beta.1

31 Dec 06:22
a16b4e7
Compare
Choose a tag to compare
v3.0.0-beta.1 Pre-release
Pre-release

3.0.0-beta.1 (2022-12-31)

Features

BREAKING CHANGES

  • Drop support for Node versions before 16.
    Build for Node 16

v2.3.0-alpha.2

31 Dec 03:14
Compare
Choose a tag to compare
v2.3.0-alpha.2 Pre-release
Pre-release

2.3.0-alpha.2 (2022-12-31)

Bug Fixes

v2.2.5

31 Dec 06:01
541bbf2
Compare
Choose a tag to compare

2.2.5 (2022-12-31)

Bug Fixes

  • firestore: correctly handle timestamp in where (#747) (541bbf2)

v2.2.4

31 Dec 01:47
a72cdb2
Compare
Choose a tag to compare

2.2.4 (2022-12-31)

Bug Fixes

  • firestore: correctly support delete field (#723) (a72cdb2)