Skip to content

Releases: nizos/tdd-guard

tdd-guard-storybook v0.1.0

30 Jan 12:53
storybook-v0.1.0

Choose a tag to compare

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.0

Full Changelog

https://github.com/nizos/tdd-guard/commits/storybook-v0.1.0

tdd-guard/phpunit v0.1.3

01 Nov 11:08
phpunit-v0.1.3
211734a

Choose a tag to compare

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.3

Full Changelog

phpunit-v0.1.2...phpunit-v0.1.3

tdd-guard-jest v0.1.4

01 Nov 10:36
jest-v0.1.4
08438d5

Choose a tag to compare

What's Changed

Bug Fixes

  • Fixed test results not being saved to configured directory when using Jest 28+ (#75)

Installation

npm install --save-dev tdd-guard-jest@0.1.4

Acknowledgments

Thanks to @WynnD for reporting this issue!

Full Changelog

jest-v0.1.3...jest-v0.1.4

TDD Guard v1.1.0

06 Oct 11:05
v1.1.0
a81b4f6

Choose a tag to compare

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.0

Full Changelog

v1.0.2...v1.1.0

tdd-guard-vitest v0.1.6

06 Oct 11:06
vitest-v0.1.6
a81b4f6

Choose a tag to compare

What's Changed

  • Updated tdd-guard dependency to ^1.1.0

Installation

npm install --save-dev tdd-guard-vitest@0.1.6

Full Changelog

vitest-v0.1.5...vitest-v0.1.6

tdd-guard-jest v0.1.3

06 Oct 11:06
jest-v0.1.3
a81b4f6

Choose a tag to compare

What's Changed

  • Updated tdd-guard dependency to ^1.1.0

Installation

npm install --save-dev tdd-guard-jest@0.1.3

Full Changelog

jest-v0.1.2...jest-v0.1.3

TDD Guard v1.0.2

16 Sep 20:17
v1.0.2
5e0c9a5

Choose a tag to compare

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.2

Acknowledgments

Thank you to @Tsopic and @azgul for reporting this issue (#64)!

Full Changelog

v1.0.1...v1.0.2

TDD Guard v1.0.1

13 Sep 11:21
v1.0.1
ba9c2dd

Choose a tag to compare

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.1

Full Changelog

v1.0.0...v1.0.1

tdd-guard-vitest v0.1.5

13 Sep 11:22
vitest-v0.1.5
ba9c2dd

Choose a tag to compare

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.5

Full Changelog

vitest-v0.1.4...vitest-v0.1.5

tdd-guard-jest v0.1.2

13 Sep 11:22
jest-v0.1.2
ba9c2dd

Choose a tag to compare

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

Full Changelog

jest-v0.1.1...jest-v0.1.2