Releases: nizos/tdd-guard
Releases · nizos/tdd-guard
tdd-guard-storybook v0.1.0
What's Changed
New Features
- Initial release of the Storybook test-runner reporter for TDD Guard
- Captures interaction test results from stories with play functions for TDD validation
- Supports Storybook 7.x - 9.x with @storybook/test-runner
For Storybook v10.x, use tdd-guard-vitest with Vitest instead.
Contributors
- Implemented by @akornmeier - Thank you for your contribution!
Installation
npm install --save-dev tdd-guard-storybook@0.1.0Full Changelog
tdd-guard/phpunit v0.1.3
What's Changed
New Features
- Add PHPUnit 12 support - Thank you @faustbrian and @gndk for the contribution!
Installation
composer require --dev tdd-guard/phpunit:^0.1.3Full Changelog
tdd-guard-jest v0.1.4
TDD Guard v1.1.0
What's Changed
Improvements
- Migrated from deprecated @anthropic-ai/claude-code to @anthropic-ai/claude-agent-sdk (v0.1.8)
- Updated all dependencies to latest versions
Installation
npm install -g tdd-guard@1.1.0Full Changelog
tdd-guard-vitest v0.1.6
What's Changed
- Updated tdd-guard dependency to ^1.1.0
Installation
npm install --save-dev tdd-guard-vitest@0.1.6Full Changelog
tdd-guard-jest v0.1.3
What's Changed
- Updated tdd-guard dependency to ^1.1.0
Installation
npm install --save-dev tdd-guard-jest@0.1.3Full Changelog
TDD Guard v1.0.2
What's Changed
Bug Fixes
- Corrects documentation, CI, and package.json to accurately reflect the Node.js version requirement
Since v1.0.0, the SDK dependency requires Node.js 20.19+, but the documentation incorrectly stated Node.js 18. This patch doesn't change the requirement - it updates all references to Node.js 22 for better stability and long-term support.
Installation
npm install -g tdd-guard@1.0.2Acknowledgments
Thank you to @Tsopic and @azgul for reporting this issue (#64)!
Full Changelog
TDD Guard v1.0.1
What's Changed
This release includes improvements to support reporter packages and simplifies the hooks configuration process.
Improvements
- Export DEFAULT_DATA_DIR constant to support reporter packages
- Consolidate hooks configuration in README for easier setup
- Ensure SDK availability for proper guard functionality
Installation
npm install -g tdd-guard@1.0.1Full Changelog
tdd-guard-vitest v0.1.5
What's Changed
This release ensures compatibility with tdd-guard v1.0.0+ which includes the SDK required for proper guard functionality.
- Update tdd-guard dependency to ^1.0.1 for SDK compatibility
- Update to use exported DEFAULT_DATA_DIR constant from main package
Installation
npm install --save-dev tdd-guard-vitest@0.1.5Full Changelog
tdd-guard-jest v0.1.2
What's Changed
This release ensures compatibility with tdd-guard v1.0.0+ which includes the SDK required for proper guard functionality.
- Update tdd-guard dependency to ^1.0.1 for SDK compatibility
- Update to use exported DEFAULT_DATA_DIR constant from main package
Installation
npm install --save-dev tdd-guard-jest@0.1.2