Skip to content

Releases: ijlee2/ember-codemod-v1-to-v2

Corrected the addon file locations for TypeScript projects

05 Sep 08:56
70c5d58
Compare
Choose a tag to compare

Follows @embroider/[email protected] closely.

Note

If you had addon-test-support/index.{js,ts} in your v1 addon, you will need to add test-support.js (or test-support.ts) to addon.publicEntrypoints() in the Rollup configuration.

Downstreamed changes from @codemod-utils/[email protected]

28 Aug 08:54
b03f3eb
Compare
Choose a tag to compare

Updated dependencies. Used pnpm@9 to manage dependencies.

14 Aug 07:40
876e9e7
Compare
Choose a tag to compare

Updated dependencies and latestVersions

07 Jun 06:39
c51cad5
Compare
Choose a tag to compare

Allowed codemod to set linters for the v2 addon

26 Apr 09:40
b69683e
Compare
Choose a tag to compare

The codemod now accepts the responsibility of setting linters for the v2 addon. The configurations match those from @embroider/[email protected] closely.

Note, the end-developer is, for the time being, still responsible for installing and configuring ember-template-imports in their v2 addon (if they want to write *.{gjs,gts} files).

Updated dependencies and latestVersions

18 Mar 06:53
3bb517b
Compare
Choose a tag to compare

The codemod may match what one can expect from @embroider/[email protected].

Updated dependencies

21 Feb 15:39
8738878
Compare
Choose a tag to compare

The codemod may match what one can expect from @embroider/[email protected] (because there were no substantial changes to the blueprint since 2.11.0).

Updated latestVersions

05 Jan 08:04
8f8bb99
Compare
Choose a tag to compare

I updated the codemod to add [email protected], so that v2 addons will work on projects that have decorator-transforms@v1 as their dependency.

Added blueprints to package.json's files

26 Dec 18:33
16cd5b0
Compare
Choose a tag to compare

If your v1 addon provides blueprints, the codemod now adds 'blueprints' to the addon package.json's files.

Downstreamed changes from @embroider/[email protected]

20 Dec 16:50
626298e
Compare
Choose a tag to compare

I made a few changes to how the codemod updates the addon package.

  • babel.config.json: Replaced Babel plugins with decorator-transforms
  • unpublished-development-types/index.d.ts: Added a comment as a reminder to configure @glint/environment-ember-template-imports if the package is installed
  • package.json: Updated the latest versions
  • tsconfig.json: Added rootDir option