Skip to content

Releases: prescottprue/cypress-firebase

v4.2.1

11 Oct 22:03
72b3377
Compare
Choose a tag to compare

4.2.1 (2024-10-11)

Bug Fixes

v4.2.0

29 Jul 17:37
218718a
Compare
Choose a tag to compare

4.2.0 (2024-07-29)

Features

  • plugin option to protect production environment (#1231) (218718a)

v4.1.2

29 Jul 17:22
494c454
Compare
Choose a tag to compare

4.1.2 (2024-07-29)

Bug Fixes

v4.1.1

29 Jul 16:36
ce1336a
Compare
Choose a tag to compare

4.1.1 (2024-07-29)

Bug Fixes

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)