Skip to content

Commit

Permalink
chore(docs): add changelog for 2.4.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
negezor committed Jan 20, 2020
1 parent 2b8cf9b commit ad89bc1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log


## [2.4.0] - 2020.01.20
### BREAKING CHNAGE
- In snippets `getBeforeMiddleware` and `getEnforceMiddleware` the order of the arguments has changed
- Composer now requires generic with object restriction

### Fixed
- Multiple next calls in compose now throw an asynchronous error
- In snippets `getBeforeMiddleware`, `getAfterMiddleware`, `getEnforceMiddleware` and `getConcurrencyMiddleware` an error will be thrown for several calls next
- Comments typos fixed

### Updated
- Types `NextMiddlewareReturn` and `MiddlewareReturn` now unknown instead of any
- Updated dev dependencies
- Updated generated docs

## [2.3.0] - 2020.01.03
### Added
- Added `builder` static method for `Composer`
Expand Down

0 comments on commit ad89bc1

Please sign in to comment.