diff --git a/CHANGELOG.md b/CHANGELOG.md index be3403f..4254d35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.1.0](https://github.com/humanwhocodes/mentoss/compare/mentoss-v0.1.0...mentoss-v0.1.0) (2025-01-25) + + +### Features + +* Add baseUrl option to FetchMocker ([541a6bc](https://github.com/humanwhocodes/mentoss/commit/541a6bc872c80676298c049dd0dfa2130ea9e373)) +* Add MockServer#traceReceive() method ([1a77cf5](https://github.com/humanwhocodes/mentoss/commit/1a77cf599d653a55bb31a1d189a55eee60c9b185)) +* Add support for CORS requests ([#14](https://github.com/humanwhocodes/mentoss/issues/14)) ([b3d0323](https://github.com/humanwhocodes/mentoss/commit/b3d032321e1790b033bc567a098b7151ec80b403)) +* Add URL parameter matching ([8481d81](https://github.com/humanwhocodes/mentoss/commit/8481d816a67f5adeefff2b6e1d0200eb1f9aee8f)) +* Fetch Mocker cheks for partial matches ([d73d72c](https://github.com/humanwhocodes/mentoss/commit/d73d72c30e955edc2731743310630a2f3e7d2ceb)) + + +### Bug Fixes + +* **docs:** Update READMEs ([941b3d0](https://github.com/humanwhocodes/mentoss/commit/941b3d0861843ecec07e48f0da46c85c1c7691d5)) + ## 0.1.0 (2025-01-25)