Releases: lamabiker/atom-ember-cli-helper
Releases · lamabiker/atom-ember-cli-helper
Add option to disable console on startup
Option to disable console on startup (thanks @matthewdias )
v0.17.1
Add enable option
- Added an option to enable/disable the popup asking if you want to generate files from blueprint
- Fixes #43
Dynamic Blueprint List
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
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-
andArrayController
s. 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.