Skip to content

Latest commit

 

History

History
248 lines (180 loc) · 15.8 KB

CHANGELOG.md

File metadata and controls

248 lines (180 loc) · 15.8 KB

Changelog

Release (2024-02-26)

ember-native-class-codemod 4.1.1 (patch)

🐛 Bug Fix

  • ember-native-class-codemod

🏠 Internal

Committers: 1

Release (2024-02-26)

ember-native-class-codemod 4.1.0 (minor)

🚀 Enhancement

  • ember-native-class-codemod
    • #550 Add NO_TELEMETRY mode / Implement observer -> observes behavior (@gitKrystan)

Committers: 1

Release (2023-12-06)

ember-native-class-codemod 4.0.0 (major)

💥 Breaking Change

  • ember-native-class-codemod

🚀 Enhancement

  • ember-native-class-codemod

🐛 Bug Fix

🏠 Internal

  • ember-native-class-codemod

Committers: 2

v3.2.0 (2023-04-26)

🚀 Enhancement

🐛 Bug Fix

📝 Documentation

🏠 Internal

Committers: 1

v3.1.0 (2023-03-10)

🚀 Enhancement

  • #502 Support legacy decorators in object literals (and related improvements) (@gitKrystan)

🐛 Bug Fix

  • #520 Handle 'true'/'false' stringified boolean options and better config error handling (@gitKrystan)
  • #211 Don't append object name when type is already at the end of the filename (@patocallaghan)

🏠 Internal

Committers: 3

v3.0.0 (2022-11-14)

💥 Breaking Change

🏠 Internal

Committers: 1

v2.1.0 (2021-04-13)

🚀 Enhancement

Committers: 1

v2.0.0 (2020-12-14)

💥 Breaking Change

📝 Documentation

🏠 Internal

Committers: 4

v1.1.0 (2019-08-20)

🚀 Enhancement

  • #177 Fixup class naming logic and make it work with pods (@pzuraq)
  • #176 Removes @className and @attribute in favor of @classNameBindings and @attributeBindings (@pzuraq)

🐛 Bug Fix

📝 Documentation

🏠 Internal

  • #180 Adds tests for reopening classes (@pzuraq)
  • #173 Swap out the telemetry helpers for the ember-codemods-telemetry-helpers package (@NullVoxPopuli)
  • #143 Add test for using ember-concurrency tasks in converted objects. (@rwjblue)
  • #151 Fixup typo in method name closet -> closest. (@rwjblue)

Committers: 7

v1.0.1 (2019-06-23)

🐛 Bug Fix

  • #140 Avoid **/tmp/** when looking for package.json's. (@rwjblue)

📝 Documentation

  • #137 Add dependency installation to the README (@pzuraq)
  • #136 Update the README to match v1.0.0 refactors (@pzuraq)

Committers: 3

v1.0.0 (2019-06-20)

💥 Breaking Change

🚀 Enhancement

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

🐛 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)

🏠 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 (2019-06-19)

🐛 Bug Fix

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

📝 Documentation

Committers: 2

v0.2.0 (2019-06-18)

💥 Breaking Change

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

🚀 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 Fix

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

📝 Documentation

🏠 Internal

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

Committers: 4