Skip to content

Releases: thomhurst/ModularPipelines

2.14.9

06 Nov 16:06
e9b0f9a

Choose a tag to compare

  • npm ConfigSetRegistry method

2.14.7

06 Nov 13:30
8e823f8

Choose a tag to compare

  • Confirm choco commands by default so user input isn't required

2.14.1

06 Nov 00:14
3902e76

Choose a tag to compare

  • Chocolatey CLI helpers
  • Not in parallel attribute for running modules without parallelisation
  • Better display of errored modules in the console output

2.13.63

29 Oct 11:29

Choose a tag to compare

  • Fix issue with Submodules with a return type executing twice

2.13.47

20 Oct 18:20
62cda3f

Choose a tag to compare

  • Print DotNet Test results if successful

2.13.8

13 Oct 10:34
7c27230

Choose a tag to compare

  • Pretty Print Command Durations

2.13.5

13 Oct 09:45

Choose a tag to compare

  • Yarn CLI helpers
  • Breaking: Refactored KeyValueVariables into an IEnumerable<KeyValue>
  • Better npm Models
  • Breaking: HttpLoggingType enum has changed from RequestOnly, RequestAndResponse, ResponseOnly, to a combination enum via Bitwise flags. The logging type can now be built in a more fluid and customisable way. E.g. HttpLoggingType.Request | HttpLoggingType.Response | HttpLoggingType.StatusCode | HttpLoggingType.Duration
  • Tidied up command logging and added ExitCode and Duration options

2.12.15

10 Oct 20:50
1a3809d

Choose a tag to compare

  • Extension method to turn a boolean into a skip reason

2.12.11

10 Oct 18:34
ec959fb

Choose a tag to compare

  • Refactored Module Handlers for cleaner code
  • Full npm options classes

2.12.5

06 Oct 19:17
68c99d8

Choose a tag to compare

  • Sub-Module exceptions detailing which sub-module failed