Skip to content

Releases: lamabiker/atom-ember-cli-helper

Add option to disable console on startup

16 May 09:03
2de4870
Compare
Choose a tag to compare

Option to disable console on startup (thanks @matthewdias )

v0.17.1

30 Nov 11:45
34ec4be
Compare
Choose a tag to compare
Update package.json

Add enable option

29 Nov 16:45
Compare
Choose a tag to compare
  • Added an option to enable/disable the popup asking if you want to generate files from blueprint
  • Fixes #43

Dynamic Blueprint List

22 Mar 20:58
Compare
Choose a tag to compare

No longer are you limited by the hard-coded list of blueprints -- now the list generates itself based on ember g --help!

Upgrade to 1.0 APIs

21 Mar 19:40
Compare
Choose a tag to compare

No more deprecation warnings!

I went through the whole plugin and worked through all the different places that depreciated APIs were being used. From what I can tell, everything is now 100% up-to-date. However, if you get any errors or see any warnings, make sure to let me know!

Changelog

  • Include the View packages from the correct repository
  • Upgrade depreciated keymap selectors
  • Move stylesheets to the correct location

Warning: This update does remove the ability to generate Object- and ArrayControllers. This is deprecated behavior in Ember as of 1.11, and made this addon more complex, so I removed the behavior to make things simpler.