Skip to content

Releases: AppGeo/emberate

Minor addon bugfix

Choose a tag to compare

@CNDW CNDW released this 28 Mar 00:05

v3.2.2

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

Adds ember addon support

Choose a tag to compare

@CNDW CNDW released this 19 Mar 21:43

v3.2.0

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

Fixes broken publish

Choose a tag to compare

@CNDW CNDW released this 24 Feb 16:30

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

Debug

Choose a tag to compare

@knownasilya knownasilya released this 24 Feb 14:51

v3.1.0

  • Add debug/inspector integration, see #20

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

Choose a tag to compare

@CNDW CNDW released this 23 Feb 20:49

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

Choose a tag to compare

@CNDW CNDW released this 01 Feb 21:58

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

Choose a tag to compare

@CNDW CNDW released this 19 Jan 20:20

Bugfix services where not being included in the list of modules

Better Pods

Choose a tag to compare

@knownasilya knownasilya released this 18 Jan 18:58

Better PODs support thanks to @CNDW.

See #13 for details.

Fix spider-stream error & move fleck to own module

Choose a tag to compare

@knownasilya knownasilya released this 10 Nov 19:07
v2.0.1

v2.0.1

Handlebars now a peer dependency

Choose a tag to compare

@knownasilya knownasilya released this 10 Nov 19:06

Changed for the upcoming Handlebars 2.0 transition.