Releases: ember-codemods/ember-native-class-codemod
Releases · ember-codemods/ember-native-class-codemod
v4.1.1-ember-native-class-codemod
Release (2024-02-26)
ember-native-class-codemod 4.1.1 (patch)
🐛 Bug Fix
ember-native-class-codemod
- #552 Fix off-by-one-error when interpreting CLI args (@gitKrystan)
🏠 Internal
ember-native-class-codemod
- #551 Don't publish TS files (@gitKrystan)
Committers: 1
- Krystan HuffMenne (@gitKrystan)
v4.1.0-ember-native-class-codemod
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
- Krystan HuffMenne (@gitKrystan)
v4.0.0
Release (2023-12-06)
ember-native-class-codemod 4.0.0 (major)
💥 Breaking Change
🚀 Enhancement
ember-native-class-codemod
- #533 Allow 'helpers' and 'adapters' in type config (@gitKrystan)
🐛 Bug Fix
ember-native-class-codemod
- #545 convert to pnpm (@mansona)
- #534 Only get telemetry if transform is actually needed (@gitKrystan)
🏠 Internal
Committers: 2
- Chris Manson (@mansona)
- Krystan HuffMenne (@gitKrystan)
Release 3.2.0
🚀 Enhancement
- #525 Utilize jscodeshift CLI results output (@gitKrystan)
🐛 Bug Fix
- #524 Retain async / generator behavior on class methods (Closes #521) (@gitKrystan)
📝 Documentation
- #531 Fix typos in readme (@gitKrystan)
🏠 Internal
- #529 Upgrade Dependencies + Fix CI (@gitKrystan)
Committers: 1
- Krystan HuffMenne (@gitKrystan)
Release 3.1.0
🚀 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
- #519 Remove node 12 from package.json engines / Upgrade release-it dependencies (@gitKrystan)
- #518 Run yarn upgrade (@gitKrystan)
- #517 Upgrade typescript (@gitKrystan)
- #516 Upgrade release-it dependencies (@gitKrystan)
- #515 Upgrade prettier (@gitKrystan)
- #514 Upgrade execa (@gitKrystan)
- #513 Upgrade eslint dependencies (@gitKrystan)
- #512 Upgrade jest dependencies (@gitKrystan)
- #511 Upgrade zod (@gitKrystan)
- #510 Upgrade winston (@gitKrystan)
- #508 Upgrade walk-sync (@gitKrystan)
- #507 Upgrade minimatch (@gitKrystan)
- #506 Remove unused dependencies (@gitKrystan)
- #505 Upgrade cosmiconfig (@gitKrystan)
- #504 Upgrade @babel dependencies (@gitKrystan)
- #498 Convert to TypeScript (@gitKrystan)
Committers: 3
- Berkan Ünal (@brkn)
- Krystan HuffMenne (@gitKrystan)
- Pat O'Callaghan (@patocallaghan)
Release 3.0.0
Release 2.1.0
🚀 Enhancement
- #432 Support running codemod against an addon's dummy app (@tylerbecks)
Committers: 1
- Tyler Becks (@tylerbecks)
Release 2.0.0
💥 Breaking Change
- #391 Drop Node < 10 and bump telemetry helpers (@suchitadoshi1987)
📝 Documentation
🏠 Internal
- #213 Update telemetry helpers (@tylerturdenpants)
Committers: 4
- Bryan Mishkin (@bmish)
- Ryan Mark (@tylerturdenpants)
- Suchita Doshi (@suchitadoshi1987)
- @dependabot-preview[bot]
Release 1.1.0
🚀 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
- #179 Ignore chained class definitions (@pzuraq)
- #152 Remove remaining traces of wrapComputed. (@rwjblue)
- #150 Do nothing for non-JS files. (@rwjblue)
📝 Documentation
- #184 Improve markup in codemod options table in the README.md. (@chriskrycho)
- #164 Fix typo in the readme (@lolmaus)
- #155 Fix helpers link in README (@rajasegar)
🏠 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
- Andrey Mikhaylov (lolmaus) (@lolmaus)
- Chris Garrett (@pzuraq)
- Chris Krycho (@chriskrycho)
- L. Preston Sego III (@NullVoxPopuli)
- Rajasegar Chandran (@rajasegar)
- Robert Jackson (@rwjblue)
- @dependabot-preview[bot]