Skip to content

Releases: daht-x/sagitta

v2.4.0

08 Dec 01:54
269b610
Compare
Choose a tag to compare

What's Changed

  • test: replace TSuccess from string to Constellation by @daht-x in #114
  • feature: add implicit operator by @daht-x in #115
  • documentation: replace redirect to package with the specific downloads page by @daht-x in #116

Full Changelog: v2.3.0...v2.4.0

v2.3.0

06 Dec 02:29
0752888
Compare
Choose a tag to compare

What's Changed

  • feature: add fourth overload of the Ensure method by @daht-x in #113

Full Changelog: v2.2.0...v2.3.0

v2.2.0

06 Dec 01:51
9a30378
Compare
Choose a tag to compare

What's Changed

  • feature: add third overload of the Ensure method by @daht-x in #112

Full Changelog: v2.1.0...v2.2.0

v2.1.0

06 Dec 00:43
b11c7ca
Compare
Choose a tag to compare

What's Changed

  • feature: add second overload of the Ensure method by @daht-x in #111

Full Changelog: v2.0.0...v2.1.0

v2.0.0

05 Dec 12:20
f2fa030
Compare
Choose a tag to compare

What's Changed

  • feature: reverse from Result<TFailure, TSuccess> to Result<TSuccess, TFailure> by @daht-x in #110
  • dependency: upgrade actions/setup-dotnet from 3.2.0 to 4.0.0 by @dependabot in #109

Full Changelog: v1.2.0...v2.0.0

v1.2.0

05 Dec 01:44
77f3ba9
Compare
Choose a tag to compare

What's Changed

  • dependency: update tj-actions/changed-files from 40.2.0 to 40.2.1 by @dependabot in #104
  • dependency: update lint-staged from 15.1.0 to 15.2.0 by @dependabot in #105
  • dependency: update SonarAnalyzer.CSharp from 9.12.0.78982 to 9.14.0.81108 by @daht-x in #106
  • workflow: add push event for main branch by @daht-x in #107
  • feature: add Ensure method by @daht-x in #108

Full Changelog: v1.1.0...v1.2.0

v1.1.0

04 Dec 02:35
57755ee
Compare
Choose a tag to compare

What's Changed

  • workflow: reduce coverage generation to the main branch by @daht-x in #99
  • documentation: add logo for each badge by @daht-x in #100
  • documentation: add Daht.Sagitta.Core badge by @daht-x in #101
  • documentation: add Downloads badge by @daht-x in #102
  • feature: add Catch method by @daht-x in #103

Full Changelog: v1.0.0...v1.1.0

v1.0.0

03 Dec 01:43
7964545
Compare
Choose a tag to compare

