We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a3ad54 commit 6946ac0Copy full SHA for 6946ac0
CHANGELOG.md
@@ -2,6 +2,24 @@
2
3
_This changelog follows the [keep a changelog][keep-a-changelog]_ format to maintain a human readable changelog.
4
5
+## [0.1.2](https://github.com/typestack/socket-controllers/compare/v0.1.1...v0.1.2) (2023-01-27)
6
+
7
+### Added
8
9
+- Added scoped controller support
10
11
+ ```typescript
12
+ // create and run socket server
13
+ const server = new SocketControllers({
14
+ ...
15
+ scopedContainerGetter: (args: ScopedContainerGetterParams) => {
16
+ // Return a container instance to be used to instantiate
17
+ // the controllers and their dependencies on each event
18
+ }
19
+ });
20
+ ```
21
22
23
## [0.1.1](https://github.com/typestack/socket-controllers/compare/v0.1.0...v0.1.1) (2023-01-27)
24
25
### Added
0 commit comments