Skip to content

ember-addon-migrator@2.6.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 09 Sep 16:12
062557b

Minor Changes

  • #91 668c903 Thanks @simonihmig! - Add `--exclude-tests`` to support two-phased migration

    With this flag added, you can migrate an existing v1 addon with a previously extracted test-app. This lets you you can apply a migration in two phases:

    1. npx ember-addon-migrator extract-tests
    2. npx ember-addon-migrator --exclude-tests