|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -## [v2.0.0](https://github.com/devlooped/DependencyInjection.Attributed/tree/v2.0.0) (2024-02-29) |
| 3 | +## [v2.1.0-beta](https://github.com/devlooped/DependencyInjection/tree/v2.1.0-beta) (2024-11-12) |
4 | 4 |
|
5 | | -[Full Changelog](https://github.com/devlooped/DependencyInjection.Attributed/compare/v1.3.2...v2.0.0) |
| 5 | +[Full Changelog](https://github.com/devlooped/DependencyInjection/compare/v2.0.0...v2.1.0-beta) |
6 | 6 |
|
7 | 7 | :sparkles: Implemented enhancements: |
8 | 8 |
|
9 | | -- Add support for new keyed service in .NET8 [\#73](https://github.com/devlooped/DependencyInjection.Attributed/issues/73) |
10 | | -- Add support for new keyed services in .NET8 [\#90](https://github.com/devlooped/DependencyInjection.Attributed/pull/90) (@kzu) |
| 9 | +- Provide conventions-based registrations in addition to \[Service\] attributes [\#116](https://github.com/devlooped/DependencyInjection/issues/116) |
| 10 | +- Rename project/package to remove the Attributed suffix [\#118](https://github.com/devlooped/DependencyInjection/pull/118) (@kzu) |
| 11 | +- Add support for convention-based registrations [\#117](https://github.com/devlooped/DependencyInjection/pull/117) (@kzu) |
| 12 | +- Add support for multiple keyed service registrations [\#112](https://github.com/devlooped/DependencyInjection/pull/112) (@kzu) |
11 | 13 |
|
12 | 14 | :bug: Fixed bugs: |
13 | 15 |
|
14 | | -- If compilation isn't successful, incremental generator fails [\#51](https://github.com/devlooped/DependencyInjection.Attributed/issues/51) |
| 16 | +- Fix bug in codegen for transient keyed services [\#109](https://github.com/devlooped/DependencyInjection/pull/109) (@kzu) |
15 | 17 |
|
16 | | -## [v1.3.2](https://github.com/devlooped/DependencyInjection.Attributed/tree/v1.3.2) (2022-12-13) |
| 18 | +:hammer: Other: |
| 19 | + |
| 20 | +- \[BREAKING\] In order to support convention registration, generated class and namespace are no longer customizable [\#119](https://github.com/devlooped/DependencyInjection/issues/119) |
| 21 | +- Add support for keyed service with multiple attributes [\#108](https://github.com/devlooped/DependencyInjection/issues/108) |
| 22 | + |
| 23 | +:twisted_rightwards_arrows: Merged: |
| 24 | + |
| 25 | +- Remove mention of ns/class customization, rename class [\#120](https://github.com/devlooped/DependencyInjection/pull/120) (@kzu) |
| 26 | +- Add test that showcases internal services can be registered [\#111](https://github.com/devlooped/DependencyInjection/pull/111) (@kzu) |
| 27 | + |
| 28 | +## [v2.0.0](https://github.com/devlooped/DependencyInjection/tree/v2.0.0) (2024-02-29) |
| 29 | + |
| 30 | +[Full Changelog](https://github.com/devlooped/DependencyInjection/compare/v1.3.2...v2.0.0) |
| 31 | + |
| 32 | +:sparkles: Implemented enhancements: |
| 33 | + |
| 34 | +- Add support for new keyed service in .NET8 [\#73](https://github.com/devlooped/DependencyInjection/issues/73) |
| 35 | +- Add support for new keyed services in .NET8 [\#90](https://github.com/devlooped/DependencyInjection/pull/90) (@kzu) |
| 36 | + |
| 37 | +:bug: Fixed bugs: |
| 38 | + |
| 39 | +- If compilation isn't successful, incremental generator fails [\#51](https://github.com/devlooped/DependencyInjection/issues/51) |
| 40 | + |
| 41 | +## [v1.3.2](https://github.com/devlooped/DependencyInjection/tree/v1.3.2) (2022-12-13) |
17 | 42 |
|
18 | | -[Full Changelog](https://github.com/devlooped/DependencyInjection.Attributed/compare/v1.3.1...v1.3.2) |
| 43 | +[Full Changelog](https://github.com/devlooped/DependencyInjection/compare/v1.3.1...v1.3.2) |
19 | 44 |
|
20 | 45 | :sparkles: Implemented enhancements: |
21 | 46 |
|
22 | | -- When registering services, also register Func\<T\> and Lazy\<T\> for services [\#49](https://github.com/devlooped/DependencyInjection.Attributed/issues/49) |
| 47 | +- When registering services, also register Func\<T\> and Lazy\<T\> for services [\#49](https://github.com/devlooped/DependencyInjection/issues/49) |
23 | 48 |
|
24 | 49 | :bug: Fixed bugs: |
25 | 50 |
|
26 | | -- Generator shouldn't fail for unsuccessful compilation [\#52](https://github.com/devlooped/DependencyInjection.Attributed/pull/52) (@kzu) |
| 51 | +- Generator shouldn't fail for unsuccessful compilation [\#52](https://github.com/devlooped/DependencyInjection/pull/52) (@kzu) |
27 | 52 |
|
28 | | -## [v1.3.1](https://github.com/devlooped/DependencyInjection.Attributed/tree/v1.3.1) (2022-12-13) |
| 53 | +## [v1.3.1](https://github.com/devlooped/DependencyInjection/tree/v1.3.1) (2022-12-13) |
29 | 54 |
|
30 | | -[Full Changelog](https://github.com/devlooped/DependencyInjection.Attributed/compare/v1.3.0...v1.3.1) |
| 55 | +[Full Changelog](https://github.com/devlooped/DependencyInjection/compare/v1.3.0...v1.3.1) |
31 | 56 |
|
32 | 57 | :sparkles: Implemented enhancements: |
33 | 58 |
|
34 | | -- Add Func\<T\> and Lazy\<T\> registrations [\#50](https://github.com/devlooped/DependencyInjection.Attributed/pull/50) (@kzu) |
| 59 | +- Add Func\<T\> and Lazy\<T\> registrations [\#50](https://github.com/devlooped/DependencyInjection/pull/50) (@kzu) |
35 | 60 |
|
36 | | -## [v1.3.0](https://github.com/devlooped/DependencyInjection.Attributed/tree/v1.3.0) (2022-12-06) |
| 61 | +## [v1.3.0](https://github.com/devlooped/DependencyInjection/tree/v1.3.0) (2022-12-06) |
37 | 62 |
|
38 | | -[Full Changelog](https://github.com/devlooped/DependencyInjection.Attributed/compare/v1.2.2...v1.3.0) |
| 63 | +[Full Changelog](https://github.com/devlooped/DependencyInjection/compare/v1.2.2...v1.3.0) |
39 | 64 |
|
40 | 65 | :sparkles: Implemented enhancements: |
41 | 66 |
|
42 | | -- Make development dependency [\#43](https://github.com/devlooped/DependencyInjection.Attributed/issues/43) |
43 | | -- Don't report warning for missing AddServices\(\) in test projects [\#48](https://github.com/devlooped/DependencyInjection.Attributed/pull/48) (@kzu) |
| 67 | +- Make development dependency [\#43](https://github.com/devlooped/DependencyInjection/issues/43) |
| 68 | +- Don't report warning for missing AddServices\(\) in test projects [\#48](https://github.com/devlooped/DependencyInjection/pull/48) (@kzu) |
44 | 69 |
|
45 | 70 | :hammer: Other: |
46 | 71 |
|
47 | | -- Never report warning for missing AddServices\(\) in test projects [\#47](https://github.com/devlooped/DependencyInjection.Attributed/issues/47) |
| 72 | +- Never report warning for missing AddServices\(\) in test projects [\#47](https://github.com/devlooped/DependencyInjection/issues/47) |
48 | 73 |
|
49 | | -## [v1.2.2](https://github.com/devlooped/DependencyInjection.Attributed/tree/v1.2.2) (2022-11-18) |
| 74 | +## [v1.2.2](https://github.com/devlooped/DependencyInjection/tree/v1.2.2) (2022-11-18) |
50 | 75 |
|
51 | | -[Full Changelog](https://github.com/devlooped/DependencyInjection.Attributed/compare/v1.2.1...v1.2.2) |
| 76 | +[Full Changelog](https://github.com/devlooped/DependencyInjection/compare/v1.2.1...v1.2.2) |
52 | 77 |
|
53 | 78 | :sparkles: Implemented enhancements: |
54 | 79 |
|
55 | | -- Add support for aliased references [\#40](https://github.com/devlooped/DependencyInjection.Attributed/issues/40) |
56 | | -- Add support for aliased references [\#41](https://github.com/devlooped/DependencyInjection.Attributed/pull/41) (@kzu) |
| 80 | +- Add support for aliased references [\#40](https://github.com/devlooped/DependencyInjection/issues/40) |
| 81 | +- Add support for aliased references [\#41](https://github.com/devlooped/DependencyInjection/pull/41) (@kzu) |
57 | 82 |
|
58 | 83 | :bug: Fixed bugs: |
59 | 84 |
|
60 | | -- Don't consider generated code usage of IServiceCollection to report warning [\#37](https://github.com/devlooped/DependencyInjection.Attributed/issues/37) |
| 85 | +- Don't consider generated code usage of IServiceCollection to report warning [\#37](https://github.com/devlooped/DependencyInjection/issues/37) |
61 | 86 |
|
62 | | -## [v1.2.1](https://github.com/devlooped/DependencyInjection.Attributed/tree/v1.2.1) (2022-11-16) |
| 87 | +## [v1.2.1](https://github.com/devlooped/DependencyInjection/tree/v1.2.1) (2022-11-16) |
63 | 88 |
|
64 | | -[Full Changelog](https://github.com/devlooped/DependencyInjection.Attributed/compare/v1.2.0...v1.2.1) |
| 89 | +[Full Changelog](https://github.com/devlooped/DependencyInjection/compare/v1.2.0...v1.2.1) |
65 | 90 |
|
66 | 91 | :sparkles: Implemented enhancements: |
67 | 92 |
|
68 | | -- Report warning when using the package without invoking AddServices [\#30](https://github.com/devlooped/DependencyInjection.Attributed/issues/30) |
| 93 | +- Report warning when using the package without invoking AddServices [\#30](https://github.com/devlooped/DependencyInjection/issues/30) |
69 | 94 |
|
70 | 95 | :twisted_rightwards_arrows: Merged: |
71 | 96 |
|
72 | | -- Don't consider generated code usage of IServiceCollection to report warning [\#38](https://github.com/devlooped/DependencyInjection.Attributed/pull/38) (@kzu) |
| 97 | +- Don't consider generated code usage of IServiceCollection to report warning [\#38](https://github.com/devlooped/DependencyInjection/pull/38) (@kzu) |
73 | 98 |
|
74 | | -## [v1.2.0](https://github.com/devlooped/DependencyInjection.Attributed/tree/v1.2.0) (2022-11-10) |
| 99 | +## [v1.2.0](https://github.com/devlooped/DependencyInjection/tree/v1.2.0) (2022-11-10) |
75 | 100 |
|
76 | | -[Full Changelog](https://github.com/devlooped/DependencyInjection.Attributed/compare/v1.1.3...v1.2.0) |
| 101 | +[Full Changelog](https://github.com/devlooped/DependencyInjection/compare/v1.1.3...v1.2.0) |
77 | 102 |
|
78 | 103 | :twisted_rightwards_arrows: Merged: |
79 | 104 |
|
80 | | -- Report warning when using the package without invoking AddServices [\#31](https://github.com/devlooped/DependencyInjection.Attributed/pull/31) (@kzu) |
| 105 | +- Report warning when using the package without invoking AddServices [\#31](https://github.com/devlooped/DependencyInjection/pull/31) (@kzu) |
81 | 106 |
|
82 | | -## [v1.1.3](https://github.com/devlooped/DependencyInjection.Attributed/tree/v1.1.3) (2022-10-31) |
| 107 | +## [v1.1.3](https://github.com/devlooped/DependencyInjection/tree/v1.1.3) (2022-10-31) |
83 | 108 |
|
84 | | -[Full Changelog](https://github.com/devlooped/DependencyInjection.Attributed/compare/v1.1.2...v1.1.3) |
| 109 | +[Full Changelog](https://github.com/devlooped/DependencyInjection/compare/v1.1.2...v1.1.3) |
85 | 110 |
|
86 | 111 | :sparkles: Implemented enhancements: |
87 | 112 |
|
88 | | -- Optimize incremental codegen by only registering for implementation source generation [\#24](https://github.com/devlooped/DependencyInjection.Attributed/issues/24) |
| 113 | +- Optimize incremental codegen by only registering for implementation source generation [\#24](https://github.com/devlooped/DependencyInjection/issues/24) |
89 | 114 |
|
90 | | -## [v1.1.2](https://github.com/devlooped/DependencyInjection.Attributed/tree/v1.1.2) (2022-10-03) |
| 115 | +## [v1.1.2](https://github.com/devlooped/DependencyInjection/tree/v1.1.2) (2022-10-03) |
91 | 116 |
|
92 | | -[Full Changelog](https://github.com/devlooped/DependencyInjection.Attributed/compare/v1.1.1...v1.1.2) |
| 117 | +[Full Changelog](https://github.com/devlooped/DependencyInjection/compare/v1.1.1...v1.1.2) |
93 | 118 |
|
94 | | -## [v1.1.1](https://github.com/devlooped/DependencyInjection.Attributed/tree/v1.1.1) (2022-10-03) |
| 119 | +## [v1.1.1](https://github.com/devlooped/DependencyInjection/tree/v1.1.1) (2022-10-03) |
95 | 120 |
|
96 | | -[Full Changelog](https://github.com/devlooped/DependencyInjection.Attributed/compare/v1.1.0...v1.1.1) |
| 121 | +[Full Changelog](https://github.com/devlooped/DependencyInjection/compare/v1.1.0...v1.1.1) |
97 | 122 |
|
98 | 123 | :sparkles: Implemented enhancements: |
99 | 124 |
|
100 | | -- Add support for MEF attributes [\#17](https://github.com/devlooped/DependencyInjection.Attributed/issues/17) |
| 125 | +- Add support for MEF attributes [\#17](https://github.com/devlooped/DependencyInjection/issues/17) |
101 | 126 |
|
102 | | -## [v1.1.0](https://github.com/devlooped/DependencyInjection.Attributed/tree/v1.1.0) (2022-09-28) |
| 127 | +## [v1.1.0](https://github.com/devlooped/DependencyInjection/tree/v1.1.0) (2022-09-28) |
103 | 128 |
|
104 | | -[Full Changelog](https://github.com/devlooped/DependencyInjection.Attributed/compare/v1.0.3...v1.1.0) |
| 129 | +[Full Changelog](https://github.com/devlooped/DependencyInjection/compare/v1.0.3...v1.1.0) |
105 | 130 |
|
106 | 131 | :sparkles: Implemented enhancements: |
107 | 132 |
|
108 | | -- Skip run-time constructor invocation reflection [\#15](https://github.com/devlooped/DependencyInjection.Attributed/issues/15) |
109 | | -- Replace ServiceAttribute.cs inclusion via targets with source generator-based one [\#12](https://github.com/devlooped/DependencyInjection.Attributed/issues/12) |
| 133 | +- Skip run-time constructor invocation reflection [\#15](https://github.com/devlooped/DependencyInjection/issues/15) |
| 134 | +- Replace ServiceAttribute.cs inclusion via targets with source generator-based one [\#12](https://github.com/devlooped/DependencyInjection/issues/12) |
110 | 135 |
|
111 | 136 | :bug: Fixed bugs: |
112 | 137 |
|
113 | | -- Library does not work on MAUI [\#13](https://github.com/devlooped/DependencyInjection.Attributed/issues/13) |
| 138 | +- Library does not work on MAUI [\#13](https://github.com/devlooped/DependencyInjection/issues/13) |
114 | 139 |
|
115 | 140 | :twisted_rightwards_arrows: Merged: |
116 | 141 |
|
117 | | -- Add support for MEF attributes [\#18](https://github.com/devlooped/DependencyInjection.Attributed/pull/18) (@kzu) |
118 | | -- Register implementation factory rather than type [\#16](https://github.com/devlooped/DependencyInjection.Attributed/pull/16) (@kzu) |
119 | | -- Replace ServiceAttribute inclusion via targets with source generator [\#14](https://github.com/devlooped/DependencyInjection.Attributed/pull/14) (@kzu) |
| 142 | +- Add support for MEF attributes [\#18](https://github.com/devlooped/DependencyInjection/pull/18) (@kzu) |
| 143 | +- Register implementation factory rather than type [\#16](https://github.com/devlooped/DependencyInjection/pull/16) (@kzu) |
| 144 | +- Replace ServiceAttribute inclusion via targets with source generator [\#14](https://github.com/devlooped/DependencyInjection/pull/14) (@kzu) |
120 | 145 |
|
121 | | -## [v1.0.3](https://github.com/devlooped/DependencyInjection.Attributed/tree/v1.0.3) (2022-09-27) |
| 146 | +## [v1.0.3](https://github.com/devlooped/DependencyInjection/tree/v1.0.3) (2022-09-27) |
122 | 147 |
|
123 | | -[Full Changelog](https://github.com/devlooped/DependencyInjection.Attributed/compare/v1.0.2...v1.0.3) |
| 148 | +[Full Changelog](https://github.com/devlooped/DependencyInjection/compare/v1.0.2...v1.0.3) |
124 | 149 |
|
125 | 150 | :hammer: Other: |
126 | 151 |
|
127 | | -- Make sure package targets netstandard2.0 [\#10](https://github.com/devlooped/DependencyInjection.Attributed/issues/10) |
| 152 | +- Make sure package targets netstandard2.0 [\#10](https://github.com/devlooped/DependencyInjection/issues/10) |
128 | 153 |
|
129 | | -## [v1.0.2](https://github.com/devlooped/DependencyInjection.Attributed/tree/v1.0.2) (2022-09-27) |
| 154 | +## [v1.0.2](https://github.com/devlooped/DependencyInjection/tree/v1.0.2) (2022-09-27) |
130 | 155 |
|
131 | | -[Full Changelog](https://github.com/devlooped/DependencyInjection.Attributed/compare/v1.0.1...v1.0.2) |
| 156 | +[Full Changelog](https://github.com/devlooped/DependencyInjection/compare/v1.0.1...v1.0.2) |
132 | 157 |
|
133 | 158 | :sparkles: Implemented enhancements: |
134 | 159 |
|
135 | | -- Fix transitive contentFiles support that's missing in nuget [\#8](https://github.com/devlooped/DependencyInjection.Attributed/issues/8) |
| 160 | +- Fix transitive contentFiles support that's missing in nuget [\#8](https://github.com/devlooped/DependencyInjection/issues/8) |
136 | 161 |
|
137 | 162 | :twisted_rightwards_arrows: Merged: |
138 | 163 |
|
139 | | -- Make sure package targets netstandard2.0 [\#11](https://github.com/devlooped/DependencyInjection.Attributed/pull/11) (@kzu) |
| 164 | +- Make sure package targets netstandard2.0 [\#11](https://github.com/devlooped/DependencyInjection/pull/11) (@kzu) |
140 | 165 |
|
141 | | -## [v1.0.1](https://github.com/devlooped/DependencyInjection.Attributed/tree/v1.0.1) (2022-09-27) |
| 166 | +## [v1.0.1](https://github.com/devlooped/DependencyInjection/tree/v1.0.1) (2022-09-27) |
142 | 167 |
|
143 | | -[Full Changelog](https://github.com/devlooped/DependencyInjection.Attributed/compare/v1.0.0...v1.0.1) |
| 168 | +[Full Changelog](https://github.com/devlooped/DependencyInjection/compare/v1.0.0...v1.0.1) |
144 | 169 |
|
145 | 170 | :twisted_rightwards_arrows: Merged: |
146 | 171 |
|
147 | | -- Fix transitive contentFiles support that's missing in nuget [\#9](https://github.com/devlooped/DependencyInjection.Attributed/pull/9) (@kzu) |
| 172 | +- Fix transitive contentFiles support that's missing in nuget [\#9](https://github.com/devlooped/DependencyInjection/pull/9) (@kzu) |
148 | 173 |
|
149 | | -## [v1.0.0](https://github.com/devlooped/DependencyInjection.Attributed/tree/v1.0.0) (2022-09-26) |
| 174 | +## [v1.0.0](https://github.com/devlooped/DependencyInjection/tree/v1.0.0) (2022-09-26) |
150 | 175 |
|
151 | | -[Full Changelog](https://github.com/devlooped/DependencyInjection.Attributed/compare/v0.9.0...v1.0.0) |
| 176 | +[Full Changelog](https://github.com/devlooped/DependencyInjection/compare/v0.9.0...v1.0.0) |
152 | 177 |
|
153 | 178 | :sparkles: Implemented enhancements: |
154 | 179 |
|
155 | | -- Support automatic registration of covariant implemented interfaces [\#6](https://github.com/devlooped/DependencyInjection.Attributed/issues/6) |
| 180 | +- Support automatic registration of covariant implemented interfaces [\#6](https://github.com/devlooped/DependencyInjection/issues/6) |
156 | 181 |
|
157 | 182 | :twisted_rightwards_arrows: Merged: |
158 | 183 |
|
159 | | -- Support automatic registration of covariant implemented interfaces [\#7](https://github.com/devlooped/DependencyInjection.Attributed/pull/7) (@kzu) |
| 184 | +- Support automatic registration of covariant implemented interfaces [\#7](https://github.com/devlooped/DependencyInjection/pull/7) (@kzu) |
160 | 185 |
|
161 | | -## [v0.9.0](https://github.com/devlooped/DependencyInjection.Attributed/tree/v0.9.0) (2022-09-23) |
| 186 | +## [v0.9.0](https://github.com/devlooped/DependencyInjection/tree/v0.9.0) (2022-09-23) |
162 | 187 |
|
163 | | -[Full Changelog](https://github.com/devlooped/DependencyInjection.Attributed/compare/e33ea020586537ad367d7e28fa6503c2f034bf27...v0.9.0) |
| 188 | +[Full Changelog](https://github.com/devlooped/DependencyInjection/compare/e33ea020586537ad367d7e28fa6503c2f034bf27...v0.9.0) |
164 | 189 |
|
165 | 190 |
|
166 | 191 |
|
|
0 commit comments