Skip to content

Releases: Ceilidh-Team/Cobble

v1.2.2

12 Oct 01:07
380ab15
Compare
Choose a tag to compare

What's New in this Release

  • Fixed a bug with the shutdown routines which would cause a CobbleContext to dispose itself
  • Fixed a bug with constructor detection which would cause classes with a private constructor to be rejected even though they shouldn't be

v1.2.1

10 Oct 21:48
7fca12f
Compare
Choose a tag to compare

What's New in this Release

  • Fixed a bug where types with a static field initializer or other static constructor caused CobbleContext.AddManaged to fail because the class technically had more than one constructor

v1.2.0

10 Oct 21:06
929a87f
Compare
Choose a tag to compare

What's New in this Release

  • CobbleContext now supports IDisposable, automatically disposing every instance in the graph that implements IDisposable
  • Library now targets .NET Standard 1.3 instead of 2.0, improving compatibility

v1.1.1

08 Sep 19:01
266df53
Compare
Choose a tag to compare

What's New in this Release

  • Improved the algorithm backing CobbleContext.ExecuteAsync to enable dependency sub-graphs to be resolved in parallel. This can dramatically improve performance for large dependency graphs with long construction times.

v1.1.0

04 Sep 23:00
7bc3cea
Compare
Choose a tag to compare

What's New in this Release

  • Addition of CobbleContext.ExecuteAsync, which will execute unit construction steps in parallel where possible

v1.0.0

30 Aug 17:56
b60538e
Compare
Choose a tag to compare

What's New in this Release

  • Initial release of Cobble