Skip to content

Latest commit

 

History

History
97 lines (81 loc) · 2.64 KB

History.md

File metadata and controls

97 lines (81 loc) · 2.64 KB

1.8.0 / 2017-1-12

  • Add verbose mode with IRON_DEBUG
  • Fix file/path handling

1.7.0 / 2017-1-12

  • fix command proxying (debug, shell, mongo, etc)

1.6.1 / 2017-1-4

  • add method for meteor npm install

1.6.0 / 2017-1-4

  • use meteor create --bare instead of deleting files

1.5.5 / 2017-1-4

  • use default meteor es6 support (remove babel)

1.5.4 / 2017-1-4

  • fibers fixes

1.5.0 / 2015-10-19

  • better mup integration

1.4.1 / 2015-10-11

  • add package generator
  • windows fixes

1.3.1 / 2015-09-01

  • fix run error on windows
  • template formatting fixes

1.3.0 / 2015-08-29

  • don't source env.sh on windows
  • better integration for iron deploy command

1.2.2 / 2015-08-16

  • better handling for passing --env and other params to iron run
  • update underscore version

1.2.1 / 2015-08-16

  • 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

1.2.0 / 2015-07-28

  • buxfixes
  • refactoring

1.1.2 / 2015-03-20

  • 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

1.1.1 / 2015-03-10

1.1.0 / 2015-03-09

  • 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