- Add verbose mode with IRON_DEBUG
- Fix file/path handling
- fix command proxying (debug, shell, mongo, etc)
- add method for meteor npm install
- use meteor create --bare instead of deleting files
- use default meteor es6 support (remove babel)
- fibers fixes
- better mup integration
- add package generator
- windows fixes
- fix run error on windows
- template formatting fixes
- don't source env.sh on windows
- better integration for iron deploy command
- better handling for passing --env and other params to iron run
- update underscore version
- update to fibers 1.0.6
- controller generator shouldn't bomb if settings aren't found
- next.js -> es6
- remove server-only controller generation for now
- pass controller name when generating route
- buxfixes
- refactoring
- fix 100% cpu when invoking meteor commands
- fix environment switching example
- add debug instruction example in readme
- update CoffeeScript Template's template to include lifecycle methods
- fix environment switching example
- add CSS block comments
- add CoffeeScript routes to migration command
- fix scaffold route generator conflict
- fix resource already exists bug (#113)
- Merge branch 'template-sections' of https://github.com/lirbank/iron-cli into lirbank-template-sections
- Merge branch 'lirbank-minor'
- Merge branch 'minor' of https://github.com/lirbank/iron-cli into lirbank-minor
- Add sections with block comments and add life cycle hooks to template.js
- Update examples, view -> template
- update package version to 1.1.0
- Merge branch 'pr90'
- remove 'rm' linux command and use node stdlib instead
- fix controller template to make class global with @
- fix moving .git folder into app directory
- add .gitkeep files to empty folders
- generate template and controller for route by default
- add config.json route generator options
- updated fibers to 1.0.5
- fix coffeescript collection.js.coffee template
- Update README.md
- add authors file