Releases: ijlee2/ember-codemod-v1-to-v2
Releases · ijlee2/ember-codemod-v1-to-v2
Moved away from rollup-plugin-ts
I downstreamed changes from @embroider/[email protected]
. For v1 addons that support TypeScript, rollup-plugin-ts
is no longer used to create declaration files.
If you had used this codemod to migrate to v2 format and want to know how to move away from rollup-plugin-ts
, please see the two pull requests mentioned in #51.
Updated dependencies
0.7.4 Tagged 0.7.4
Refactored code and updated dependencies
0.7.3 Tagged 0.7.3
Simplified project structure
v0.7.2-alpha.2
Tagged 0.7.2-alpha.2
Investigated how to simplify project structure
#43 didn't quite work. Ignore this tag.
Fully patched 0.7.0
0.7.1-alpha.1
Investigated how to get blueprints to work.
Introduced TypeScript
I added types to improve documentation and learn how we can write codemods in TypeScript.
A bug may be possible when running npx [email protected]
. I'll update the release notes after testing the release on my local machine.
Separated validation concerns
@codemod-utils/[email protected]
allows us to opt in to validating the name and version.