We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 651c688 commit 5e09b28Copy full SHA for 5e09b28
1 file changed
CHANGELOG.md
@@ -1,5 +1,24 @@
1
# Changelog
2
3
+## 0.1.2 (2020-09-20)
4
+### Code
5
+- added: XMLDocumentation for public types
6
+- changed: name of `UnityContainerBuilder` to `UnityContainerPopulator`
7
+ - changed: `UnityContainerPopulator` is no longer static
8
+ - changed: provide AppDomain by wrapper class
9
+- changed: constructor of `TypeRegisterAttribute`
10
+ - added: accepting type implementing `ITypeLifetimeManager`
11
+ - removed: usage of `TypeLifetimeManager` enum
12
+- changed: namespace of several public and internal classes
13
+- changed: improve testing
14
+
15
+### Project
16
+- changed: readme
17
+- changed: changelog
18
19
+### CI / CD
20
+- add changelog and readme to release
21
22
## 0.1.1 (2020-09-20)
23
### Project
24
- changed: readme
0 commit comments