Skip to content

Releases: abuiles/ember-watson

Fix async/await command

28 Jun 11:40
Compare
Choose a tag to compare

v0.9.1

  • fix incorrect require of new test command

Async/Await!

27 Jun 15:54
Compare
Choose a tag to compare

v0.9.0

  • fix remove-k codemod path for windows users (see #111)
  • add mocha/qunit async/await command (see #112, thanks to @dwickern!)

Is It New?

21 Apr 15:22
Compare
Choose a tag to compare
  • Add remove-ember-data-is-new-serializer-api command #96 fivetanley.

Inject all the things.

06 Oct 13:02
Compare
Choose a tag to compare

Add ember watson:replace-needs-with-injection <path> which replaces needs with injection. For more info check #87

Teardown all the things!

21 Sep 14:43
Compare
Choose a tag to compare
  • 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

04 Sep 01:14
Compare
Choose a tag to compare
  • Make convert-resource-router-mapping transform not break when there is if expressions inside the router definition
    (see #80).

Overloaded CPS

24 Aug 16:13
Compare
Choose a tag to compare

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.

v0.6.3

19 Aug 00:26
Compare
Choose a tag to compare
  • Use babel as AST parser (see #77).
  • Update recast and use esprima as AST parser (see #74).

v0.6.2

05 Aug 17:33
Compare
Choose a tag to compare
  • Improve error logging when file skipped (see #71).
  • Fix typo in README.

v0.6.1

29 Jul 03:23
Compare
Choose a tag to compare
  • Fix watson:methodify command to ensure app path gets defaulted correctly.