generator-ptz-graphql
Version:
Yeoman generator to create polutz graphql server.
68 lines (36 loc) • 1.14 kB
Markdown
## master
## 1.1.5 (April 19, 2017)
* Add getAuthToken mutation.
## 1.1.4 (April 17, 2017)
* Fix update userSchema outputFields.store to .viewer.
## 1.1.3 (April 17, 2017)
* Add menu.
* Add app settings like title and subTitle.
## 1.1.2 (April 14, 2017)
* Add ptz-log-file.
## 1.1.1 (April 13, 2017)
* Add empty public/schema.json template because we need the folder 'public'
created.
* Update all console.log with ptz-log and use Ilog for dependencie
injection.
* Update README.md clean folder script.
## 1.1.0 (April 12, 2017)
* Move ./dist/schema.json to ./public/schema.json.
* Serving on: http://localhost:3011/public/schema.json
## 1.0.7 (April 12, 2017)
* log from ptz-log.
## 1.0.6 (April 7, 2017)
* Add log and seed users.
* move dependencies to package.json.
## 1.0.5 (April 4, 2017)
* Add bcryptjs.
## 1.0.4 (April 4, 2017)
* Add lodash.
## 1.0.3 (April 4, 2017)
* Move yeoman-generator from --save-dev to --save.
## 1.0.2 (April 2, 2017)
* Add generator-ptz as dependency.
## 1.0.1 (April 2, 2017)
* Add gensalt for creating envirioment variables.
## 1.0.0 (April 1, 2017)
* Initial public release.