Skip to content

Commit fdd9c09

Browse files
committed
updated the changelog file
1 parent 2edff69 commit fdd9c09

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,48 +13,54 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
### Fixed
1515

16+
- Added explicit check for when both `genericMetadata` and `methodMetadata` are `undefined` in the `getControllerMethodMetadata` function, preventing potential errors when no metadata is available.
17+
1618
## [6.5.0]
1719

1820
### Added
1921

2022
### Changed
23+
2124
- Updated `BaseMiddleware.handler` to allow async handlers.
2225
- Updated `Middleware` to allow include any `ServiceIdentifier`.
2326
- Updated `JsonContent` with no generic.
2427

2528
### Fixed
29+
2630
- Updated `BaseController.ok` to no longer return `text/plain` responses when non string content is passed.
2731

2832
## [6.4.10]
2933

3034
### Fixed
31-
- Fixed `Controller` without wrong constraints (#417).
35+
36+
- Fixed `Controller` without wrong constraints (#417).
3237

3338
## [6.4.9]
3439

3540
### Fixed
36-
- Fixed wrong emited typescript delclaration files (#1668).
41+
42+
- Fixed wrong emited typescript delclaration files (#1668).
3743

3844
## [6.4.8]
3945

4046
### Fixed
4147

42-
- Fixed can't set headers after they are sent (#255 / #412).
48+
- Fixed can't set headers after they are sent (#255 / #412).
4349

4450
## [6.4.7]
4551

4652
### Fixed
4753

48-
- Updated `inversify` and `express` dependencies to be peer dependnecies as stated in the docs.
54+
- Updated `inversify` and `express` dependencies to be peer dependnecies as stated in the docs.
4955

5056
## [6.4.4]
5157

5258
### Added
5359

5460
### Changed
5561

56-
- Update dependencies (`minimist`, `json5`, `@babel/traverse`, `tough-cookie`, `ansi-regex`, `cookiejar`, `express`, `decode-uri-component`).
62+
- Update dependencies (`minimist`, `json5`, `@babel/traverse`, `tough-cookie`, `ansi-regex`, `cookiejar`, `express`, `decode-uri-component`).
5763

5864
### Fixed
5965

60-
- Change JsonContent to return object rather than string (#379 / #378).
66+
- Change JsonContent to return object rather than string (#379 / #378).

0 commit comments

Comments
 (0)