Skip to content

Releases: thomhurst/ModularPipelines

2.0.8

07 Sep 16:26
99d1b73

Choose a tag to compare

  • Fix README Code Samples
  • Improve Test Coverage

2.0.5

06 Sep 21:31
2715fe8

Choose a tag to compare

  • BREAKING: Modules now just need to return T instead of ModuleResult - This should simplify and neaten your modules
  • Breaking: Rename context interface from IModuleContext to IPipelineContext
  • Exclude Options Classes from Code Coverage
  • File ReadAllLines Helper
  • File WriteAllLines Helper
  • Move Slack project to src directory

1.9.38

05 Sep 15:35
9fafd77

Choose a tag to compare

  • Format Console Results Table with Colours

1.9.36

05 Sep 15:07
a227281

Choose a tag to compare

  • Slack WebHook Helper
  • LoggingHttpClient from Context.Http

1.9.31

04 Sep 22:48
b95b658

Choose a tag to compare

  • Added Debug Symbols for NuGet packages

1.9.28

04 Sep 20:52

Choose a tag to compare

  • Secrets detector for ILogger

1.9.24

04 Sep 18:27
5aa991e

Choose a tag to compare

  • Added a Checksum helper class to the Context object

1.9.22

03 Sep 13:47

Choose a tag to compare

  • Refresh File state whenever calling an action

1.9.17

03 Sep 13:18
3e5179e

Choose a tag to compare

  • Added some new methods to the Folder class to List files and subfolders

1.9.15

03 Sep 10:06
408376b

Choose a tag to compare

  • README and License added to NuGet packages
  • Fix issue with the pipeline terminating even if IgnoreFailure was true on a module
  • Added an IgnoredFailure status type for modules