Skip to content

Releases: Yellow-Dog-Man/SharpPipe

Helper hotfix - 1.2.1

12 Sep 03:27
Compare
Choose a tag to compare
  • Quick change to ensure that 'FromOther' returns the filter that was modified in case the filter is implemented as a value type
  • Change 'FromOther' to be a generic T of IZitaFilter for better type clarity

Parameters and example updates - 1.2.0

11 Sep 23:18
Compare
Choose a tag to compare

This release includes the addition of the ZitaParameters struct, which also implements the IZitaFilter interface. This can be used to easily pass parameters to/from existing objects that implement them. The example program has also been updated to showcase how to use it and now also references the SharpPipe project directly.

  • Add ZitaParameters struct for easily passing parameters around
  • Update example to use direct project reference instead of nuget package

Property hotfix - 1.1.1

11 Sep 05:38
Compare
Choose a tag to compare
  • Fix zita filter having mistakenly read-only properties. They are now read/write

Zita interface - 1.1.0

11 Sep 05:25
Compare
Choose a tag to compare
  • Added IZitaFilter interface

Initial Release - 1.0.0

10 Sep 06:07
Compare
Choose a tag to compare

Initial release of SharpPipe.

Enjoy!