Releases: ijlee2/ember-codemod-pod-to-octane
Releases · ijlee2/ember-codemod-pod-to-octane
Can run the codemod with npx again
Known issues
- Can't run the codemod locally (#32)
--type=engine
leads to a runtime error due to an attempt to update paths
1.2.2-alpha.2
Tagged 1.2.2-alpha.2
1.2.2-alpha.1
Still investigating how to publish the codemod written in TypeScript.
Patched v1.2.0
1.2.1 Tagged 1.2.1
Introduced TypeScript
Since this is my first codemod written in TypeScript, a bug may be possible when:
- The user uses
npx
to runember-codemod-pod-to-octane
. - The user installs
ember-codemod-pod-to-octane
as a dependency.
Separated validation concerns
@codemod-utils/json@0.2.0
allows us to opt in to validating the name and version.
Updated dependencies and simplified code
1.1.4 Tagged 1.1.4
Simplified code
I extracted a function to @codemod-utils/files
and removed code duplications.
Refactored utilities
Some of the utilities have been replaced with those from @codemod-utils
. This should help reduce the maintenance cost.
Downstreamed changes from ember-codemod-v1-to-v2
I updated the dependencies (in particular, glob
from 8.1.0
to 10.1.0
). There shouldn't be breaking changes as a result of the update.