Ember Native Class Codemod Versions Save

A codemod-cli project for converting Ember objects to es6 native classes

v1.0.0

4 years ago

:boom: Breaking Change

:rocket: Enhancement

  • #132 Adds the classicDecorator option and enable it by default (@pzuraq)

:bug: Bug Fix

  • #129 Fix issues identifying in-repo addon paths in getTelemetryFor. (@rwjblue)
  • #130 Ensure logging of modules that failed to gather telemetry. (@rwjblue)
  • #126 Wait for telemetry before starting transforms (@pzuraq)

:house: Internal

  • #131 Fix in-repo addon acceptance test to demonstrate real world failure with in-repo addons. (@rwjblue)
  • #133 Convert to single quotes in Prettier configuration (@pzuraq)
  • #128 Add in-repo addon to acceptance test. (@rwjblue)
  • #127 Split apart and add unit tests for getTelemetryFor. (@rwjblue)

Committers: 2

v0.2.1

4 years ago

:bug: Bug Fix

  • #125 Handle module failures gracefully while gathering telemetry. (@rwjblue)
  • #124 Add puppeteer launch flag to ignore https errors (@ssutar)

:memo: Documentation

Committers: 2

v0.2.0

4 years ago

:boom: Breaking Change

  • #118 [FEATURE] Replace dyfactor with puppeteer (@pzuraq)

:rocket: Enhancement

  • #118 [FEATURE] Replace dyfactor with puppeteer (@pzuraq)
  • #112 Update to use official decorators from Ember as much as possible (@ssutar)
  • #89 Import @service and @controller from @ember packages (@ssutar)

:bug: Bug Fix

  • #116 Merge imports from the same module (@ssutar)
  • #94 Add automatic detection of an infinite @action loop (@ssutar)

:memo: Documentation

:house: Internal

  • #122 Add automated release setup and documentation. (@rwjblue)

Committers: 4

v0.1.2

5 years ago