Releases: DevJasperNL/CodeCasa.Libraries
Releases · DevJasperNL/CodeCasa.Libraries
0.6.1
17 Oct 17:18
Compare
Sorry, something went wrong.
No results found
⬆️ 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
Compare
Sorry, something went wrong.
No results found
⚡ Enhancements
#36 Implemented dispose and using a service scope for node initialization.
0.5.1
26 Sep 09:13
Compare
Sorry, something went wrong.
No results found
🐛 Bug Fixes
#35 Using override for RegisterNode instead of new.
0.5.0
12 Sep 13:50
Compare
Sorry, something went wrong.
No results found
💥 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
Compare
Sorry, something went wrong.
No results found
💥 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
Compare
Sorry, something went wrong.
No results found
✨ New features
#24 Added optional logging to Pipeline.
0.3.1
14 Jun 19:19
Compare
Sorry, something went wrong.
No results found
⚡ 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
Compare
Sorry, something went wrong.
No results found
💥 Breaking changes
#6 Replaced IPipelineNode.Enabled
with IPipelineNode.PassThrough
and implemented ChangeOutputAndTurnOnPassThroughOnNextInput
📖 Documentation
#7 Updated publish script and added readme to package.
✨ Other