Commit 53ab48f
committed
chore(release): 1.0.0
## 1.0.0 (2025-12-16)
### ⚠ BREAKING CHANGES
* Transform argument now required. Users must specify:
npx @suites/codemod automock/2/to-suites-v3 <path>
Changes:
- Transform registry: Updated to automock/2/to-suites-v3
- Directory structure: Created hierarchical namespace src/transforms/automock/2/
- CLI: Removed default transform, require explicit specification
- File processor: Renamed to generic naming (filterSourceFiles)
- Runner: Updated variable naming (automockFiles → sourceFiles)
- Tests: Updated imports, all 207 tests passing
- Documentation: Updated README with new usage examples
Benefits:
- Follows React codemod and Codemod Registry patterns
- Future-proof for v3-to-v4, v4-to-v5 migrations
- Support for multiple transforms per version
- Extensible to other frameworks (jest, vitest, etc.)
### Features
* add manual publish workflow and coverage tracking ([82f6da6](82f6da6))
* complete Automock to Suites codemod with TypeScript parser fallback ([0fcb66e](0fcb66e))
### Bug Fixes
* remove duplicate symbols from logger output ([915ca24](915ca24))
* use consistent checkmark symbol (✔) in logger output ([e95d2fc](e95d2fc))
### Documentation
* add architecture section and local development guide ([a6e821c](a6e821c))
* add CLI arguments section matching Next.js format ([362265a](362265a))
* new readme file [skip ci] ([9c4a9ea](9c4a9ea))
### Code Refactoring
* adopt codemod registry naming pattern ([#1](#1)) ([8abdedd](8abdedd))
* adopt codemod registry naming pattern (automock/2/to-suites-v3) ([eae87f7](eae87f7))
* align argument names with Next.js codemod conventions ([fa0f792](fa0f792))
* align CLI options with Next.js codemod conventions ([287c8ca](287c8ca))
* rename --list-transforms to --list-codemods for consistency ([f2c382d](f2c382d))
* simplify CLI to match Next.js codemod (remove unnecessary options) ([94e91b4](94e91b4))1 parent fcf403f commit 53ab48f
2 files changed
Lines changed: 51 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments