UNPKG

generator-cnn-base

Version:
135 lines (58 loc) 3.78 kB
# CNN Base Package Generator Changelog ## 2016-11-23, Version 0.7.0, @jamsyoung ### Notable changes - updated generate-authors.sh file in the template ### Known issues See https://github.com/cnnlabs/generator-cnn-base/labels/defect for complete and current list of known issues. ### Commits * [[`f5dc334148`](https://github.com/cnnlabs/generator-cnn-base/commit/f5dc334148)] - update generate-authors.sh file to current version (James Young) ## 2016-11-17, Version 0.6.0, @jamsyoung ### Notable changes - Reverted a dependency that was causing problems. ### Known issues See https://github.com/cnnlabs/generator-cnn-base/labels/defect for complete and current list of known issues. ### Commits * [[`0dbff72020`](https://github.com/cnnlabs/generator-cnn-base/commit/0dbff72020)] - **deps**: lower yeoman-generator version (James Young) ## 2016-11-16, Version 0.5.0, @jamsyoung ### Notable changes - Updated dependencies ### Known issues See https://github.com/cnnlabs/generator-cnn-base/labels/defect for complete and current list of known issues. ### Commits * [[`c3d7c87814`](https://github.com/cnnlabs/generator-cnn-base/commit/c3d7c87814)] - **deps**: update dependencies (Jamie Young) ## 2016-11-16, Version 0.4.0, @jamsyoung ### Notable changes - Updated all files to the most current version - Updated dependencies to the most current version that doesn't break things - Updated documentation ### Known issues See https://github.com/cnnlabs/generator-cnn-base/labels/defect for complete and current list of known issues. ### Commits * [[`868239d1f2`](https://github.com/cnnlabs/generator-cnn-base/commit/868239d1f2)] - **(SEMVER-MINOR)** **core**: The long needed update (#13) (Jamie Young) * [[`b9adf61533`](https://github.com/cnnlabs/generator-cnn-base/commit/b9adf61533)] - **(SEMVER-MINOR)** **core**: general cleanup around prompts (James Young) [#11](https://github.com/cnnlabs/generator-cnn-base/pull/11) * [[`f4964e5732`](https://github.com/cnnlabs/generator-cnn-base/commit/f4964e5732)] - **(SEMVER-MINOR)** **generator**: added istanbul, mocha, and chai to base generator (Jamie Young) * [[`542b59ced8`](https://github.com/cnnlabs/generator-cnn-base/commit/542b59ced8)] - **deps**: update dependencies (James Young) * [[`d9c6d7b14a`](https://github.com/cnnlabs/generator-cnn-base/commit/d9c6d7b14a)] - **docs**: update README (James Young) * [[`763264f66b`](https://github.com/cnnlabs/generator-cnn-base/commit/763264f66b)] - **generator**: remove references to deleted files (Jamie Young) ## 2016-02-23, Version 0.3.0, @jamsyoung ### Notable changes - Updated ESLint rules. Will error on trailing whitespace. ### Known issues See https://github.com/cnnlabs/generator-cnn-base/labels/defect for complete and current list of known issues. ### Commits * [[`63d4d858a9`](https://github.com/cnnlabs/generator-cnn-base/commit/63d4d858a9)] - **(SEMVER-MINOR)** **eslint**: add no-trailing-spaces rule (James Young) [#8](https://github.com/cnnlabs/generator-cnn-base/pull/8) * [[`c633887832`](https://github.com/cnnlabs/generator-cnn-base/commit/c633887832)] - **gitignore**: add .idea (James Young) [#7](https://github.com/cnnlabs/generator-cnn-base/pull/7) ## 2016-02-19, Version 0.2.0, @jamsyoung ### Notable changes - Remove requirement around repo names ### Known issues See https://github.com/cnnlabs/generator-cnn-base/labels/defect for complete and current list of known issues. ### Commits * [[`9a9a535d8c`](https://github.com/cnnlabs/generator-cnn-base/commit/9a9a535d8c)] - **(SEMVER-MINOR)** **generator**: remove requirement around repo names (James Young) [#3](https://github.com/cnnlabs/generator-cnn-base/pull/3) 0.1.x - Initial versions - changes too numerous to list