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