Releases: prescottprue/cypress-firebase
Releases · prescottprue/cypress-firebase
v0.3.0-beta.4
- fix(cy.callRtdb): only add
-dflag when data is an object - fix(cy.callFirestore): fixture path no longer stringified - #39
- feat(cy.callRtdb): fix writing a non object value with
set- #60 - feat(tests): add tests for string value - #39
- feat(docs): add note to README about adding files to
.gitignore- #23
v0.3.0-beta.3
- feat(core): add unit tests
- fix(callFirestore): fix
getaction passing invalid arguments - fix(callRtdb): fix do not add project flag unless project is defined
- fix(createTestEnvFile): improve fallbacks for loading variables config/environment - #23
v3.0.0-beta
- feat(dev): added js-doc plugin to eslint so comments are required for all functions
- feat(types): include comments in types
v0.3.0-alpha
- feat(core): switch to typescript - #47
- feat(core): switch to yarn over npm for install + lock file
- feat(core): separate utils which require node into
node-utils.ts
v0.2.5
- fix(createTestEnvFile): pass envName along to
SERVICE_ACCOUNTand other environment variable lookups
v0.2.4
- chore(deps): update
lodashtov4.17.15 - chore(deps): update
firebase-tools-extratov0.1.1 - chore(deps): update dev dependencies including
eslintandrimraf
v0.2.3
- chore(deps): update commander to 3.0.0
- chore(deps): update firebase-admin to 8.3.0
- fix(createTestEnvFile): pass
envNameargument toTEST_UID- @AlexanderRomashkin, @YuryLayeuski
v0.2.2
v0.2.1
- feat(auth): support passing developer claims when generating custom auth token - @travwritescode - #35
- fix(deps): update dev dependencies including
firebase-toolsandbabel
v0.2.0
All changes from v0.2.0 pre-releases including:
Breaking Changes
- feat(core): Drop node 6 support and build for node 8
Updates
- fix(commands): switch
cy.logoutto useonAuthStateChanged- #20 - feat(CI): Switch to Gitlab CI over Travis CI
- fix(env): add support for
CI_COMMIT_REF_SLUG - feat(buildRtdbCommand): add case for remove
- feat(deps): update dependencies including firebase-tools-extra firebase-admin and figures
- feat(deps): update a number of dev dependencies
- fix(core): update
peerDependenciesto include firebase-tools v7 - fix(createTestEnvFile): move
createTestEnvFileto its own file in src - feat(createTestEnvFile): add
FIREBASE_API_KEYto generatedcypress.env.json(supports loading config fromfirebase-cisettings in.firebaserc) - feat(deps): update to firebase-tools-extra
v0.1.0-alpha.2(improved fixture handling) - fix(core): preserve existing
FIREBASE_PROJECT_IDincypress.env.json - fix(createTestEnvFile): remove default of "local" when envArg is not provided
- fix(core): remove use of
babel-plugin-add-module-exports(no longer upkept)