Skip to content

Commit

Permalink
Added changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Lysne committed Jul 22, 2023
1 parent 966fbf0 commit ec5a56f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .changeset/chilled-trains-move.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
"@acquirejs/mocks": minor
"@acquirejs/core": minor
---

Refactored core package (BREAKING CHANGE)

- Added AcquireBase class to deal with shared middleware.
- Renamed AcquireRequestExecutor class to AcquireRequestHandler.
- Reworked AcquireRequestHandlers call signature.
- Reworked Acquire class to generate request handlers through the createRequestHandler method.
- Added AcquireRequestHandlerFactory class to deal with request handler creation.
- Renamed AcquireRequestLogger middleware to RequestLogger.
- Added DelaySimulator middleware.
- Updated README.

0 comments on commit ec5a56f

Please sign in to comment.