docs: document advanced callback features#430
Conversation
There was a problem hiding this comment.
Pull request overview
This PR adds comprehensive documentation for advanced callback features in the Mockolate mocking library. The documentation covers conditional execution, frequency control, parallel execution, and invocation counter access for callbacks.
Changes:
- Added new "Advanced Features" section to README.md documenting callback capabilities
- Created dedicated documentation page for advanced callback features
- Updated category configurations to expand documentation sections by default
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| README.md | Added comprehensive "Advanced callback features" section with examples of conditional callbacks, frequency control, parallel callbacks, and invocation counter usage |
| Docs/pages/advanced-features/category.json | Set category to expanded state by default |
| Docs/pages/special-types/category.json | Set category to expanded state by default |
| Docs/pages/advanced-features/01-advanced-callback-features.md | Created new documentation page with detailed examples of all advanced callback features |
|
🚀 Benchmark ResultsDetails
|
|
This is addressed in release v1.1.0. |



This PR adds comprehensive documentation for advanced callback features in the Mockolate mocking library. The documentation covers conditional execution, frequency control, parallel execution, and invocation counter access for callbacks.
Key Changes: