|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 0.0.7 |
| 4 | + |
| 5 | +### Features |
| 6 | + |
| 7 | +- wire up --dry-run flag to prevent all writes (#75) |
| 8 | + |
| 9 | +#### cli-v2 |
| 10 | + |
| 11 | +- implement db status and db stats commands |
| 12 | +- implement all query commands (offerings, crowdfunding, facts, persons) |
| 13 | +- implement filing query command |
| 14 | +- implement entity query command |
| 15 | +- add interactive init wizard |
| 16 | +- restructure commands into nested groups |
| 17 | +- add output barrel export |
| 18 | +- add runCommand error wrapper with exit codes |
| 19 | +- add progress bar and spinner utilities |
| 20 | +- add table renderer with table/csv/json formats |
| 21 | +- add global options infrastructure |
| 22 | + |
| 23 | +### Bug Fixes |
| 24 | + |
| 25 | +- prevent bun test exit code 1 when all tests pass (#67) |
| 26 | +- CLI v2 review feedback — input validation, escaping, type safety, and docs alignment (#66) |
| 27 | + |
| 28 | +### Refactors |
| 29 | + |
| 30 | +#### cli-v2 |
| 31 | + |
| 32 | +- improve dependency injection initialization in command handling |
| 33 | +- remove old flat command files |
| 34 | + |
| 35 | +### Tests |
| 36 | + |
| 37 | +#### cli-v2 |
| 38 | + |
| 39 | +- enhance runCommand tests with exit code handling |
| 40 | +- add CLI integration smoke test |
| 41 | + |
| 42 | +### Documentation |
| 43 | + |
| 44 | +- update SPEC.md to v2 CLI design |
| 45 | + |
| 46 | +### Build |
| 47 | + |
| 48 | +#### deps-dev |
| 49 | + |
| 50 | +- bump @types/bun from 1.3.9 to 1.3.10 (#74) |
| 51 | + |
| 52 | +### Chores |
| 53 | + |
| 54 | +- update dependencies and remove auto-assign workflow |
| 55 | + |
| 56 | +### Updated Dependencies |
| 57 | + |
| 58 | +- `@workglow/cli`: 0.0.117 |
| 59 | +- `@workglow/job-queue`: 0.0.117 |
| 60 | +- `@workglow/sqlite`: 0.0.117 |
| 61 | +- `@workglow/storage`: 0.0.117 |
| 62 | +- `@workglow/task-graph`: 0.0.117 |
| 63 | +- `@workglow/tasks`: 0.0.117 |
| 64 | +- `@workglow/util`: 0.0.117 |
| 65 | +- `fast-xml-parser`: ^5.5.3 |
| 66 | +- `pg`: ^8.20.0 |
| 67 | +- `typebox`: 1.1.6 |
| 68 | +- `@types/bun`: 1.3.10 |
| 69 | +- `bunset`: 1.0.10 |
| 70 | + |
3 | 71 | ## 0.0.6 |
4 | 72 |
|
5 | 73 | ### Features |
|
0 commit comments