File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
# @teqfw/di releases
2
2
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
+
4
11
## 0.31.0
5
12
6
13
* Added optional ` stack ` parameter to the ` get ` method for improved dependency tracking and debugging.
71
78
## 0.8.0
72
79
73
80
* 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 ` );
76
83
* array is used as a container for upline dependencies in the 'SpecProxy' (object was);
You can’t perform that action at this time.
0 commit comments