Skip to content

Commit 1703273

Browse files
committed
WF-774 Publish DI with node prefix
1 parent e091752 commit 1703273

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

RELEASE.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# @teqfw/di releases
22

3-
## 0.32.0
3+
## 0.32.0 - added support for the `node:` prefix
4+
5+
- **Added ability** to manually register objects in the container (`register`).
6+
- **Optimized dependency parsing**, added support for the `node:` prefix.
7+
- **Updated singleton handling**, fixed issues with `Defs.LS`.
8+
- **Added protection against object modification**, freezing objects when possible (`Object.freeze`).
9+
- **Updated dependencies** (Mocha, Rollup, Rollup plugins).
10+
411
## 0.31.0
512

613
* Added optional `stack` parameter to the `get` method for improved dependency tracking and debugging.
@@ -71,6 +78,6 @@
7178
## 0.8.0
7279

7380
* docs for plugin's teq-descriptor (see in `main` branch);
74-
* use object notation instead of array notation in namespace replacement statements of
75-
teq-descriptor (`@teqfw/di.replace` node format is changed in `./teqfw.json`);
81+
* use object notation instead of array notation in namespace replacement statements of teq-descriptor (
82+
`@teqfw/di.replace` node format is changed in `./teqfw.json`);
7683
* array is used as a container for upline dependencies in the 'SpecProxy' (object was);

0 commit comments

Comments
 (0)