thefrontside / ember-let

Create variable bindings inside your handlebars templates
MIT License
52 stars 16 forks source link

Support Ember 2.13 #38

Closed mmun closed 7 years ago

mmun commented 7 years ago

Some of the Ember internals we were relying on changed in Ember 2.13. This PR adds support for 2.13.0+.

This PR also includes some upgrades to the test harness itself, which was also relying on Ember internals that were removed in Ember 2.15 :P

Lastly, I've moved the implementation out of vendor and into the addon code where it belongs. 💅

rwjblue commented 7 years ago

Thanks @cowboyd!

cowboyd commented 7 years ago

Thank y'all! released to npm :)