What's Changed

  • dependency: update styfle/cancel-workflow-action from 0.11.0 to 0.12.0 by @dependabot in #1
  • dependency: update eslint from 8.50.0 to 8.51.0 by @dependabot in #2
  • dependency: update @eslint/js from 8.50.0 to 8.51.0 by @dependabot in #3
  • dependency: update github/codeql-action from 2.22.1 to 2.22.2 by @dependabot in #4
  • dependency: update SonarAnalyzer.CSharp from 9.11.0.78383 to 9.12.0.78982 by @dependabot in #5
  • dependency: update github/codeql-action from 2.22.2 to 2.22.3 by @dependabot in #6
  • dependency: upgrade lint-staged from 14.0.1 to 15.0.1 by @dependabot in #7
  • dependency: update @commitlint/cli from 17.7.2 to 17.8.0 by @dependabot in #8
  • dependency: update xunit from 2.5.1 to 2.5.3 by @dependabot in #9
  • dependency: update xunit.runner.visualstudio from 2.5.1 to 2.5.3 by @dependabot in #10
  • dependency: update actions/checkout from 4.1.0 to 4.1.1 by @dependabot in #11
  • dependency: update lint-staged from 15.0.1 to 15.0.2 by @dependabot in #12
  • dependency: update github/codeql-action from 2.22.3 to 2.22.4 by @dependabot in #13
  • dependency: upgrade @commitlint/cli from 17.8.0 to 18.0.0 by @dependabot in #14
  • dependency: update eslint from 8.51.0 to 8.52.0 by @dependabot in #15
  • dependency: update @eslint/js from 8.51.0 to 8.52.0 by @dependabot in #16
  • dependency: update eslint-plugin-import from 2.28.1 to 2.29.0 by @dependabot in #17
  • dependency: update @commitlint/cli from 18.0.0 to 18.1.0 by @dependabot in #18
  • documentation: add pull request template rules by @daht-x in #19
  • dependency: update @commitlint/cli from 18.1.0 to 18.2.0 by @dependabot in #20
  • workflow: simplify the description of the steps by @daht-x in #21
  • build: upgrade Node.js from 18.18.2 to 20.9.0 by @daht-x in #22
  • build: update .NET SDK from 7.0.402 to 7.0.403 by @daht-x in #23
  • chore: add bug enumeration by @daht-x in #24
  • workflow: remove push event by @daht-x in #25
  • workflow: remove main branch detection by @daht-x in #26
  • workflow: remove redundancy through environment variables by @daht-x in #27
  • chore: remove scope: root label by @daht-x in #28
  • chore: remove all reviewers by @daht-x in #29
  • dependency: update github/codeql-action from 2.22.4 to 2.22.5 by @dependabot in #30
  • chore: rename file from codeql.yaml to javascript-codeql.yaml by @daht-x in #31
  • documentation: fix JavaScript CodeQL badge link by @daht-x in #32
  • workflow: remove strategy section by @daht-x in #33
  • style: replace double quotes with single quotes by @daht-x in #34
  • chore: add --relative option by @daht-x in #35
  • chore: remove explicit conversion of C# relative paths by @daht-x in #36
  • documentation: add package icon by @daht-x in #37
  • build: remove IsContinuousIntegrationEnvironment property by @daht-x in #38
  • build: remove IsDotPropsOrDotCsproj property by @daht-x in #39
  • build: remove IsDotProps and IsDotCsproj properties by @daht-x in #40
  • dependency: update xunit from 2.5.3 to 2.6.0 by @dependabot in #41
  • dependency: update xunit from 2.6.0 to 2.6.1 by @dependabot in #42
  • dependency: update @eslint/js from 8.52.0 to 8.53.0 by @dependabot in #43
  • dependency: update eslint from 8.52.0 to 8.53.0 by @dependabot in #44
  • dependency: update Microsoft.NET.Test.Sdk from 17.7.2 to 17.8.0 by @dependabot in #45
  • dependency: update @commitlint/cli from 18.2.0 to 18.4.0 by @dependabot in #46
  • dependency: update lint-staged from 15.0.2 to 15.1.0 by @dependabot in #47
  • dependency: update @commitlint/cli from 18.4.0 to 18.4.1 by @dependabot in #48
  • dependency: update github/codeql-action from 2.22.5 to 2.22.6 by @dependabot in #49
  • chore: simplify --relative option by @daht-x in #50
  • build: upgrade .NET SDK from 7.0.403 to 8.0.100 by @daht-x in #51
  • build: upgrade TargetFramework from net7.0 to net8.0 by @daht-x in #52
  • chore: fix severity of the rules by @daht-x in #54
  • dependency: upgrade Microsoft.SourceLink.GitHub from 1.1.1 to 8.0.0 by @dependabot in #53
  • chore: add dotnet_style_prefer_collection_expression rule by @daht-x in #55
  • chore: migrate markdown-link-check package to lychee tool by @daht-x in #56
  • workflow: migrate avto-dev/markdown-lint action to DavidAnson/markdownlint-cli2-action by @daht-x in #57
  • workflow: migrate gaurav-nelson/github-action-markdown-link-check action to lycheeverse/lychee-action by @daht-x in #58
  • dependency: update github/codeql-action from 2.22.6 to 2.22.7 by @dependabot in #59
  • dependency: update @commitlint/cli from 18.4.1 to 18.4.2 by @dependabot in #60
  • workflow: fix event that triggers the issues creation by @daht-x in #61
  • workflow: remove redundant step by @daht-x in #62
  • dependency: update @eslint/js from 8.53.0 to 8.54.0 by @dependabot in #63
  • dependency: update eslint from 8.53.0 to 8.54.0 by @dependabot in #64
  • dependency: replace coverlet.collector with coverlet.msbuild by @daht-x in #65
  • build: add UseArtifactsOutput property by @daht-x in #66
  • dependency: mark SonarAnalyzer.CSharp as exclusive for csproj files by @daht-x in #67
  • dependency: update xunit.runner.visualstudio from 2.5.3 to 2.5.4 by @dependabot in #68
  • dependency: update xunit from 2.6.1 to 2.6.2 by @dependabot in #69
  • dependency: update @commitlint/cli from 18.4.2 to 18.4.3 by @dependabot in #70
  • build: add NuGet configuration by @daht-x in #71
  • dependency: update github/codeql-action from 2.22.7 to 2.22.8 by @dependabot in #72
  • build: fix GitHub source name by @daht-x in #73
  • build: update Node.js from 20.9.0 to 20.10.0 by @daht-x in #74
  • build: remove GitHub support by @daht-x in #75
  • dependency: upgrade DavidAnson/markdownlint-cli2-action from 13.0.0 to 14.0.0 by @dependabot in #76
  • build: add naming convention for all assemblies by @daht-x in #77
  • workflow: simplify step description by @daht-x in #78
  • documentation: update image as raw content by @daht-x in #79
  • dependency: update tj-actions/changed-files from 40.1.1 to 40.2.0 by @dependabot in #80
  • workflow: add library manager by @daht-x in #81
  • documentation: add Library workflow badge by @daht-x in #82
  • style: add whitespace after the Shebang declaration by @daht-x in #83
  • workflow: enable cancel-in-progress for redundant runs by @daht-x in #84
  • feature: add Succeed method by @daht-x in...
Read more