Skip to content

Releases: lsolano/triplex

4.0.0-preview

04 Jun 22:19
4dfc5f0

Choose a tag to compare

4.0.0-preview Pre-release
Pre-release

Breaking Changes

  • Obsolete members removed
  • Out-of-range Checks signature now do not allow null on other, min, and max parameters

Features

  • Introduce implicit null check for NotNullEmptyOrWhiteSpaceOnly (now NotEmptyOrWhiteSpaceOnly) and NotNullOrEmpty (now NotEmpty).
  • T CompliesWith(T?, Func<T, bool>, string, string)
  • T DoesNotComplyWith(T?, Func<T, bool>, string, string)
  • Add System.Diagnostics.CodeAnalysis.NotNull attribute to suitable parameters and method's return.
  • Remove small quality gate status badge and leave only the big one (#16)

Improvements

3.0.5-alpha Fix nuget push

11 Nov 16:40

Choose a tag to compare

Pre-release

3.0.5-alpha Fix nuget push

3.0.4-alpha Fix publish action

11 Nov 16:15

Choose a tag to compare

Pre-release

3.0.4-alpha Fix publish action

3.0.3-alpha Fix publish (nuget push)

11 Nov 15:48

Choose a tag to compare

Pre-release

3.0.3-alpha Fix publish (nuget push)

3.0.2-alpha Fixing publish action

11 Nov 15:04

Choose a tag to compare

Pre-release

3.0.2-alpha Fixing publish action

3.0.1-alpha Adding publish cabability for 3.x releases

11 Nov 14:42

Choose a tag to compare

3.0.1-alpha Adding publish cabability for 3.x releases

3.0.0-alpha Move to .net 6, add Sonarqube analysis and increase test coverage to 100%

11 Nov 13:52

Choose a tag to compare

This release has to main focus points:

  1. Increase test coverage to 100% so we can accept, more confidently, code from collaborators.
  2. Add Sonarqube analysis to asses and maintain source quality.

As a coincidence, wen I was finishing this version .net 6 was released, so I added the migration of projects and some sources.

Release 2.0.0

07 Jun 13:34
d8669a9

Choose a tag to compare

See package release notes.

Add custom precondition check to Arguments as CompliesWith(bool, string, string)

04 Jun 19:57
2eb34b0

Choose a tag to compare

Add custom precondition check to Arguments as CompliesWith(bool, string, string) method.