Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 19 additions & 19 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"packages/case-core": "0.25.1",
"packages/case-definition-dsl": "0.25.1",
"packages/case-core-plugin-http": "0.25.1",
"packages/case-core-plugin-http-dsl": "0.25.1",
"packages/case-core-plugin-function": "0.25.1",
"packages/case-core-plugin-function-dsl": "0.25.1",
"packages/case-plugin-base": "0.25.1",
"packages/case-plugin-dsl-types": "0.25.1",
"packages/case-entities": "0.25.1",
"packages/contract-case-jest": "0.25.1",
"packages/documentation": "0.25.1",
".": "0.25.1",
"packages/contract-case-cli": "0.25.1",
"packages/case-maintainer-config": "0.25.1",
"packages/eslint-config-case-maintainer": "0.25.1",
"packages/case-connector": "0.25.1",
"packages/case-connector-proto": "0.25.1",
"packages/dsl-java": "0.25.1",
"packages/documentation-matchers-generator": "0.25.1"
"packages/case-core": "0.25.2",
"packages/case-definition-dsl": "0.25.2",
"packages/case-core-plugin-http": "0.25.2",
"packages/case-core-plugin-http-dsl": "0.25.2",
"packages/case-core-plugin-function": "0.25.2",
"packages/case-core-plugin-function-dsl": "0.25.2",
"packages/case-plugin-base": "0.25.2",
"packages/case-plugin-dsl-types": "0.25.2",
"packages/case-entities": "0.25.2",
"packages/contract-case-jest": "0.25.2",
"packages/documentation": "0.25.2",
".": "0.25.2",
"packages/contract-case-cli": "0.25.2",
"packages/case-maintainer-config": "0.25.2",
"packages/eslint-config-case-maintainer": "0.25.2",
"packages/case-connector": "0.25.2",
"packages/case-connector-proto": "0.25.2",
"packages/dsl-java": "0.25.2",
"packages/documentation-matchers-generator": "0.25.2"
}
22 changes: 22 additions & 0 deletions docs/maintainers/FULL-CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [0.25.2](https://github.com/case-contract-testing/contract-case/compare/v0.25.1...v0.25.2) (2025-06-22)


### Features

* **core:** Now exceptions thrown by the core have the same information as the failures it prints, substantially improving developer experience ([6319125](https://github.com/case-contract-testing/contract-case/commit/6319125fc69ded2f7534eaf39d00ef8405f1f4f0))
* **DSL:** Add WillReceiveFunctionCallAndThrow, for defining contracts of throwing functions at the implementer side of the contract ([4f01609](https://github.com/case-contract-testing/contract-case/commit/4f01609c5b4544cc50ef0312ed7e1fc657a74e40))


### Bug Fixes

* **function-plugin:** Correct error message when an exception is thrown ([afdd9b5](https://github.com/case-contract-testing/contract-case/commit/afdd9b517b7ee5daef8f82f26019579da468dc26))
* **function-plugin:** Improve description of thrown errors ([2cfb5e4](https://github.com/case-contract-testing/contract-case/commit/2cfb5e4da3a1c8f747915bf3b64f5363dc2b42fa))
* **java-dsl:** Add exceptions to the InvokeableFunction classes, allowing easier definition of contracts on methods that have checked exceptions ([f378b26](https://github.com/case-contract-testing/contract-case/commit/f378b263e4ea0cc568510b222849b61d9ab90eaf))


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @contract-case/eslint-config-case-maintainer bumped from 0.25.1 to 0.25.2

## [0.25.1](https://github.com/case-contract-testing/contract-case/compare/v0.25.0...v0.25.1) (2025-06-18)


Expand Down
Loading
Loading