Skip to content

Releases: codemod/codemod

[email protected]

07 Sep 06:24
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

[[email protected]] - 2025-07-11

⚙️ Miscellaneous Tasks

  • (bump) Bump codemod crates version to v1.0.0-rc.10 (#1599)

Cli

  • Fix onboarding steps (#1598)

Changelog

All notable changes to this project will be documented in this file.

[[email protected]] - 2025-07-09

🚀 Features

  • (engine) Allow triggering tasks in terminal states (Completed, Failed) in addition to AwaitingTrigger

📚 Documentation

  • Improve new CLI docs (#1594)

⚙️ Miscellaneous Tasks

  • (bump) Bump codemod crates version to v1.0.0-rc.9 (#1595)

Changelog

All notable changes to this project will be documented in this file.

[[email protected]] - 2025-07-09

🚀 Features

  • (engine) Initialize environment variables from parent process

⚙️ Miscellaneous Tasks

  • (bump) Bump codemod crates version to v1.0.0-rc.8 (#1592)

[[email protected]] - 2025-07-09

🚀 Features

  • (docs) Add new cli docs (#1549)
  • Add Codemod name ASCII art to CLI commands (#1566)

🐛 Bug Fixes

  • (cli) Improve language selection and clean up init templates (#1579)
  • (cli) Hidden files can be relative too (#1583)
  • Fix relative path detection for codemod (#1584) (#1584)
  • Refactor code generation and improve TypeScript types (#1587)

📚 Documentation

  • Add AugustinMauroy as a contributor for code, bug, and ideas (#1586)
  • Validate & fix cli docs (#1588)

⚙️ Miscellaneous Tasks

  • Remove unused dependencies (#1578)
  • (test) Remove useless test (#1582)
  • (node-v) Use 22 (#1581)
  • (bump) Bump codemod crates version to v1.0.0-rc.7 (#1589)

Changelog

All notable changes to this project will be documented in this file.

[[email protected]] - 2025-07-02

🚀 Features

  • (cli) Add windows-x86 and linux-arm64 support; remove unused wasm dir (#1567)
  • Handle legacy packages

🐛 Bug Fixes

  • (auth-service) Remove unnecessary database migration command from Dockerfile CMD

🚜 Refactor

  • Return 410 GONE for deprecated endpoints and restrict old CLI to only codemod run (#1565)

📚 Documentation

  • Remove workflow engine api reference (#1568)

⚙️ Miscellaneous Tasks

  • (legacy) Switch to legacy database schema
  • (release) Downgradew @clerk/fastify to version 0.6.47
  • (lint) Fix lint issues
  • (release) Release codemod CLI to the legacy channel (#1570)
  • (release) Update release script to publish to legacy tag and remove unused scripts (#1572)
  • Fix a lint error
  • Update rust and ast-grep version (#1575)
  • (bump) Bump codemod crates version to v1.0.0-rc.6 (#1576)

Changelog

All notable changes to this project will be documented in this file.

[[email protected]] - 2025-06-14

🚀 Features

  • (docs) Cs interactive demo (#1527)
  • (docs) Add interactive guides for insights & migrations (#1528)
  • Merge butterflow into codemod (#1535
  • Add testing framework to codmeod CLI (#1536)

🐛 Bug Fixes

  • Move types export from ts file into cts file (#1506)
  • Remove test scripts (#1510)
  • Hide navigation link (#1513)
  • Fixed ui issues on header dropdown (#1515)
  • (cli publish) Fix namespace resolution and add Content-Type header (#1521)
  • (website) Update navigation item (#1534)

🚜 Refactor

  • Unify Platform and Solution dropdowns into HeaderDropdown (#1509)

📚 Documentation

  • (update) Codemod insights announcement (#1517)
  • (package-requirements) Correct typo & indentation (#1519)
  • Add JakobJingleheimer as a contributor for doc (#1520)
  • Add sid-maddy as a contributor for doc (#1526)

🎨 Styling

  • (docs) Fix typo in title (#1518)

⚙️ Miscellaneous Tasks

  • Update readme (#1529)
  • (release) Update release pipeline to manually specify versions (#1537)
  • (release) Create a PR for version bump instead of pushing to main
  • (bump) Bump version to v0.0.1 (#1539)
  • (release) Remove paths-filter job from cargo release (#1540)
  • Remove the unused release workflow (#1541)
  • (release) Update cargo release workflow to allow rc versions
  • (bump) Bump codemod crates version to v1.0.0-rc.1 (#1542)
  • (release) Update GitHub Actions workflow to reflect new versioning format (#1543)
  • (bump) Bump codemod crates version to v1.0.0-rc.1 (#1544)
  • (release) Update version extraction regex in GitHub Actions workflow to support new format (#1545)
  • (bump) Bump codemod crates version to v1.0.0-rc.1 (#1546)
  • Rename workflow from 'Release' to 'Cargo Release'
  • (release) Update workflow to create pull requests for changelog updates
  • (release) Set base branch for changelog update pull requests

Update

  • (docs) Add migration analyzer doc (#1511)
  • (docs) Codemod learn & cli (#1525)

Changelog

All notable changes to this project will be documented in this file.

[[email protected]] - 2025-07-11

⚙️ Miscellaneous Tasks

  • (bump) Bump codemod crates version to v1.0.0-rc.10 (#1599)

Cli

  • Fix onboarding steps (#1598)

Changelog

All notable changes to this project will be documented in this file.

[[email protected]] - 2025-07-09

🚀 Features

  • (engine) Allow triggering tasks in terminal states (Completed, Failed) in addition to AwaitingTrigger

📚 Documentation

  • Improve new CLI docs (#1594)

⚙️ Miscellaneous Tasks

  • (bump) Bump codemod crates version to v1.0.0-rc.9 (#1595)

Changelog

All notable changes to this project will be documented in this file.

[[email protected]] - 2025-07-09

🚀 Features

  • (engine) Initialize environment variables from parent process

⚙️ Miscellaneous Tasks

  • (bump) Bump codemod crates version to v1.0.0-rc.8 (#1592)

[[email protected]] - 2025-07-09

🚀 Features

  • (docs) Add new cli docs (#1549)
  • Add Codemod name ASCII art to CLI commands (#1566)

🐛 Bug Fixes

  • (cli) Improve language selection and clean up init templates (#1579)
  • (cli) Hidden files can be relative too (#1583)
  • Fix relative path detection for codemod (#1584) (#1584)
  • Refactor code generation and improve TypeScript types (#1587)

📚 Documentation

  • Add AugustinMauroy as a contributor for code, bug, and ideas (#1586)
  • Validate & fix cli docs (#1588)

⚙️ Miscellaneous Tasks

  • Remove unused dependencies (#1578)
  • (test) Remove useless test (#1582)
  • (node-v) Use 22 (#1581)
  • (bump) Bump codemod crates version to v1.0.0-rc.7 (#1589)

Changelog

All notable changes to this project will be documented in this file.

[[email protected]] - 2025-07-02

🚀 Features

  • (cli) Add windows-x86 and linux-arm64 support; remove unused wasm dir (#1567)
  • Handle legacy packages

🐛 Bug Fixes

  • (auth-service) Remove unnecessary database migration command from Dockerfile CMD

🚜 Refactor

  • Return 410 GONE for deprecated endpoints and restrict old CLI to only codemod run (#1565)

📚 Documentation

  • Remove workflow engine api reference (#1568)

⚙️ Miscellaneous Tasks

  • (legacy) Switch to legacy database schema
  • (release) Downgradew @clerk/fastify to version 0.6.47
  • (lint) Fix lint issues
  • (release) Release codemod CLI to the legacy channel (#1570)
  • (release) Update release script to publish to legacy tag and remove unused scripts (#1572)
  • Fix a lint error
  • Update rust and ast-grep version (#1575)
  • (bump) Bump codemod crates version to v1.0.0-rc.6 (#1576)

Changelog

All notable changes to this project will be documented in this file.

[[email protected]] - 2025-06-14

🚀 Features

  • (docs) Cs interactive demo (#1527)
  • (docs) Add interactive guides for insights & migrations (#1528)
  • Merge butterflow into codemod (#1535
  • Add testing framework to codmeod CLI (#1536)

🐛 Bug Fixes

  • Move types export from ts file into cts file (#1506)
  • Remove test scripts (#1510)
  • Hide navigation link (#1513)
  • Fixed ui issues on header dropdown (#1515)
  • (cli publish) Fix namespace resolution and add Content-Type header (#1521)
  • (website) Update navigation item (#1534)

🚜 Refactor

  • Unify Platform and Solution dropdowns into HeaderDropdown (#1509)

📚 Documentation

  • (update) Codemod insights announcement (#1517)
  • (package-requirements) Correct typo & indentation (#1519)
  • Add JakobJingleheimer as a contributor for doc (#1520)
  • Add sid-maddy as a contributor for doc (#1526)

🎨 Styling

  • (docs) Fix typo in title (#1518)

⚙️ Miscellaneous Tasks

  • Update readme (#1529)
  • (release) Update release pipeline to manually specify versions (#1537)
  • (release) Create a PR for version bump instead of pushing to main
  • (bump) Bump version to v0.0.1 (#1539)
  • (release) Remove paths-filter job from cargo release (#1540)
  • Remove the unused release workflow (#1541)
  • (release) Update cargo release workflow to allow rc versions
  • (bump) Bump codemod crates version to v1.0.0-rc.1 (#1542)
  • (release) Update GitHub Actions workflow to reflect new versioning format (#1543)
  • (bump) Bump codemod crates version to v1.0.0-rc.1 (#1544)
  • (release) Update version extraction regex in GitHub Actions workflow to support new format (#1545)
  • (bump) Bump codemod crates version to v1.0.0-rc.1 (#1546)
  • Rename workflow from 'Release' to 'Cargo Release'
  • (release) Update workflow to create pull requests for changelog updates
  • (release) Set base branch for changelog update pull requests

Update

  • (docs) Add migration analyzer doc (#1511)
  • (docs) Codemod learn & cli (#1525)

What's Changed

Read more

[email protected]

05 Sep 09:19
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

[[email protected]] - 2025-07-11

⚙️ Miscellaneous Tasks

  • (bump) Bump codemod crates version to v1.0.0-rc.10 (#1599)

Cli

  • Fix onboarding steps (#1598)

Changelog

All notable changes to this project will be documented in this file.

[[email protected]] - 2025-07-09

🚀 Features

  • (engine) Allow triggering tasks in terminal states (Completed, Failed) in addition to AwaitingTrigger

📚 Documentation

  • Improve new CLI docs (#1594)

⚙️ Miscellaneous Tasks

  • (bump) Bump codemod crates version to v1.0.0-rc.9 (#1595)

Changelog

All notable changes to this project will be documented in this file.

[[email protected]] - 2025-07-09

🚀 Features

  • (engine) Initialize environment variables from parent process

⚙️ Miscellaneous Tasks

  • (bump) Bump codemod crates version to v1.0.0-rc.8 (#1592)

[[email protected]] - 2025-07-09

🚀 Features

  • (docs) Add new cli docs (#1549)
  • Add Codemod name ASCII art to CLI commands (#1566)

🐛 Bug Fixes

  • (cli) Improve language selection and clean up init templates (#1579)
  • (cli) Hidden files can be relative too (#1583)
  • Fix relative path detection for codemod (#1584) (#1584)
  • Refactor code generation and improve TypeScript types (#1587)

📚 Documentation

  • Add AugustinMauroy as a contributor for code, bug, and ideas (#1586)
  • Validate & fix cli docs (#1588)

⚙️ Miscellaneous Tasks

  • Remove unused dependencies (#1578)
  • (test) Remove useless test (#1582)
  • (node-v) Use 22 (#1581)
  • (bump) Bump codemod crates version to v1.0.0-rc.7 (#1589)

Changelog

All notable changes to this project will be documented in this file.

[[email protected]] - 2025-07-02

🚀 Features

  • (cli) Add windows-x86 and linux-arm64 support; remove unused wasm dir (#1567)
  • Handle legacy packages

🐛 Bug Fixes

  • (auth-service) Remove unnecessary database migration command from Dockerfile CMD

🚜 Refactor

  • Return 410 GONE for deprecated endpoints and restrict old CLI to only codemod run (#1565)

📚 Documentation

  • Remove workflow engine api reference (#1568)

⚙️ Miscellaneous Tasks

  • (legacy) Switch to legacy database schema
  • (release) Downgradew @clerk/fastify to version 0.6.47
  • (lint) Fix lint issues
  • (release) Release codemod CLI to the legacy channel (#1570)
  • (release) Update release script to publish to legacy tag and remove unused scripts (#1572)
  • Fix a lint error
  • Update rust and ast-grep version (#1575)
  • (bump) Bump codemod crates version to v1.0.0-rc.6 (#1576)

Changelog

All notable changes to this project will be documented in this file.

[[email protected]] - 2025-06-14

🚀 Features

  • (docs) Cs interactive demo (#1527)
  • (docs) Add interactive guides for insights & migrations (#1528)
  • Merge butterflow into codemod (#1535
  • Add testing framework to codmeod CLI (#1536)

🐛 Bug Fixes

  • Move types export from ts file into cts file (#1506)
  • Remove test scripts (#1510)
  • Hide navigation link (#1513)
  • Fixed ui issues on header dropdown (#1515)
  • (cli publish) Fix namespace resolution and add Content-Type header (#1521)
  • (website) Update navigation item (#1534)

🚜 Refactor

  • Unify Platform and Solution dropdowns into HeaderDropdown (#1509)

📚 Documentation

  • (update) Codemod insights announcement (#1517)
  • (package-requirements) Correct typo & indentation (#1519)
  • Add JakobJingleheimer as a contributor for doc (#1520)
  • Add sid-maddy as a contributor for doc (#1526)

🎨 Styling

  • (docs) Fix typo in title (#1518)

⚙️ Miscellaneous Tasks

  • Update readme (#1529)
  • (release) Update release pipeline to manually specify versions (#1537)
  • (release) Create a PR for version bump instead of pushing to main
  • (bump) Bump version to v0.0.1 (#1539)
  • (release) Remove paths-filter job from cargo release (#1540)
  • Remove the unused release workflow (#1541)
  • (release) Update cargo release workflow to allow rc versions
  • (bump) Bump codemod crates version to v1.0.0-rc.1 (#1542)
  • (release) Update GitHub Actions workflow to reflect new versioning format (#1543)
  • (bump) Bump codemod crates version to v1.0.0-rc.1 (#1544)
  • (release) Update version extraction regex in GitHub Actions workflow to support new format (#1545)
  • (bump) Bump codemod crates version to v1.0.0-rc.1 (#1546)
  • Rename workflow from 'Release' to 'Cargo Release'
  • (release) Update workflow to create pull requests for changelog updates
  • (release) Set base branch for changelog update pull requests

Update

  • (docs) Add migration analyzer doc (#1511)
  • (docs) Codemod learn & cli (#1525)

Changelog

All notable changes to this project will be documented in this file.

[[email protected]] - 2025-07-11

⚙️ Miscellaneous Tasks

  • (bump) Bump codemod crates version to v1.0.0-rc.10 (#1599)

Cli

  • Fix onboarding steps (#1598)

Changelog

All notable changes to this project will be documented in this file.

[[email protected]] - 2025-07-09

🚀 Features

  • (engine) Allow triggering tasks in terminal states (Completed, Failed) in addition to AwaitingTrigger

📚 Documentation

  • Improve new CLI docs (#1594)

⚙️ Miscellaneous Tasks

  • (bump) Bump codemod crates version to v1.0.0-rc.9 (#1595)

Changelog

All notable changes to this project will be documented in this file.

[[email protected]] - 2025-07-09

🚀 Features

  • (engine) Initialize environment variables from parent process

⚙️ Miscellaneous Tasks

  • (bump) Bump codemod crates version to v1.0.0-rc.8 (#1592)

[[email protected]] - 2025-07-09

🚀 Features

  • (docs) Add new cli docs (#1549)
  • Add Codemod name ASCII art to CLI commands (#1566)

🐛 Bug Fixes

  • (cli) Improve language selection and clean up init templates (#1579)
  • (cli) Hidden files can be relative too (#1583)
  • Fix relative path detection for codemod (#1584) (#1584)
  • Refactor code generation and improve TypeScript types (#1587)

📚 Documentation

  • Add AugustinMauroy as a contributor for code, bug, and ideas (#1586)
  • Validate & fix cli docs (#1588)

⚙️ Miscellaneous Tasks

  • Remove unused dependencies (#1578)
  • (test) Remove useless test (#1582)
  • (node-v) Use 22 (#1581)
  • (bump) Bump codemod crates version to v1.0.0-rc.7 (#1589)

Changelog

All notable changes to this project will be documented in this file.

[[email protected]] - 2025-07-02

🚀 Features

  • (cli) Add windows-x86 and linux-arm64 support; remove unused wasm dir (#1567)
  • Handle legacy packages

🐛 Bug Fixes

  • (auth-service) Remove unnecessary database migration command from Dockerfile CMD

🚜 Refactor

  • Return 410 GONE for deprecated endpoints and restrict old CLI to only codemod run (#1565)

📚 Documentation

  • Remove workflow engine api reference (#1568)

⚙️ Miscellaneous Tasks

  • (legacy) Switch to legacy database schema
  • (release) Downgradew @clerk/fastify to version 0.6.47
  • (lint) Fix lint issues
  • (release) Release codemod CLI to the legacy channel (#1570)
  • (release) Update release script to publish to legacy tag and remove unused scripts (#1572)
  • Fix a lint error
  • Update rust and ast-grep version (#1575)
  • (bump) Bump codemod crates version to v1.0.0-rc.6 (#1576)

Changelog

All notable changes to this project will be documented in this file.

[[email protected]] - 2025-06-14

🚀 Features

  • (docs) Cs interactive demo (#1527)
  • (docs) Add interactive guides for insights & migrations (#1528)
  • Merge butterflow into codemod (#1535
  • Add testing framework to codmeod CLI (#1536)

🐛 Bug Fixes

  • Move types export from ts file into cts file (#1506)
  • Remove test scripts (#1510)
  • Hide navigation link (#1513)
  • Fixed ui issues on header dropdown (#1515)
  • (cli publish) Fix namespace resolution and add Content-Type header (#1521)
  • (website) Update navigation item (#1534)

🚜 Refactor

  • Unify Platform and Solution dropdowns into HeaderDropdown (#1509)

📚 Documentation

  • (update) Codemod insights announcement (#1517)
  • (package-requirements) Correct typo & indentation (#1519)
  • Add JakobJingleheimer as a contributor for doc (#1520)
  • Add sid-maddy as a contributor for doc (#1526)

🎨 Styling

  • (docs) Fix typo in title (#1518)

⚙️ Miscellaneous Tasks

  • Update readme (#1529)
  • (release) Update release pipeline to manually specify versions (#1537)
  • (release) Create a PR for version bump instead of pushing to main
  • (bump) Bump version to v0.0.1 (#1539)
  • (release) Remove paths-filter job from cargo release (#1540)
  • Remove the unused release workflow (#1541)
  • (release) Update cargo release workflow to allow rc versions
  • (bump) Bump codemod crates version to v1.0.0-rc.1 (#1542)
  • (release) Update GitHub Actions workflow to reflect new versioning format (#1543)
  • (bump) Bump codemod crates version to v1.0.0-rc.1 (#1544)
  • (release) Update version extraction regex in GitHub Actions workflow to support new format (#1545)
  • (bump) Bump codemod crates version to v1.0.0-rc.1 (#1546)
  • Rename workflow from 'Release' to 'Cargo Release'
  • (release) Update workflow to create pull requests for changelog updates
  • (release) Set base branch for changelog update pull requests

Update

  • (docs) Add migration analyzer doc (#1511)
  • (docs) Codemod learn & cli (#1525)

What's Changed

Read more

[email protected]

05 Sep 00:56
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

[[email protected]] - 2025-07-11

⚙️ Miscellaneous Tasks

  • (bump) Bump codemod crates version to v1.0.0-rc.10 (#1599)

Cli

  • Fix onboarding steps (#1598)

Changelog

All notable changes to this project will be documented in this file.

[[email protected]] - 2025-07-09

🚀 Features

  • (engine) Allow triggering tasks in terminal states (Completed, Failed) in addition to AwaitingTrigger

📚 Documentation

  • Improve new CLI docs (#1594)

⚙️ Miscellaneous Tasks

  • (bump) Bump codemod crates version to v1.0.0-rc.9 (#1595)

Changelog

All notable changes to this project will be documented in this file.

[[email protected]] - 2025-07-09

🚀 Features

  • (engine) Initialize environment variables from parent process

⚙️ Miscellaneous Tasks

  • (bump) Bump codemod crates version to v1.0.0-rc.8 (#1592)

[[email protected]] - 2025-07-09

🚀 Features

  • (docs) Add new cli docs (#1549)
  • Add Codemod name ASCII art to CLI commands (#1566)

🐛 Bug Fixes

  • (cli) Improve language selection and clean up init templates (#1579)
  • (cli) Hidden files can be relative too (#1583)
  • Fix relative path detection for codemod (#1584) (#1584)
  • Refactor code generation and improve TypeScript types (#1587)

📚 Documentation

  • Add AugustinMauroy as a contributor for code, bug, and ideas (#1586)
  • Validate & fix cli docs (#1588)

⚙️ Miscellaneous Tasks

  • Remove unused dependencies (#1578)
  • (test) Remove useless test (#1582)
  • (node-v) Use 22 (#1581)
  • (bump) Bump codemod crates version to v1.0.0-rc.7 (#1589)

Changelog

All notable changes to this project will be documented in this file.

[[email protected]] - 2025-07-02

🚀 Features

  • (cli) Add windows-x86 and linux-arm64 support; remove unused wasm dir (#1567)
  • Handle legacy packages

🐛 Bug Fixes

  • (auth-service) Remove unnecessary database migration command from Dockerfile CMD

🚜 Refactor

  • Return 410 GONE for deprecated endpoints and restrict old CLI to only codemod run (#1565)

📚 Documentation

  • Remove workflow engine api reference (#1568)

⚙️ Miscellaneous Tasks

  • (legacy) Switch to legacy database schema
  • (release) Downgradew @clerk/fastify to version 0.6.47
  • (lint) Fix lint issues
  • (release) Release codemod CLI to the legacy channel (#1570)
  • (release) Update release script to publish to legacy tag and remove unused scripts (#1572)
  • Fix a lint error
  • Update rust and ast-grep version (#1575)
  • (bump) Bump codemod crates version to v1.0.0-rc.6 (#1576)

Changelog

All notable changes to this project will be documented in this file.

[[email protected]] - 2025-06-14

🚀 Features

  • (docs) Cs interactive demo (#1527)
  • (docs) Add interactive guides for insights & migrations (#1528)
  • Merge butterflow into codemod (#1535
  • Add testing framework to codmeod CLI (#1536)

🐛 Bug Fixes

  • Move types export from ts file into cts file (#1506)
  • Remove test scripts (#1510)
  • Hide navigation link (#1513)
  • Fixed ui issues on header dropdown (#1515)
  • (cli publish) Fix namespace resolution and add Content-Type header (#1521)
  • (website) Update navigation item (#1534)

🚜 Refactor

  • Unify Platform and Solution dropdowns into HeaderDropdown (#1509)

📚 Documentation

  • (update) Codemod insights announcement (#1517)
  • (package-requirements) Correct typo & indentation (#1519)
  • Add JakobJingleheimer as a contributor for doc (#1520)
  • Add sid-maddy as a contributor for doc (#1526)

🎨 Styling

  • (docs) Fix typo in title (#1518)

⚙️ Miscellaneous Tasks

  • Update readme (#1529)
  • (release) Update release pipeline to manually specify versions (#1537)
  • (release) Create a PR for version bump instead of pushing to main
  • (bump) Bump version to v0.0.1 (#1539)
  • (release) Remove paths-filter job from cargo release (#1540)
  • Remove the unused release workflow (#1541)
  • (release) Update cargo release workflow to allow rc versions
  • (bump) Bump codemod crates version to v1.0.0-rc.1 (#1542)
  • (release) Update GitHub Actions workflow to reflect new versioning format (#1543)
  • (bump) Bump codemod crates version to v1.0.0-rc.1 (#1544)
  • (release) Update version extraction regex in GitHub Actions workflow to support new format (#1545)
  • (bump) Bump codemod crates version to v1.0.0-rc.1 (#1546)
  • Rename workflow from 'Release' to 'Cargo Release'
  • (release) Update workflow to create pull requests for changelog updates
  • (release) Set base branch for changelog update pull requests

Update

  • (docs) Add migration analyzer doc (#1511)
  • (docs) Codemod learn & cli (#1525)

Changelog

All notable changes to this project will be documented in this file.

[[email protected]] - 2025-07-11

⚙️ Miscellaneous Tasks

  • (bump) Bump codemod crates version to v1.0.0-rc.10 (#1599)

Cli

  • Fix onboarding steps (#1598)

Changelog

All notable changes to this project will be documented in this file.

[[email protected]] - 2025-07-09

🚀 Features

  • (engine) Allow triggering tasks in terminal states (Completed, Failed) in addition to AwaitingTrigger

📚 Documentation

  • Improve new CLI docs (#1594)

⚙️ Miscellaneous Tasks

  • (bump) Bump codemod crates version to v1.0.0-rc.9 (#1595)

Changelog

All notable changes to this project will be documented in this file.

[[email protected]] - 2025-07-09

🚀 Features

  • (engine) Initialize environment variables from parent process

⚙️ Miscellaneous Tasks

  • (bump) Bump codemod crates version to v1.0.0-rc.8 (#1592)

[[email protected]] - 2025-07-09

🚀 Features

  • (docs) Add new cli docs (#1549)
  • Add Codemod name ASCII art to CLI commands (#1566)

🐛 Bug Fixes

  • (cli) Improve language selection and clean up init templates (#1579)
  • (cli) Hidden files can be relative too (#1583)
  • Fix relative path detection for codemod (#1584) (#1584)
  • Refactor code generation and improve TypeScript types (#1587)

📚 Documentation

  • Add AugustinMauroy as a contributor for code, bug, and ideas (#1586)
  • Validate & fix cli docs (#1588)

⚙️ Miscellaneous Tasks

  • Remove unused dependencies (#1578)
  • (test) Remove useless test (#1582)
  • (node-v) Use 22 (#1581)
  • (bump) Bump codemod crates version to v1.0.0-rc.7 (#1589)

Changelog

All notable changes to this project will be documented in this file.

[[email protected]] - 2025-07-02

🚀 Features

  • (cli) Add windows-x86 and linux-arm64 support; remove unused wasm dir (#1567)
  • Handle legacy packages

🐛 Bug Fixes

  • (auth-service) Remove unnecessary database migration command from Dockerfile CMD

🚜 Refactor

  • Return 410 GONE for deprecated endpoints and restrict old CLI to only codemod run (#1565)

📚 Documentation

  • Remove workflow engine api reference (#1568)

⚙️ Miscellaneous Tasks

  • (legacy) Switch to legacy database schema
  • (release) Downgradew @clerk/fastify to version 0.6.47
  • (lint) Fix lint issues
  • (release) Release codemod CLI to the legacy channel (#1570)
  • (release) Update release script to publish to legacy tag and remove unused scripts (#1572)
  • Fix a lint error
  • Update rust and ast-grep version (#1575)
  • (bump) Bump codemod crates version to v1.0.0-rc.6 (#1576)

Changelog

All notable changes to this project will be documented in this file.

[[email protected]] - 2025-06-14

🚀 Features

  • (docs) Cs interactive demo (#1527)
  • (docs) Add interactive guides for insights & migrations (#1528)
  • Merge butterflow into codemod (#1535
  • Add testing framework to codmeod CLI (#1536)

🐛 Bug Fixes

  • Move types export from ts file into cts file (#1506)
  • Remove test scripts (#1510)
  • Hide navigation link (#1513)
  • Fixed ui issues on header dropdown (#1515)
  • (cli publish) Fix namespace resolution and add Content-Type header (#1521)
  • (website) Update navigation item (#1534)

🚜 Refactor

  • Unify Platform and Solution dropdowns into HeaderDropdown (#1509)

📚 Documentation

  • (update) Codemod insights announcement (#1517)
  • (package-requirements) Correct typo & indentation (#1519)
  • Add JakobJingleheimer as a contributor for doc (#1520)
  • Add sid-maddy as a contributor for doc (#1526)

🎨 Styling

  • (docs) Fix typo in title (#1518)

⚙️ Miscellaneous Tasks

  • Update readme (#1529)
  • (release) Update release pipeline to manually specify versions (#1537)
  • (release) Create a PR for version bump instead of pushing to main
  • (bump) Bump version to v0.0.1 (#1539)
  • (release) Remove paths-filter job from cargo release (#1540)
  • Remove the unused release workflow (#1541)
  • (release) Update cargo release workflow to allow rc versions
  • (bump) Bump codemod crates version to v1.0.0-rc.1 (#1542)
  • (release) Update GitHub Actions workflow to reflect new versioning format (#1543)
  • (bump) Bump codemod crates version to v1.0.0-rc.1 (#1544)
  • (release) Update version extraction regex in GitHub Actions workflow to support new format (#1545)
  • (bump) Bump codemod crates version to v1.0.0-rc.1 (#1546)
  • Rename workflow from 'Release' to 'Cargo Release'
  • (release) Update workflow to create pull requests for changelog updates
  • (release) Set base branch for changelog update pull requests

Update

  • (docs) Add migration analyzer doc (#1511)
  • (docs) Codemod learn & cli (#1525)

What's Changed

  • fix(execution): respect gitignore by @mohebifar in #1740
  • chore(bump): Bump codemod ...
Read more

@codemod.com/[email protected]

05 Sep 06:48
Compare
Choose a tag to compare

Patch Changes

  • be28e51: feat: add parse and parseAsync to jssg-types

[email protected]

02 Sep 23:38
Compare
Choose a tag to compare

Patch Changes

  • 5ab2ca8: fix: pin workflow package version

[email protected]

02 Sep 23:21
Compare
Choose a tag to compare

Patch Changes

[email protected]

02 Sep 17:59
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

[[email protected]] - 2025-07-11

⚙️ Miscellaneous Tasks

  • (bump) Bump codemod crates version to v1.0.0-rc.10 (#1599)

Cli

  • Fix onboarding steps (#1598)

Changelog

All notable changes to this project will be documented in this file.

[[email protected]] - 2025-07-09

🚀 Features

  • (engine) Allow triggering tasks in terminal states (Completed, Failed) in addition to AwaitingTrigger

📚 Documentation

  • Improve new CLI docs (#1594)

⚙️ Miscellaneous Tasks

  • (bump) Bump codemod crates version to v1.0.0-rc.9 (#1595)

Changelog

All notable changes to this project will be documented in this file.

[[email protected]] - 2025-07-09

🚀 Features

  • (engine) Initialize environment variables from parent process

⚙️ Miscellaneous Tasks

  • (bump) Bump codemod crates version to v1.0.0-rc.8 (#1592)

[[email protected]] - 2025-07-09

🚀 Features

  • (docs) Add new cli docs (#1549)
  • Add Codemod name ASCII art to CLI commands (#1566)

🐛 Bug Fixes

  • (cli) Improve language selection and clean up init templates (#1579)
  • (cli) Hidden files can be relative too (#1583)
  • Fix relative path detection for codemod (#1584) (#1584)
  • Refactor code generation and improve TypeScript types (#1587)

📚 Documentation

  • Add AugustinMauroy as a contributor for code, bug, and ideas (#1586)
  • Validate & fix cli docs (#1588)

⚙️ Miscellaneous Tasks

  • Remove unused dependencies (#1578)
  • (test) Remove useless test (#1582)
  • (node-v) Use 22 (#1581)
  • (bump) Bump codemod crates version to v1.0.0-rc.7 (#1589)

Changelog

All notable changes to this project will be documented in this file.

[[email protected]] - 2025-07-02

🚀 Features

  • (cli) Add windows-x86 and linux-arm64 support; remove unused wasm dir (#1567)
  • Handle legacy packages

🐛 Bug Fixes

  • (auth-service) Remove unnecessary database migration command from Dockerfile CMD

🚜 Refactor

  • Return 410 GONE for deprecated endpoints and restrict old CLI to only codemod run (#1565)

📚 Documentation

  • Remove workflow engine api reference (#1568)

⚙️ Miscellaneous Tasks

  • (legacy) Switch to legacy database schema
  • (release) Downgradew @clerk/fastify to version 0.6.47
  • (lint) Fix lint issues
  • (release) Release codemod CLI to the legacy channel (#1570)
  • (release) Update release script to publish to legacy tag and remove unused scripts (#1572)
  • Fix a lint error
  • Update rust and ast-grep version (#1575)
  • (bump) Bump codemod crates version to v1.0.0-rc.6 (#1576)

Changelog

All notable changes to this project will be documented in this file.

[[email protected]] - 2025-06-14

🚀 Features

  • (docs) Cs interactive demo (#1527)
  • (docs) Add interactive guides for insights & migrations (#1528)
  • Merge butterflow into codemod (#1535
  • Add testing framework to codmeod CLI (#1536)

🐛 Bug Fixes

  • Move types export from ts file into cts file (#1506)
  • Remove test scripts (#1510)
  • Hide navigation link (#1513)
  • Fixed ui issues on header dropdown (#1515)
  • (cli publish) Fix namespace resolution and add Content-Type header (#1521)
  • (website) Update navigation item (#1534)

🚜 Refactor

  • Unify Platform and Solution dropdowns into HeaderDropdown (#1509)

📚 Documentation

  • (update) Codemod insights announcement (#1517)
  • (package-requirements) Correct typo & indentation (#1519)
  • Add JakobJingleheimer as a contributor for doc (#1520)
  • Add sid-maddy as a contributor for doc (#1526)

🎨 Styling

  • (docs) Fix typo in title (#1518)

⚙️ Miscellaneous Tasks

  • Update readme (#1529)
  • (release) Update release pipeline to manually specify versions (#1537)
  • (release) Create a PR for version bump instead of pushing to main
  • (bump) Bump version to v0.0.1 (#1539)
  • (release) Remove paths-filter job from cargo release (#1540)
  • Remove the unused release workflow (#1541)
  • (release) Update cargo release workflow to allow rc versions
  • (bump) Bump codemod crates version to v1.0.0-rc.1 (#1542)
  • (release) Update GitHub Actions workflow to reflect new versioning format (#1543)
  • (bump) Bump codemod crates version to v1.0.0-rc.1 (#1544)
  • (release) Update version extraction regex in GitHub Actions workflow to support new format (#1545)
  • (bump) Bump codemod crates version to v1.0.0-rc.1 (#1546)
  • Rename workflow from 'Release' to 'Cargo Release'
  • (release) Update workflow to create pull requests for changelog updates
  • (release) Set base branch for changelog update pull requests

Update

  • (docs) Add migration analyzer doc (#1511)
  • (docs) Codemod learn & cli (#1525)

Changelog

All notable changes to this project will be documented in this file.

[[email protected]] - 2025-07-11

⚙️ Miscellaneous Tasks

  • (bump) Bump codemod crates version to v1.0.0-rc.10 (#1599)

Cli

  • Fix onboarding steps (#1598)

Changelog

All notable changes to this project will be documented in this file.

[[email protected]] - 2025-07-09

🚀 Features

  • (engine) Allow triggering tasks in terminal states (Completed, Failed) in addition to AwaitingTrigger

📚 Documentation

  • Improve new CLI docs (#1594)

⚙️ Miscellaneous Tasks

  • (bump) Bump codemod crates version to v1.0.0-rc.9 (#1595)

Changelog

All notable changes to this project will be documented in this file.

[[email protected]] - 2025-07-09

🚀 Features

  • (engine) Initialize environment variables from parent process

⚙️ Miscellaneous Tasks

  • (bump) Bump codemod crates version to v1.0.0-rc.8 (#1592)

[[email protected]] - 2025-07-09

🚀 Features

  • (docs) Add new cli docs (#1549)
  • Add Codemod name ASCII art to CLI commands (#1566)

🐛 Bug Fixes

  • (cli) Improve language selection and clean up init templates (#1579)
  • (cli) Hidden files can be relative too (#1583)
  • Fix relative path detection for codemod (#1584) (#1584)
  • Refactor code generation and improve TypeScript types (#1587)

📚 Documentation

  • Add AugustinMauroy as a contributor for code, bug, and ideas (#1586)
  • Validate & fix cli docs (#1588)

⚙️ Miscellaneous Tasks

  • Remove unused dependencies (#1578)
  • (test) Remove useless test (#1582)
  • (node-v) Use 22 (#1581)
  • (bump) Bump codemod crates version to v1.0.0-rc.7 (#1589)

Changelog

All notable changes to this project will be documented in this file.

[[email protected]] - 2025-07-02

🚀 Features

  • (cli) Add windows-x86 and linux-arm64 support; remove unused wasm dir (#1567)
  • Handle legacy packages

🐛 Bug Fixes

  • (auth-service) Remove unnecessary database migration command from Dockerfile CMD

🚜 Refactor

  • Return 410 GONE for deprecated endpoints and restrict old CLI to only codemod run (#1565)

📚 Documentation

  • Remove workflow engine api reference (#1568)

⚙️ Miscellaneous Tasks

  • (legacy) Switch to legacy database schema
  • (release) Downgradew @clerk/fastify to version 0.6.47
  • (lint) Fix lint issues
  • (release) Release codemod CLI to the legacy channel (#1570)
  • (release) Update release script to publish to legacy tag and remove unused scripts (#1572)
  • Fix a lint error
  • Update rust and ast-grep version (#1575)
  • (bump) Bump codemod crates version to v1.0.0-rc.6 (#1576)

Changelog

All notable changes to this project will be documented in this file.

[[email protected]] - 2025-06-14

🚀 Features

  • (docs) Cs interactive demo (#1527)
  • (docs) Add interactive guides for insights & migrations (#1528)
  • Merge butterflow into codemod (#1535
  • Add testing framework to codmeod CLI (#1536)

🐛 Bug Fixes

  • Move types export from ts file into cts file (#1506)
  • Remove test scripts (#1510)
  • Hide navigation link (#1513)
  • Fixed ui issues on header dropdown (#1515)
  • (cli publish) Fix namespace resolution and add Content-Type header (#1521)
  • (website) Update navigation item (#1534)

🚜 Refactor

  • Unify Platform and Solution dropdowns into HeaderDropdown (#1509)

📚 Documentation

  • (update) Codemod insights announcement (#1517)
  • (package-requirements) Correct typo & indentation (#1519)
  • Add JakobJingleheimer as a contributor for doc (#1520)
  • Add sid-maddy as a contributor for doc (#1526)

🎨 Styling

  • (docs) Fix typo in title (#1518)

⚙️ Miscellaneous Tasks

  • Update readme (#1529)
  • (release) Update release pipeline to manually specify versions (#1537)
  • (release) Create a PR for version bump instead of pushing to main
  • (bump) Bump version to v0.0.1 (#1539)
  • (release) Remove paths-filter job from cargo release (#1540)
  • Remove the unused release workflow (#1541)
  • (release) Update cargo release workflow to allow rc versions
  • (bump) Bump codemod crates version to v1.0.0-rc.1 (#1542)
  • (release) Update GitHub Actions workflow to reflect new versioning format (#1543)
  • (bump) Bump codemod crates version to v1.0.0-rc.1 (#1544)
  • (release) Update version extraction regex in GitHub Actions workflow to support new format (#1545)
  • (bump) Bump codemod crates version to v1.0.0-rc.1 (#1546)
  • Rename workflow from 'Release' to 'Cargo Release'
  • (release) Update workflow to create pull requests for changelog updates
  • (release) Set base branch for changelog update pull requests

Update

  • (docs) Add migration analyzer doc (#1511)
  • (docs) Codemod learn & cli (#1525)

What's Changed

Read more

@codemod.com/[email protected]

02 Sep 23:21
Compare
Choose a tag to compare

Patch Changes

  • 0c466c7: fix: Fix the missing dist dir

@codemod.com/[email protected]

30 Aug 18:36
Compare
Choose a tag to compare

Patch Changes

[email protected]

18 Aug 22:03
Compare
Choose a tag to compare

Patch Changes

  • c74c9f9: Remove update alert print