Release v2.5.0
Changelog: v2.4.0...v2.5.0
Fix
Bind application
to start
function (#188)
Attempt to fix #186.
Fix successfully tested against a fresh Ember.js app in version 4.4.0
.
Tests suite successfully ran against Node.js v12, v14 and v16.
Chore
Turn off noEmitOnError
rule (#188)
Temporarily disable noEmitOnError
TS rule to unblock ember-try scenarios in the CI, to be turned on when we manage to fix type errors in this repo for ember-try scenarios.