Skip to content

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

Updated dependencies and latestVersions

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

Still follows @embroider/addon-blueprint@2.16.0 closely.

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/addon-blueprint@2.16.0 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/addon-blueprint@2.14.0.

Updated dependencies

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

The codemod may match what one can expect from @embroider/addon-blueprint@2.13.0 (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 decorator-transforms@1.0.3, 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/addon-blueprint@2.11.0

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

Updated dependencies

18 Dec 17:23
9dbc39e
Compare
Choose a tag to compare
1.1.1

Tagged 1.1.1

Downstreamed changes from @embroider/addon-blueprint@2.7.0

07 Nov 17:29
dc56063
Compare
Choose a tag to compare

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

  • babel.config.json: Updated Babel dependencies
  • rollup.config.mjs: Simplified addon.publicEntrypoints() and addon.appReexports() (the file pattern arrays are static; they are no longer derived in the analyze-addon step)
  • rollup.config.mjs: Added addon.gjs() (i.e. allow writing <template>-tag components)
  • package.json: Replaced ember-cli-typescript with typescript
  • tsconfig.json: Extended @tsconfig/ember

Updated dependencies

31 Oct 08:55
32e7537
Compare
Choose a tag to compare
1.0.1

Tagged 1.0.1