Releases: AppGeo/emberate
Releases · AppGeo/emberate
Minor addon bugfix
Adds ember addon support
v3.2.0
- Adds basic experimental addon support, you can enable this behavior with the
addonSupport
option.
Fixes broken publish
Bugfix gitignore was excluding some vendor files that are a requirement for publishing, they should now be included in the package.
Debug
Uses Ember's module system and ember-cli's resolver/loader
feature Now pulls in the resolver and loader from ember-cli, and incorporates them into the compiled template, with the ability to override both packages.
Fixes minor issue with Ember Data Models and the default resolver
Bugfix Models where being generated with the word "model" at the end of the name, which causes problems with the ember resolver finding the appropriate adapters and serializers
Adds services to the list of supported ember modules
Bugfix services where not being included in the list of modules
Better Pods
Fix spider-stream error & move fleck to own module
v2.0.1 v2.0.1
Handlebars now a peer dependency
Changed for the upcoming Handlebars 2.0 transition.