Skip to content

Releases: ijlee2/ember-codemod-pod-to-octane

Can run the codemod with npx again

12 Jun 10:18
Compare
Choose a tag to compare

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

12 Jun 10:03
Compare
Choose a tag to compare
1.2.2-alpha.2 Pre-release
Pre-release
Tagged 1.2.2-alpha.2

1.2.2-alpha.1

12 Jun 09:57
Compare
Choose a tag to compare
1.2.2-alpha.1 Pre-release
Pre-release

Still investigating how to publish the codemod written in TypeScript.

Patched v1.2.0

12 Jun 09:43
Compare
Choose a tag to compare
1.2.1

Tagged 1.2.1

Introduced TypeScript

12 Jun 09:11
Compare
Choose a tag to compare

Since this is my first codemod written in TypeScript, a bug may be possible when:

  • The user uses npx to run ember-codemod-pod-to-octane.
  • The user installs ember-codemod-pod-to-octane as a dependency.

Separated validation concerns

10 Jun 13:50
Compare
Choose a tag to compare

@codemod-utils/json@0.2.0 allows us to opt in to validating the name and version.

Updated dependencies and simplified code

10 Jun 09:45
Compare
Choose a tag to compare

Simplified code

08 Jun 11:26
Compare
Choose a tag to compare

I extracted a function to @codemod-utils/files and removed code duplications.

Refactored utilities

17 May 11:45
Compare
Choose a tag to compare

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

03 May 07:28
Compare
Choose a tag to compare

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.