proxydi 0.0.12 → 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,91 +1,107 @@
1
- # Changelog
2
-
3
- All notable changes to this project will be documented in this file.
4
-
5
- The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
- and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
-
8
- ## [[0.0.12](https://www.npmjs.com/package/proxydi/v/0.0.12)] - 2025-03-04
9
-
10
- ### Added
11
-
12
- - Experimental @middleware [#14](https://github.com/proxy-di/proxydi/pull/14)
13
-
14
- ## [[0.0.11](https://www.npmjs.com/package/proxydi/v/0.0.11)] - 2025-03-03
15
-
16
- ### Added
17
-
18
- - resolveInjectables() method [#13](https://github.com/proxy-di/proxydi/pull/13)
19
-
20
- ## [[0.0.10](https://www.npmjs.com/package/proxydi/v/0.0.10)] - 2025-03-02
21
-
22
- ### Changed
23
-
24
- - Renamed @autoInjectable to @injectable
25
-
26
- ### Added
27
-
28
- - Experimental constructor injections via @injectable decorator [#12](https://github.com/proxy-di/proxydi/pull/12)
29
-
30
- ## [[0.0.9](https://www.npmjs.com/package/proxydi/v/0.0.9)] - 2025-02-27
31
-
32
- ### Added
33
-
34
- - resolveAll() function to find all dependencies of a given kind [#11](https://github.com/proxy-di/proxydi/pull/11)
35
-
36
- ## [[0.0.8](https://www.npmjs.com/package/proxydi/v/0.0.8)] - 2025-02-26
37
-
38
- ### Changed
39
-
40
- - API improvements [#10](https://github.com/proxy-di/proxydi/pull/10)
41
-
42
- ### Added
43
-
44
- - Added access to child containers
45
- - PROXYDI_CONTAINER and DEPENDENCY_ID now public
46
- - Enhanced hierarchy documentation
47
-
48
- ## [[0.0.7](https://www.npmjs.com/package/proxydi/v/0.0.7)] - 2025-02-21
49
-
50
- ### Added
51
-
52
- - TypeDoc integration [#7](https://github.com/proxy-di/proxydi/pull/7)
53
- - Action to publish documentation on GitHub Pages
54
-
55
- ## [[0.0.6](https://www.npmjs.com/package/proxydi/v/0.0.6)] - 2025-02-21
56
-
57
- ### Changed
58
-
59
- - Improved API [#6](https://github.com/proxy-di/proxydi/pull/6)
60
-
61
- ## [[0.0.5](https://www.npmjs.com/package/proxydi/v/0.0.5)] - 2025-02-20
62
-
63
- ### Changed
64
-
65
- - Baking dependencies [#5](https://github.com/proxy-di/proxydi/pull/5)
66
- - 100% test coverage
67
- - Changed API with new terminology
68
-
69
- ## [[0.0.4](https://www.npmjs.com/package/proxydi/v/0.0.4)] - 2025-02-11
70
-
71
- ### Changed
72
-
73
- - Implemented proxy per instance instead of per container [#2](https://github.com/proxy-di/proxydi/pull/2)
74
- - Ability to register anything as an instance
75
- - Changed settings to object format
76
- - Added settings presets
77
-
78
- ### Fixed
79
-
80
- - Made injectables known
81
-
82
- ## [[0.0.3](https://www.npmjs.com/package/proxydi/v/0.0.3)] - 2025-02-07
83
-
84
- ### Added
85
-
86
- - Draft DI-container implementation
87
- - @injectable decorator
88
- - Basic project setup with CI/CD
89
- - Testing framework integration
90
- - Basic package configuration
91
- - Repository initialization
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
8
+ ## [[0.1.0](https://www.npmjs.com/package/proxydi/v/0.1.0)] - 2025-03-25
9
+
10
+ ### Changed
11
+
12
+ - Another middleware API
13
+
14
+ ## [[0.0.13](https://www.npmjs.com/package/proxydi/v/0.0.13)] - 2025-03-04
15
+
16
+ ### Added
17
+
18
+ - dependencies for @inject(), resolve() and register() by class [#15](https://github.com/proxy-di/proxydi/pull/15)
19
+
20
+ ### Changed
21
+
22
+ - remove event requires dependency
23
+
24
+ ## [[0.0.12](https://www.npmjs.com/package/proxydi/v/0.0.12)] - 2025-03-04
25
+
26
+ ### Added
27
+
28
+ - Experimental @middleware [#14](https://github.com/proxy-di/proxydi/pull/14)
29
+
30
+ ## [[0.0.11](https://www.npmjs.com/package/proxydi/v/0.0.11)] - 2025-03-03
31
+
32
+ ### Added
33
+
34
+ - resolveInjectables() method [#13](https://github.com/proxy-di/proxydi/pull/13)
35
+
36
+ ## [[0.0.10](https://www.npmjs.com/package/proxydi/v/0.0.10)] - 2025-03-02
37
+
38
+ ### Changed
39
+
40
+ - Renamed @autoInjectable to @injectable
41
+
42
+ ### Added
43
+
44
+ - Experimental constructor injections via @injectable decorator [#12](https://github.com/proxy-di/proxydi/pull/12)
45
+
46
+ ## [[0.0.9](https://www.npmjs.com/package/proxydi/v/0.0.9)] - 2025-02-27
47
+
48
+ ### Added
49
+
50
+ - resolveAll() function to find all dependencies of a given kind [#11](https://github.com/proxy-di/proxydi/pull/11)
51
+
52
+ ## [[0.0.8](https://www.npmjs.com/package/proxydi/v/0.0.8)] - 2025-02-26
53
+
54
+ ### Changed
55
+
56
+ - API improvements [#10](https://github.com/proxy-di/proxydi/pull/10)
57
+
58
+ ### Added
59
+
60
+ - Added access to child containers
61
+ - PROXYDI_CONTAINER and DEPENDENCY_ID now public
62
+ - Enhanced hierarchy documentation
63
+
64
+ ## [[0.0.7](https://www.npmjs.com/package/proxydi/v/0.0.7)] - 2025-02-21
65
+
66
+ ### Added
67
+
68
+ - TypeDoc integration [#7](https://github.com/proxy-di/proxydi/pull/7)
69
+ - Action to publish documentation on GitHub Pages
70
+
71
+ ## [[0.0.6](https://www.npmjs.com/package/proxydi/v/0.0.6)] - 2025-02-21
72
+
73
+ ### Changed
74
+
75
+ - Improved API [#6](https://github.com/proxy-di/proxydi/pull/6)
76
+
77
+ ## [[0.0.5](https://www.npmjs.com/package/proxydi/v/0.0.5)] - 2025-02-20
78
+
79
+ ### Changed
80
+
81
+ - Baking dependencies [#5](https://github.com/proxy-di/proxydi/pull/5)
82
+ - 100% test coverage
83
+ - Changed API with new terminology
84
+
85
+ ## [[0.0.4](https://www.npmjs.com/package/proxydi/v/0.0.4)] - 2025-02-11
86
+
87
+ ### Changed
88
+
89
+ - Implemented proxy per instance instead of per container [#2](https://github.com/proxy-di/proxydi/pull/2)
90
+ - Ability to register anything as an instance
91
+ - Changed settings to object format
92
+ - Added settings presets
93
+
94
+ ### Fixed
95
+
96
+ - Made injectables known
97
+
98
+ ## [[0.0.3](https://www.npmjs.com/package/proxydi/v/0.0.3)] - 2025-02-07
99
+
100
+ ### Added
101
+
102
+ - Draft DI-container implementation
103
+ - @injectable decorator
104
+ - Basic project setup with CI/CD
105
+ - Testing framework integration
106
+ - Basic package configuration
107
+ - Repository initialization
package/LICENSE CHANGED
@@ -1,21 +1,21 @@
1
- MIT License
2
-
3
- Copyright (c) 2025 proxy-di
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
1
+ MIT License
2
+
3
+ Copyright (c) 2025 proxy-di
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.