generator-yomonger
Version:
A yeoman generator for MODX Manager custom themes.
53 lines (26 loc) • 1.91 kB
Markdown
# Changelog
## master
- `generator.prompt` replaced `read` with `prompt` as backend. If you were relying on specific `read` changes, you may need to adjust your code. [#213](https://github.com/yeoman/generator/pull/213)
## 0.10.5 - 2013-04-12
- `generator.install` was renamed to `generator.bowerInstall`.
- `generator.installDependencies` and `generator.npmInstall` were added. [#205](https://github.com/yeoman/generator/pull/205)
## 0.10.4 - 2013-04-08
- Generators can now be installed globally
- Improved startup time
- Improved error message when a generator is not found
## 0.10.0 - 2013-02-14
- Rewritten, but API compatible
- All generators extracted out into it's own repos
- Renamed from `generators` to `generator`
- Some new API method. See the docs.
## 0.9.2 - 2012-09-25
- index.html conflict solved. [#66](https://github.com/yeoman/generators/pull/66)
- Update for grunt-coffee task. [#62](https://github.com/yeoman/generators/pull/62)
- Generators now use app/components for bower installs. [#65](https://github.com/yeoman/generators/issues/65)
- Updated lodash to 0.7.0 and backbone.layoutmanager to 0.6.6. [#60](https://github.com/yeoman/generators/pull/60)
- File collision menu, tests for individual generators, mocha:generator and better looking output. [#63](https://github.com/yeoman/generators/pull/63)
- Ensure server is launched before tests. [#56](https://github.com/yeoman/generators/pull/56)
- angularjs: gets es5 shim and json3 conditionally for oldIE. [#61](https://github.com/yeoman/generators/pull/61)
- Chrome Apps Generator gets a few many fixes. [#59](https://github.com/yeoman/generators/pull/59)
- Fix for issues to do with library clobbering due to re-use of the scripts/vendor directory. [#57](https://github.com/yeoman/generators/pull/57)
- Fix for grunt-contrib-coffee breaking yeoman server. [#57](https://github.com/yeoman/generators/pull/57)