Skip to content

Commit 6946ac0

Browse files
committed
docs: add changelog for v0.1.2
1 parent 7a3ad54 commit 6946ac0

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

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

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+
523
## [0.1.1](https://github.com/typestack/socket-controllers/compare/v0.1.0...v0.1.1) (2023-01-27)
624

725
### Added

0 commit comments

Comments
 (0)