Skip to content

Releases: DevTeam/Pure.DI

2.0.14

11 Aug 17:23
Compare
Choose a tag to compare

Changes:

  • Additional protection against cyclic dependencies.
  • Increased performance.

2.0.13

11 Aug 08:26
Compare
Choose a tag to compare

Bug fixes:

  • #32 Support for lazy cyclic dependencies

2.0.12

08 Aug 15:25
Compare
Choose a tag to compare

Bug fixes:

  • #31 Visual Studio build is failing with error: "An unhandled error has occurred. Collection was modified".

2.0.11

08 Aug 12:45
Compare
Choose a tag to compare

Changes:

  • Supports the composition root`s arguments.

2.0.10

06 Aug 15:14
Compare
Choose a tag to compare

Changes:

  • Shows an error when cannot resolve a composition root.

2.0.9

05 Aug 10:15
Compare
Choose a tag to compare

Changes:

  • Improved API help
  • Improved readability of generated code
  • Improved rewriting of factories

2.0.8

04 Aug 11:41
Compare
Choose a tag to compare

Changes:

  • Improved code generation performance

Bug fixes:

  • Fixed code generation issue when IEnumerable<T> is injected inside a factory

2.0.7

28 Jul 19:32
Compare
Choose a tag to compare

Bug fixes:

  • Fix code generation issue for legacy frameworks like NET20, NET35, NETSTANDARD1_0

2.0.6

28 Jul 17:22
Compare
Choose a tag to compare

Bug fixes:

  • Fixes breaking changes when using Span<T> when building a map to resolve dependencies using Resolve methods.
  • Micro performance improvements in Resolve methods.

2.0.5

28 Jul 09:46
Compare
Choose a tag to compare

Bug fixes:

  • Fixes a problem when the using directive is not added to the generated code for extension methods when using them in factories