UNPKG

cnn-package-generator

Version:
135 lines (63 loc) 4.23 kB
# CNN Package Generator Changelog ## 2016-11-16, Version 0.7.0, @jamsyoung ### Notable changes - Updated files and dependencies ### Known issues See https://github.com/cnnlabs/cnn-package-generator/labels/defect for complete and current list of known issues. ### Commits * [[`041220d5fb`](https://github.com/cnnlabs/cnn-package-generator/commit/041220d5fb)] - **(SEMVER-MINOR)** **core**: update base files and dependencies (Jamie Young) [#13](https://github.com/cnnlabs/cnn-package-generator/pull/13) ## 2016-02-26, Version 0.6.0, @jamsyoung ### Notable changes Minor change for output of installed generators ### Known issues See https://github.com/cnnlabs/cnn-package-generator/labels/defect for complete and current list of known issues. ### Commits * [[`a68074735f`](https://github.com/cnnlabs/cnn-package-generator/commit/a68074735f)] - **(SEMVER-MINOR)** **cli**: add more info to installed generator list (James Young) [#12](https://github.com/cnnlabs/cnn-package-generator/pull/12) ## 2016-02-25, Version 0.5.0, @jamsyoung ### Notable changes Under the hood changes with how dependencies are handled. ### Known issues See https://github.com/cnnlabs/cnn-package-generator/labels/defect for complete and current list of known issues. ### Commits * [[`bf32b42d00`](https://github.com/cnnlabs/cnn-package-generator/commit/bf32b42d00)] - **changelog**: update changelog (James Young) * [[`128b67f8c3`](https://github.com/cnnlabs/cnn-package-generator/commit/128b67f8c3)] - **(SEMVER-MINOR)** **various**: deps, base, cli, docs (James Young) [#10](https://github.com/cnnlabs/cnn-package-generator/pull/10) ## 2016-02-19, Version 0.4.0, @jamsyoung ### Notable changes Fix for unit tests ### Known issues See https://github.com/cnnlabs/cnn-package-generator/labels/defect for complete and current list of known issues. ### Commits * [[`517f1cc261`](https://github.com/cnnlabs/cnn-package-generator/commit/517f1cc261)] - **(SEMVER-MINOR)** **tests**: update test config (James Young) [#9](https://github.com/cnnlabs/cnn-package-generator/pull/9) ## 2016-02-14, Version 0.2.0, @jamsyoung ### Notable changes Minor update to pull in updated generators ### Known issues See https://github.com/cnnlabs/cnn-package-generator/labels/defect for complete and current list of known issues. ### Commits * [[`1624e6746c`](https://github.com/cnnlabs/cnn-package-generator/commit/1624e6746c)] - **deps**: update dependencies (James Young) * [[`879f8c099d`](https://github.com/cnnlabs/cnn-package-generator/commit/879f8c099d)] - **docs**: update usage (James Young) ## 2016-02-14, Version 0.2.0, @jamsyoung ### Notable changes - First mostly working version. Supports the following generators: - base - Base foundation, everything pulls this in. - generator - For creating more generators. - cli - For creating command line interface tools. ### Known issues See https://github.com/cnnlabs/cnn-package-generator/labels/defect for complete and current list of known issues. ### Commits * [[`af651eabe9`](https://github.com/cnnlabs/cnn-package-generator/commit/af651eabe9)] - **deps**: update deps (James Young) * [[`d90337781d`](https://github.com/cnnlabs/cnn-package-generator/commit/d90337781d)] - **deps**: update deps (James Young) * [[`1e3df2f971`](https://github.com/cnnlabs/cnn-package-generator/commit/1e3df2f971)] - **deps**: update dependency (James Young) * [[`864c136d2a`](https://github.com/cnnlabs/cnn-package-generator/commit/864c136d2a)] - **generator**: changes to base (James Young) * [[`06261d609f`](https://github.com/cnnlabs/cnn-package-generator/commit/06261d609f)] - **generators**: removed last local generator (James Young) * [[`573b7dc97c`](https://github.com/cnnlabs/cnn-package-generator/commit/573b7dc97c)] - **generators**: add cnn-generator, not final (James Young) * [[`d2e468d750`](https://github.com/cnnlabs/cnn-package-generator/commit/d2e468d750)] - **generators**: remove base and pull it as dependency (James Young) * [[`5ed2439161`](https://github.com/cnnlabs/cnn-package-generator/commit/5ed2439161)] - **package**: update repo url (James Young) ## 2016-02, Version 0.1.x - Initial versions Changes this early are not tracked.