Releases: grumpydev/TinyIoC
Releases · grumpydev/TinyIoC
1.4.0-rc1
What's Changed
- added netstandard15, removed dotnet54 by @jchannon in #94
- Added support for NETSTANDARD 1.0+ and PCL Profile 151 by @niemyjski in #96
- Added test for IEnumerable dependencies for documentation purposes by @richardhopton in #41
- Add check for incorrect constructor used by @richardhopton in #40
- Fix TinyIoC for use in dotnetstandard builds by @jneedhamspkt in #119
- Added TinyIoCConstructorAttribute with tests by @pcrockett in #115
- BUG: Child container unable to resolve open generic. by @MattMinke in #114
- Fix TinyIoCContainer.ResolveAll(Type resolveType) to include unnamed … by @grayyang in #111
- Fix compilation with PORTABLE symbol. by @rouacke in #104
- Fix typos by @06b in #124
- Fix Resolve for Types with Generic Interfaces by @gillima in #127
- Add dotnet core test app by @gkarabin in #132
- GitHub Actions, Run on latest .NET Core SDK/macOS, new csproj, dotnet project structure by @niemyjski in #135
- Fix protected ctor resolution regression by @gkarabin in #138
- Fix child resolve for types with generic interfaces by @coldacid in #141
- Fix child resolve for types with generic interfaces by @joaomsa in #137
- Provide requested type as factory param by @coldacid in #129
- DelegateFactory can resolve singletones by @EvilBeaver in #143
- Fix Double Publish with PublishAsync by @gillima in #149
- Minor refactoring: Removed unnecessary ternaries by @Hottemax in #145
- Ensure Source Embedding for PackageReference NuGet by @gillima in #150
- Perf improvements by @Yortw in #147
- Optimisation of memory usage. Reduced allocations of objects. by @AlexanderMy in #152
- Fix Resolve Issue with Multiple AutoRegister Calls by @gillima in #155
New Contributors
- @jchannon made their first contribution in #94
- @richardhopton made their first contribution in #41
- @jneedhamspkt made their first contribution in #119
- @pcrockett made their first contribution in #115
- @MattMinke made their first contribution in #114
- @grayyang made their first contribution in #111
- @rouacke made their first contribution in #104
- @06b made their first contribution in #124
- @gillima made their first contribution in #127
- @gkarabin made their first contribution in #132
- @coldacid made their first contribution in #141
- @joaomsa made their first contribution in #137
- @EvilBeaver made their first contribution in #143
- @Hottemax made their first contribution in #145
- @Yortw made their first contribution in #147
- @AlexanderMy made their first contribution in #152
Full Changelog: 1.3.0...1.4.0-rc1