Releases: prescottprue/cypress-firebase
Releases · prescottprue/cypress-firebase
v0.2.0-beta
- feat(core): build for node ^8 (dropping support for node 6)
- fix(deps): update firebase-tools-extra to v0.1.0
- fix(core): remove use of
babel-plugin-add-module-exports(no longer upkept) - fix(deps): update dev dependencies including firebase-tools
v0.2.0-alpha.5
- fix(core): update
peerDependenciesto include firebase-tools v7 - fix(buildRtdbCommand): include preceding slash if it doesn't already exist on action path
- fix(createTestEnvFile): move
createTestEnvFileto its own file in src - fix(run): only include
envNameif argument is provided - fix(commands): switch
cy.logoutto useonAuthStateChanged- #20
v0.2.0-alpha.3
- feat(deps): update to firebase-tools-extra
v0.1.0-alpha.2(improved fixture handling) - fix(core): preserve existing
FIREBASE_PROJECT_IDincypress.env.json
v0.2.0-alpha.2
- feat(createTestEnvFile): add
FIREBASE_API_KEYto generatedcypress.env.json(supports loading config fromfirebase-cisettings in.firebaserc)
v0.2.0-alpha
- feat(core): drop node 6 support
- feat(CI): switch to Gitlab CI over Travis CI
- feat(deps): update firebase-admin and figures
- feat(deps): update a number of dev dependencies
- fix(env): add support for CI_COMMIT_REF_SLUG
v0.1.5
- feat(core): support passing service account through
SERVICE_ACCOUNTenvironment variable - fix(core): add warning if
FIREBASE_CLIENT_IDis set within environment (since it will overrideFIREBASE_TOKEN, which can cause unexpected errors) - feat(docs): add note about how
SERVICE_ACCOUNTenvironment variable is now supported - fix(docs): add note about requirement of service account to docs for
createTestEnvFile
v0.1.4
v0.1.3
- fix(deps): update
firebase-tools-extrato^0.0.8(improved parsing of some Firestore results) - fix(deps): update
firebase-adminto^7.0.0
v0.1.2
- fix(commands): wording fixed in log of logout command ("user" instead of "use")
- fix(examples): update deps of examples