Skip to content

Releases: AppGeo/emberate

Minor addon bugfix

28 Mar 00:05
Compare
Choose a tag to compare

v3.2.2

  • Fixes an issue with imports in literal named export declarations not properly fixing the import path

Adds ember addon support

19 Mar 21:43
Compare
Choose a tag to compare

v3.2.0

  • Adds basic experimental addon support, you can enable this behavior with the addonSupport option.

Fixes broken publish

24 Feb 16:30
Compare
Choose a tag to compare

Bugfix gitignore was excluding some vendor files that are a requirement for publishing, they should now be included in the package.

Debug

24 Feb 14:51
Compare
Choose a tag to compare

v3.1.0

  • Add debug/inspector integration, see #20

Uses Ember's module system and ember-cli's resolver/loader

23 Feb 20:49
Compare
Choose a tag to compare

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

01 Feb 21:58
Compare
Choose a tag to compare

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

19 Jan 20:20
Compare
Choose a tag to compare

Bugfix services where not being included in the list of modules

Better Pods

18 Jan 18:58
Compare
Choose a tag to compare

Better PODs support thanks to @CNDW.

See #13 for details.

Fix spider-stream error & move fleck to own module

10 Nov 19:07
Compare
Choose a tag to compare

Handlebars now a peer dependency

10 Nov 19:06
Compare
Choose a tag to compare

Changed for the upcoming Handlebars 2.0 transition.