Skip to content

Releases: mykolav/unitycontainer-param-autofactory

Make sure we're compatible with Unity >= 5.11.10

24 Jan 03:56
Compare
Choose a tag to compare

Update the versions of Unity packages referenced by ParameterizedAutoFactory.Unity5.Tests to 5.11.10, to ensure compatibility of the extension with the latest Unity version.

Make sure we're compatible with Unity >= 5.11.1

25 Aug 15:19
Compare
Choose a tag to compare

ConstructorProcessor changed between Unity 5.9.0 and Unity 5.11.1
Make sure we're compatible with Unity >= 5.11.1

Make ParameterizedAutoFactory.Unity5 compatible with Unity.Abstractions >= 4.0.0

25 Aug 02:31
Compare
Choose a tag to compare

Update ParameterizedAutoFactory.Unity5's dependencies to Unity 5.9.0 (Unity.Container 5.9.0 and Unity.Abstractions 4.0.0). And fix the resulting breaking changes. See this issue for details.

Made it possible to override the extension in child containers.

16 Jan 12:31
Compare
Choose a tag to compare
v0.0.8

Made it possible to override the extension in child containers

Covered scenarios where the autofactory's result type is an interface.

15 Nov 13:22
Compare
Choose a tag to compare
v0.0.7

Updated the nuspecs.

Types which are not part of the public API made internal.

08 Jun 01:27
Compare
Choose a tag to compare
v0.0.5

Types which are not part of the public API made internal.

If we are not going to handle a type, get out of the way asap.

02 Jun 13:32
Compare
Choose a tag to compare
Update README.md

Updated packages' version and release notes.

Trying to minimize time spent on deciding whether the extension should handle a particular type

02 Jun 11:24
Compare
Choose a tag to compare
Trying to  minimize time spent on deciding whether the extension shou…

…ld handle a particular type.

Use UnityContainerExtensions.IsRegistered

30 May 22:24
Compare
Choose a tag to compare

Use built-in, optimized UnityContainerExtensions.IsRegistered instead of Enumerable.Any to check whether a type has been registered.

Supports Unity 4.0.1 and 5.x

30 May 21:00
Compare
Choose a tag to compare
Pre-release
Got rid of copy/pasted files in Unity4/Unity5 projects. Instead added…

… common files as references.