Skip to content

Releases: grumpydev/TinyIoC

1.4.0-rc1

27 Jan 13:34
49889cc
Compare
Choose a tag to compare
1.4.0-rc1 Pre-release
Pre-release

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

Full Changelog: 1.3.0...1.4.0-rc1