You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-76
Original file line number
Diff line number
Diff line change
@@ -17,79 +17,3 @@ The Unity Container (Unity) is a lightweight, extensible dependency injection co
17
17
* Registration by convention
18
18
19
19
20
-
# New Features
21
-
[**Suggest**](https://feathub.com/unitycontainer/unity/features/new) new features or vote for the proposals you like, [**ADD**](https://feathub.com/unitycontainer/unity/features/new) your comments:
Version 4.x is dead. Loss of original signing certificate made it impossible to release anything compatible with v4.0.1 release. To give original developers a credit only about 60 issues were found during two years in production. To move on and enable further development version v5 has been created.
Version 5.x is created as replacement for v4.0.1. Assemblies and namespaces are renamed and refactored but otherwise it is compatible with the original. v5.0.0 release fixes most of the issues found in v4.0.1 and implements several optimizations but the accent was on compatibility and if optimization would break API it was ommited. Once stabilized, this version will enter LTS status and will be patched and fixed for the next few years. There will be no significant development in this line.
60
-
61
-
### v6.x
62
-
63
-
This is where all new development will be done.
64
-
The compatibilty would not be a driving factor so better performance and functionality could be acheived.
65
-
66
-
67
-
68
-
## Release schedule and Long Time Support (LTS) <sup>1</sup>
69
-
70
-
| Release | LTS Status | Active LTS Start | Maintenance Start | Maintenance End |
71
-
| :--: | :---: | :---: | :---: | :---: |
72
-
| v3.x | No LTS | - | - | 2012 |
73
-
| v4.x |**End-of-Life**| - | - | 2015 |
74
-
| v5.x |**Active**| 2017-10-18 | October 2017 | December 2019 |
75
-
|[6.x]|**Pending**| 2018-01-01 | January 2018 ||
76
-
77
-
* <sup>1</sup>: All scheduled dates are subject to change.
78
-
79
-
80
-
81
-
82
-
## Documentation
83
-
84
-
The documentation is a work in progress project. Some info is available [here](https://unitycontainer.github.io) but more is coming...
85
-
86
-
87
-
## Issues and Contributions
88
-
89
-
- If something is broken and you know how to fix it, send a pull request.
90
-
- If you have no idea what is wrong, create an issue
91
-
92
-
### Any feedback and contributions are welcome
93
-
94
-
If you have something you'd like to improve do not hesitate to send a Pull Request
0 commit comments