proxydi 0.0.13 → 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,101 +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.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.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.