Releases: abuiles/ember-watson
Releases · abuiles/ember-watson
Fix async/await command
v0.9.1
- fix incorrect require of new test command
Async/Await!
Is It New?
- Add remove-ember-data-is-new-serializer-api command #96 fivetanley.
Inject all the things.
Add ember watson:replace-needs-with-injection <path>
which replaces needs
with injection
. For more info check #87
Teardown all the things!
- Add
ember watson:use-destroy-app-helper
which helps you migrate acceptance tests to use destroy-app helper (for more info check #84)
0.6.5
Overloaded CPS
This release adds ember watson:find-overloaded-cps
command to help locating all the places where your source may trigger the "Using the same function as getter and setter" deprecation. This command is purely advisory, it outputs a colored report showing the snippets of code that are probably deprecated CPs.