Releases: prescottprue/generator-react-firebase
Releases · prescottprue/generator-react-firebase
v2.0.0-rc.8
- feat(core): Yarn is only offered in a question if it exists (otherwise npm is used by default)
- fix(core): fix issue installing on Windows 10 when yarn does not exist - #92
v2.0.0-rc.7
- fix(app): fix bad reference to Home.scss - #90
- feat(function): update function tests to use
wrap
directly (#2 of firebase-functions-test was closed byv0.1.1
release) - fix(examples): update react-firebase-redux example with changes to generator by re-running generate
v2.0.0-rc.6
- fix(app): remove slash from src/indexUser/index.js template - #88
- feat(app):
firebase-functions^v1.0.0
support - feat(function):
firebase-functions^v1.0.0
support for sub-generator (checks for version withinfunctions/package.json
) - feat(app): unit tests improved for included
indexUser
function (coverage~100%
) - feat(app): functions test coverage only includes functions source code (not
dist
folder which includes babel injected code)
v2.0.0-rc.5
- feat(sub-generators): tests question added to function sub-generator
- feat(sub-generators): function event type query added to function sub-generator
- feat(sub-generators): function trigger type can now be passed as a flag
- feat(sub-generators): sub-generators now accept basePath parameter to run generator from a nested path
- feat(generator): babel-plugin-module-resolver added to
functions
template
v2.0.0-rc.4
functions
option which includes function setup with babel- Error Handling option - includes Stackdriver client side error handling
- Analytics option - includes Google analytics
blueprints
optionengines
added topackage.json
function
sub-generator for generating Cloud Functions for HTTPS, Firestore, RTDB, Storage, and Auth- Functions dependency install is now run for main generator
port
(local server port number) is now withinproject.config.js
for easy switching
v2.0.0-rc.3
- fix(output): fix generator logic in
src/config.js
template - #84 - fix(README): coverage icon now points to correct link (icon and URL)
v2.0.0-rc.2
- fix(generator): fix project page enhancer - #82
- fix(generator): removed lint from Firestore and Non Firestore templates
- fix(generator): removed unused config objects from
project.config
v2.0.0-rc.1
- feat(core): Option added for
material-ui
v1 (will remain an option while material-ui v1 is still in pre-release) - update(deps):
redux-form-material-ui
version pointed tonext
if usingmaterial-ui
v1 - update(deps):
redux-form
updated to^7.2.0
- feat(test): tests moved to
test
folder - feat(test): mocha configuration/options moved to
mocha.opts
file withintest
folder - feat(test): test added for new
materialv1
option
v2.0.0-beta.4
- fix(component subgenerator): add missing
firebaseConnect
import - @qalqi