generator-apiproxy
Version:
Scaffold an API proxy with quality gates for Swagger, (optional) Javascript callouts, and automated build, lint, test, API documentation, packaging, and deployment to your Apigee EDGE domain of choice.
46 lines (28 loc) • 3.37 kB
Markdown
# Change Log
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
<a name="1.0.0-beta.0"></a>
# 1.0.0-beta.0 (2017-07-24)
### Bug Fixes
* **generate-lint-scripts:** ensure all lint scripts are copied (#52) ([fc4b875](https://github.com/gregswindle/generator-apiproxy/commit/fc4b875)), closes [#51](https://github.com/gregswindle/generator-apiproxy/issues/51)
### Code Refactoring
* **product-name:** rename product "generator-apiproxy" ([c8d778f](https://github.com/gregswindle/generator-apiproxy/commit/c8d778f))
### Features
* **api-docs:** generate jsc and swagger api docs (#23) ([3f30986](https://github.com/gregswindle/generator-apiproxy/commit/3f30986)), closes [#22](https://github.com/gregswindle/generator-apiproxy/issues/22)
* **boilerplate:** add boilerplate files (#24) ([0f65cce](https://github.com/gregswindle/generator-apiproxy/commit/0f65cce)), closes [#4](https://github.com/gregswindle/generator-apiproxy/issues/4)
* **editorconfig:** add common IDE definitions for source code consistency (#19) ([0574100](https://github.com/gregswindle/generator-apiproxy/commit/0574100)), closes [#5](https://github.com/gregswindle/generator-apiproxy/issues/5)
* **eslint:** add eslint for javascript callout quality analysis (#21) ([bea4223](https://github.com/gregswindle/generator-apiproxy/commit/bea4223)), closes [#8](https://github.com/gregswindle/generator-apiproxy/issues/8)
* **git:** generate .gitattributes and .gitignore files and initialize repository (#30) ([a1ee0e3](https://github.com/gregswindle/generator-apiproxy/commit/a1ee0e3)), closes [#6](https://github.com/gregswindle/generator-apiproxy/issues/6)
* **git-remote:** prompt to enter git remote url (#10) (#41) ([33cd3ba](https://github.com/gregswindle/generator-apiproxy/commit/33cd3ba)), closes [#10](https://github.com/gregswindle/generator-apiproxy/issues/10)
* **jsc:** add a sub-generator for jsc stubs with jest specs (#25) ([a0df00c](https://github.com/gregswindle/generator-apiproxy/commit/a0df00c)), closes [#7](https://github.com/gregswindle/generator-apiproxy/issues/7)
* **readme:** generate a Git repository readme file (#3,#26) ([af1daad](https://github.com/gregswindle/generator-apiproxy/commit/af1daad)), closes [#3](https://github.com/gregswindle/generator-apiproxy/issues/3)
* **subgenerator:nsp:** add node security program for vulnerability analysis (#13) ([0fea7b7](https://github.com/gregswindle/generator-apiproxy/commit/0fea7b7))
* **tables-of-content:** auto-generate root readme tocs with custom npm-script (#3,#29,#38) ([0745396](https://github.com/gregswindle/generator-apiproxy/commit/0745396)), closes [#29](https://github.com/gregswindle/generator-apiproxy/issues/29)
* **update-notifier:** notify users about available updates (#54) ([2cd70ab](https://github.com/gregswindle/generator-apiproxy/commit/2cd70ab)), closes [#49](https://github.com/gregswindle/generator-apiproxy/issues/49)
### BREAKING CHANGES
* **product-name:** renamed this product "generator-apiproxy"
Migration: it might be best to either
1. Clone the repo into a new directory, or
2. Re-fork.
If you run into problems, please submit an issue with the labels "Type: Defect", "Type: Question"
or "Type: Feedback".
gregswindle/generator-apigee-apiproxy#37