Skip to content

Releases: DevJasperNL/CodeCasa.Libraries

0.6.1

17 Oct 17:18
68c3218

Choose a tag to compare

⬆️ Dependency Updates

  • #29 Bump actions/setup-dotnet from 4 to 5
  • #48 Bump System.Reactive from 6.0.2 to 6.1.0
  • #56 Bump Microsoft.Extensions.DependencyInjection.Abstractions from 9.0.8 to 9.0.10
  • #57 Bump Microsoft.NET.Test.Sdk from 17.14.1 to 18.0.0

0.6.0

26 Sep 09:37
23ed469

Choose a tag to compare

⚡ Enhancements

  • #36 Implemented dispose and using a service scope for node initialization.

0.5.1

26 Sep 09:13
5856389

Choose a tag to compare

🐛 Bug Fixes

  • #35 Using override for RegisterNode instead of new.

0.5.0

12 Sep 13:50
548e3ba

Choose a tag to compare

💥 Breaking changes

  • #34 Implemented specific class to be used for DI.

✨ New features

  • #34 Implemented specific class to be used for DI.

0.4

10 Sep 13:34
cb3c0db

Choose a tag to compare

0.4

💥 Breaking changes

  • #32 Removed PassThrough from IPipelineNode and improved tests.

⚡ Enhancements

  • #32 Removed PassThrough from IPipelineNode and improved tests.

0.3.2

03 Sep 13:01
3a2e716

Choose a tag to compare

✨ New features

  • #24 Added optional logging to Pipeline.

0.3.1

14 Jun 19:19
d007830

Choose a tag to compare

⚡ Enhancements

  • #8 Replacing set-output and adding it to build step to verify it works.

⬆️ Dependency Updates

  • #9 Bump Microsoft.Extensions.DependencyInjection.Abstractions and 2 others

0.3.0

07 Jun 15:19
e23417b

Choose a tag to compare

💥 Breaking changes

  • #6 Replaced IPipelineNode.Enabled with IPipelineNode.PassThrough and implemented ChangeOutputAndTurnOnPassThroughOnNextInput

📖 Documentation

  • #7 Updated publish script and added readme to package.

✨ Other