Releases: codemod/codemod
codemod-cli@1.11.3
Changelog
All notable changes to this project will be documented in this file.
[codemod-cli@1.11.3] - 2026-06-03
🐛 Bug Fixes
- (cli) Reject unresolved publish dependencies (#2246)
📚 Documentation
- Update enterprise features (#2244)
⚙️ Miscellaneous Tasks
- (bump) Bump codemod crates version to v1.11.3 (#2249)
What's Changed
- docs: update enterprise features by @mohab-sameh in #2244
- Update changelog for codemod-cli@1.11.1 by @github-actions[bot] in #2234
- Update changelog for codemod-cli@1.11.2 by @github-actions[bot] in #2242
- fix(cli): reject unresolved publish dependencies by @mohebifar in #2246
- chore(bump): Bump codemod crates version to v1.11.3 by @github-actions[bot] in #2249
Full Changelog: https://github.com/codemod/codemod/compare/codemod-cli@1.11.2...codemod-cli@1.11.3
codemod-cli@1.11.2
Changelog
All notable changes to this project will be documented in this file.
[codemod-cli@1.11.2] - 2026-05-26
🐛 Bug Fixes
- (cli) Windows rolldown verbatim path (#2238)
⚙️ Miscellaneous Tasks
- (bump) Bump codemod crates version to v1.11.2 (#2240)
What's Changed
- fix(cli): windows rolldown verbatim path by @sahilmob in #2238
- chore(bump): Bump codemod crates version to v1.11.2 by @github-actions[bot] in #2240
Full Changelog: https://github.com/codemod/codemod/compare/codemod-cli@1.11.1...codemod-cli@1.11.2
codemod-cli@1.11.1
Changelog
All notable changes to this project will be documented in this file.
[codemod-cli@1.11.1] - 2026-05-20
🚀 Features
- Add Codemod skill documentation and command structure (#2226)
- (report) Data consolidation (#2227)
- (jssg) Implement runtime event buffering and logging in handler functions (#2214)
⚙️ Miscellaneous Tasks
- (bump) Bump codemod crates version to v1.11.1 (#2225)
What's Changed
- Update changelog for codemod-cli@1.11.0 by @github-actions[bot] in #2223
- feat: add Codemod skill documentation and command structure by @mohebifar in #2226
- feat(report): data consolidation by @sahilmob in #2227
- feat(jssg): implement runtime event buffering and logging in jssg test and jssg run by @mohebifar in #2214
- Automated docs update after #2226 by @codemod[bot] in #2228
- Automated docs update after #2227 by @codemod[bot] in #2229
- chore(bump): Bump codemod crates version to v1.11.1 by @github-actions[bot] in #2225
Full Changelog: https://github.com/codemod/codemod/compare/codemod-cli@1.11.0...codemod-cli@1.11.1
codemod-cli@1.11.0
Changelog
All notable changes to this project will be documented in this file.
[codemod-cli@1.11.0] - 2026-05-19
🚀 Features
- Enhance ShareButton component with authentication and dialog support (#2177)
⚙️ Miscellaneous Tasks
- Add agent and skill documentation for Codemod components (#2213)
- (bump) Bump codemod crates version to v1.11.0 (#2216)
What's Changed
- feat: enhance ShareButton component with authentication and dialog support by @siamak in #2177
- chore(bump): Bump codemod crates version to v1.11.0 by @github-actions[bot] in #2216
Full Changelog: https://github.com/codemod/codemod/compare/@codemod.com/jssg-types@1.6.1...codemod-cli@1.11.0
@jssg/utils@0.0.8
Patch Changes
- 6685a46: Add XML AST node types and XML element helpers for tag lookup, attribute reads, and indentation.
@codemod.com/jssg-types@1.6.1
Patch Changes
- 6685a46: Add XML AST node types and XML element helpers for tag lookup, attribute reads, and indentation.
codemod-cli@1.9.5
Changelog
All notable changes to this project will be documented in this file.
[codemod-cli@1.9.5] - 2026-05-13
⚙️ Miscellaneous Tasks
- (bump) Bump codemod crates version to v1.9.5 (#2204)
What's Changed
- scope notmalization by @sahilmob in #2202
- chore(bump): Bump codemod crates version to v1.9.5 by @github-actions[bot] in #2204
Full Changelog: https://github.com/codemod/codemod/compare/codemod-cli@1.9.4...codemod-cli@1.9.5
codemod-cli@1.9.4
Changelog
All notable changes to this project will be documented in this file.
[codemod-cli@1.9.4] - 2026-05-13
🐛 Bug Fixes
- Resolve package spec before downloading in RegistryClient (#2191)
- (jssg-utils) Fix addImport output format (#2190)
⚙️ Miscellaneous Tasks
What's Changed
- chore: refactor CLI by @mohebifar in #2189
- chore(bump): Bump codemod crates version to v1.9.4 by @github-actions[bot] in #2200
Full Changelog: https://github.com/codemod/codemod/compare/@jssg/utils@0.0.7...codemod-cli@1.9.4
codemod-cli@1.10.5
Changelog
All notable changes to this project will be documented in this file.
[codemod-cli@1.10.5] - 2026-05-13
🚀 Features
- (jssg) Add xml support (#2198)
⚙️ Miscellaneous Tasks
- (bump) Bump codemod crates version to v1.10.5 (#2209)
What's Changed
- Automated docs update after #2202 by @codemod[bot] in #2203
- Update changelog for codemod-cli@1.9.4 by @github-actions[bot] in #2201
- Update changelog for codemod-cli@1.9.5 by @github-actions[bot] in #2206
- feat(jssg): add xml support by @sahilmob in #2198
- chore(bump): Bump codemod crates version to v1.10.5 by @github-actions[bot] in #2209
Full Changelog: https://github.com/codemod/codemod/compare/codemod-cli@1.9.5...codemod-cli@1.10.5
@jssg/utils@0.0.7
Patch Changes
- d726755: Fix addImport formatting output by preserving comma placement and existing trailing comma style for both single-line and multiline imports.