proxydi 0.0.13 → 0.1.1

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,101 +1,113 @@
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.13](https://www.npmjs.com/package/proxydi/v/0.0.13)] - 2025-03-04
9
-
10
- ### Added
11
-
12
- - inject, resolve register by class [#15](https://github.com/proxy-di/proxydi/pull/15)
13
-
14
- ### Changed
15
-
16
- - remove event requires dependency
17
-
18
- ## [[0.0.12](https://www.npmjs.com/package/proxydi/v/0.0.12)] - 2025-03-04
19
-
20
- ### Added
21
-
22
- - Experimental @middleware [#14](https://github.com/proxy-di/proxydi/pull/14)
23
-
24
- ## [[0.0.11](https://www.npmjs.com/package/proxydi/v/0.0.11)] - 2025-03-03
25
-
26
- ### Added
27
-
28
- - resolveInjectables() method [#13](https://github.com/proxy-di/proxydi/pull/13)
29
-
30
- ## [[0.0.10](https://www.npmjs.com/package/proxydi/v/0.0.10)] - 2025-03-02
31
-
32
- ### Changed
33
-
34
- - Renamed @autoInjectable to @injectable
35
-
36
- ### Added
37
-
38
- - Experimental constructor injections via @injectable decorator [#12](https://github.com/proxy-di/proxydi/pull/12)
39
-
40
- ## [[0.0.9](https://www.npmjs.com/package/proxydi/v/0.0.9)] - 2025-02-27
41
-
42
- ### Added
43
-
44
- - resolveAll() function to find all dependencies of a given kind [#11](https://github.com/proxy-di/proxydi/pull/11)
45
-
46
- ## [[0.0.8](https://www.npmjs.com/package/proxydi/v/0.0.8)] - 2025-02-26
47
-
48
- ### Changed
49
-
50
- - API improvements [#10](https://github.com/proxy-di/proxydi/pull/10)
51
-
52
- ### Added
53
-
54
- - Added access to child containers
55
- - PROXYDI_CONTAINER and DEPENDENCY_ID now public
56
- - Enhanced hierarchy documentation
57
-
58
- ## [[0.0.7](https://www.npmjs.com/package/proxydi/v/0.0.7)] - 2025-02-21
59
-
60
- ### Added
61
-
62
- - TypeDoc integration [#7](https://github.com/proxy-di/proxydi/pull/7)
63
- - Action to publish documentation on GitHub Pages
64
-
65
- ## [[0.0.6](https://www.npmjs.com/package/proxydi/v/0.0.6)] - 2025-02-21
66
-
67
- ### Changed
68
-
69
- - Improved API [#6](https://github.com/proxy-di/proxydi/pull/6)
70
-
71
- ## [[0.0.5](https://www.npmjs.com/package/proxydi/v/0.0.5)] - 2025-02-20
72
-
73
- ### Changed
74
-
75
- - Baking dependencies [#5](https://github.com/proxy-di/proxydi/pull/5)
76
- - 100% test coverage
77
- - Changed API with new terminology
78
-
79
- ## [[0.0.4](https://www.npmjs.com/package/proxydi/v/0.0.4)] - 2025-02-11
80
-
81
- ### Changed
82
-
83
- - Implemented proxy per instance instead of per container [#2](https://github.com/proxy-di/proxydi/pull/2)
84
- - Ability to register anything as an instance
85
- - Changed settings to object format
86
- - Added settings presets
87
-
88
- ### Fixed
89
-
90
- - Made injectables known
91
-
92
- ## [[0.0.3](https://www.npmjs.com/package/proxydi/v/0.0.3)] - 2025-02-07
93
-
94
- ### Added
95
-
96
- - Draft DI-container implementation
97
- - @injectable decorator
98
- - Basic project setup with CI/CD
99
- - Testing framework integration
100
- - Basic package configuration
101
- - 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.1](https://www.npmjs.com/package/proxydi/v/0.1.1)] - 2025-03-25
9
+
10
+ ### Fixed
11
+
12
+ - Export MiddlewareContext
13
+
14
+ ## [[0.1.0](https://www.npmjs.com/package/proxydi/v/0.1.0)] - 2025-03-25
15
+
16
+ ### Changed
17
+
18
+ - Another middleware API [#16](https://github.com/proxy-di/proxydi/pull/16)
19
+
20
+ ## [[0.0.13](https://www.npmjs.com/package/proxydi/v/0.0.13)] - 2025-03-04
21
+
22
+ ### Added
23
+
24
+ - dependencies for @inject(), resolve() and register() by class [#15](https://github.com/proxy-di/proxydi/pull/15)
25
+
26
+ ### Changed
27
+
28
+ - remove event requires dependency
29
+
30
+ ## [[0.0.12](https://www.npmjs.com/package/proxydi/v/0.0.12)] - 2025-03-04
31
+
32
+ ### Added
33
+
34
+ - Experimental @middleware [#14](https://github.com/proxy-di/proxydi/pull/14)
35
+
36
+ ## [[0.0.11](https://www.npmjs.com/package/proxydi/v/0.0.11)] - 2025-03-03
37
+
38
+ ### Added
39
+
40
+ - resolveInjectables() method [#13](https://github.com/proxy-di/proxydi/pull/13)
41
+
42
+ ## [[0.0.10](https://www.npmjs.com/package/proxydi/v/0.0.10)] - 2025-03-02
43
+
44
+ ### Changed
45
+
46
+ - Renamed @autoInjectable to @injectable
47
+
48
+ ### Added
49
+
50
+ - Experimental constructor injections via @injectable decorator [#12](https://github.com/proxy-di/proxydi/pull/12)
51
+
52
+ ## [[0.0.9](https://www.npmjs.com/package/proxydi/v/0.0.9)] - 2025-02-27
53
+
54
+ ### Added
55
+
56
+ - resolveAll() function to find all dependencies of a given kind [#11](https://github.com/proxy-di/proxydi/pull/11)
57
+
58
+ ## [[0.0.8](https://www.npmjs.com/package/proxydi/v/0.0.8)] - 2025-02-26
59
+
60
+ ### Changed
61
+
62
+ - API improvements [#10](https://github.com/proxy-di/proxydi/pull/10)
63
+
64
+ ### Added
65
+
66
+ - Added access to child containers
67
+ - PROXYDI_CONTAINER and DEPENDENCY_ID now public
68
+ - Enhanced hierarchy documentation
69
+
70
+ ## [[0.0.7](https://www.npmjs.com/package/proxydi/v/0.0.7)] - 2025-02-21
71
+
72
+ ### Added
73
+
74
+ - TypeDoc integration [#7](https://github.com/proxy-di/proxydi/pull/7)
75
+ - Action to publish documentation on GitHub Pages
76
+
77
+ ## [[0.0.6](https://www.npmjs.com/package/proxydi/v/0.0.6)] - 2025-02-21
78
+
79
+ ### Changed
80
+
81
+ - Improved API [#6](https://github.com/proxy-di/proxydi/pull/6)
82
+
83
+ ## [[0.0.5](https://www.npmjs.com/package/proxydi/v/0.0.5)] - 2025-02-20
84
+
85
+ ### Changed
86
+
87
+ - Baking dependencies [#5](https://github.com/proxy-di/proxydi/pull/5)
88
+ - 100% test coverage
89
+ - Changed API with new terminology
90
+
91
+ ## [[0.0.4](https://www.npmjs.com/package/proxydi/v/0.0.4)] - 2025-02-11
92
+
93
+ ### Changed
94
+
95
+ - Implemented proxy per instance instead of per container [#2](https://github.com/proxy-di/proxydi/pull/2)
96
+ - Ability to register anything as an instance
97
+ - Changed settings to object format
98
+ - Added settings presets
99
+
100
+ ### Fixed
101
+
102
+ - Made injectables known
103
+
104
+ ## [[0.0.3](https://www.npmjs.com/package/proxydi/v/0.0.3)] - 2025-02-07
105
+
106
+ ### Added
107
+
108
+ - Draft DI-container implementation
109
+ - @injectable decorator
110
+ - Basic project setup with CI/CD
111
+ - Testing framework integration
112
+ - Basic package configuration
113
+ - 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.