Skip to content

Commit 20484a8

Browse files
committed
docs: add changelog for v0.1.1
1 parent 23b2df1 commit 20484a8

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
_This changelog follows the [keep a changelog][keep-a-changelog]_ format to maintain a human readable changelog.
44

5+
## [0.1.1](https://github.com/typestack/socket-controllers/compare/v0.1.0...v0.1.1) (2023-01-27)
6+
7+
### Added
8+
9+
- Added `@OnDisconnecting()` decorator
10+
- Added error type filter option to `@EmitOnFail()` decorator
11+
12+
Example: `@EmitOnFail('message', {errorType: TypeError})`
13+
14+
- Added `index` option to `@MessageBody()` decorator to be able to get multiple event arguments
15+
16+
Note: If you don't specify the index it will return the first
17+
18+
- Added support to use the same namespace for multiple controllers
19+
20+
Note: The namespaces must match exactly, providing a differnet pattern will not work due to a socket.io limitation
21+
22+
### Changed
23+
24+
- `glob` package updated from `8.0.3` to `8.1.0`
525

626
## [0.1.0](https://github.com/typestack/socket-controllers/compare/v0.0.5...v0.1.0) (2023-01-18)
727

@@ -107,7 +127,7 @@ _This changelog follows the [keep a changelog][keep-a-changelog]_ format to main
107127

108128
### Added
109129
- Namespace scope support for middlewares
110-
- `transport: boolean` option to decorators that support class-transformer
130+
- `transform: boolean` option to decorators that support class-transformer
111131

112132
### Changed
113133

0 commit comments

Comments
 (0)