Releases: Testably/aweXpect.Web
Releases · Testably/aweXpect.Web
v1.7.0
What's Changed
- chore: Bump NUnit from 4.3.2 to 4.5.1 by @dependabot[bot] in #111
- chore: Bump Microsoft.NET.Test.Sdk from 17.13.0 to 18.5.1 by @dependabot[bot] in #110
- chore: Bump softprops/action-gh-release from 2 to 3 by @dependabot[bot] in #107
- chore: Bump apexskier/github-release-commenter from 1.3.6 to 1.4.1 by @dependabot[bot] in #106
- chore: Bump actions/upload-artifact from 4 to 7 by @dependabot[bot] in #105
- chore: Bump actions/download-artifact from 5 to 8 by @dependabot[bot] in #104
- chore: Bump actions/checkout from 5 to 6 by @dependabot[bot] in #103
- chore: Bump the xunit group with 1 update by @dependabot[bot] in #94
- docs: notify Testably.Site when documentation changes by @vbreuss in #112
- chore: Bump BenchmarkDotNet from 0.14.0 to 0.15.8 by @dependabot[bot] in #108
- chore: Bump Microsoft.AspNetCore.Mvc.Testing from 8.0.15 to 8.0.26 by @dependabot[bot] in #109
- chore: remove trigger for pages update in aweXpect Repo by @vbreuss in #113
- chore: finalize move to Testably organization by @vbreuss in #114
- chore: Bump coverlet.collector from 6.0.4 to 10.0.0 by @dependabot[bot] in #117
- chore: Bump NUnit.Analyzers from 4.7.0 to 4.13.0 by @dependabot[bot] in #119
- chore: Bump NUnit from 4.5.1 to 4.6.0 by @dependabot[bot] in #118
- chore: Bump peter-evans/repository-dispatch from 3 to 4 by @dependabot[bot] in #115
- chore: Bump NUnit3TestAdapter from 5.0.0 to 6.2.0 by @dependabot[bot] in #120
- feat: add support for .NET 10 by @vbreuss in #121
- chore: Bump aweXpect and aweXpect.Core by @dependabot[bot] in #116
- chore: Bump aweXpect.Core to 2.29.0 by @vbreuss in #122
Full Changelog: v1.6.0...v1.7.0
v1.6.0
v1.4.0
What's Changed
- chore: Bump the xunit group with 1 update by @dependabot[bot] in #78
- chore: Bump the awexpect group with 2 updates by @dependabot[bot] in #77
- fix: use dotnet nuget to push packages by @vbreuss in #80
- chore: Bump actions/download-artifact from 4 to 5 by @dependabot[bot] in #79
- docs: avoid duplicate documentation by @vbreuss in #81
- chore: Bump actions/checkout from 4 to 5 by @dependabot[bot] in #84
- chore: Bump the xunit group with 1 update by @dependabot[bot] in #83
- chore: Bump the awexpect group with 2 updates by @dependabot[bot] in #82
- chore: Bump the awexpect group with 1 update by @dependabot[bot] in #85
- chore: Bump actions/setup-dotnet from 4 to 5 by @dependabot[bot] in #86
- chore: bump the aweXpect group by @vbreuss in #88
Full Changelog: v1.3.0...v1.4.0
v1.3.0
What's Changed
- fix: set prefix for dependabot PRs by @vbreuss in #69
- chore: Bump xunit.runner.visualstudio from 3.0.2 to 3.1.1 by @dependabot in #73
- chore: Bump aweXpect and aweXpect.Core by @dependabot in #74
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
- build(deps): Bump the awexpect group with 3 updates by @dependabot in #61
- build(deps): Bump NUnit.Analyzers from 4.6.0 to 4.7.0 by @dependabot in #60
- build(deps): Bump the awexpect group with 2 updates by @dependabot in #63
- build(deps): Bump Microsoft.AspNetCore.Mvc.Testing from 8.0.14 to 8.0.15 by @dependabot in #62
- build(deps): Bump the awexpect group with 2 updates by @dependabot in #64
- build(deps): Bump PublicApiGenerator from 11.4.5 to 11.4.6 by @dependabot in #66
- build(deps): Bump the awexpect group with 3 updates by @dependabot in #65
- chore: update aweXpect.Core to v2.8.0 by @vbreuss in #67
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- build(deps): Bump the awexpect group with 2 updates by @dependabot in #58
- chore: update aweXpect to v2.1.0 by @vbreuss in #59
Full Changelog: v1.0.0...v1.1.0
v1.0.0
What's Changed
- chore: update aweXpect.Core to v2.0.0-pre.1 by @vbreuss in #50
- chore: support pull requests from forks by @vbreuss in #51
- build(deps): Bump PublicApiGenerator from 11.4.2 to 11.4.5 by @dependabot in #49
- fix: typo in build pipeline by @vbreuss in #52
- feat: add negated expectations by @vbreuss in #53
- chore: update aweXpect.Core to v2.0.0-pre.3 by @vbreuss in #54
- build(deps): Bump Microsoft.AspNetCore.Mvc.Testing from 8.0.13 to 8.0.14 by @dependabot in #55
- chore: update aweXpect.Core to v2.0.0-pre.5 by @vbreuss in #56
- chore: update aweXpect to V2.0.0 by @vbreuss in #57
Full Changelog: v0.6.0...v1.0.0
v0.6.0
What's Changed
- feat: add
HasRequestMessageexpectations by @vbreuss in #39 - feat: add
HasMethodandHasRequestUriby @vbreuss in #40 - docs: fix link for code coverage badge by @vbreuss in #41
- fix: allow trailing commas in ProblemDetails by @vbreuss in #42
- coverage: add internal tests for
HttpFormatterby @vbreuss in #43 - coverage: add missing test cases by @vbreuss in #44
- coverage: increase code coverage by @vbreuss in #45
- coverage: add download file test by @vbreuss in #46
- chore: update aweXpect to v1.6.0 by @vbreuss in #47
- feat!: rename
HasProblemDetailstoHasProblemDetailsContentby @vbreuss in #48
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- build(deps): Bump aweXpect.Json from 0.3.0 to 0.4.0 in the awexpect group by @dependabot in #33
- build(deps): Bump NUnit3TestAdapter from 4.6.0 to 5.0.0 by @dependabot in #34
- feat: add support for
ProblemDetailsby @vbreuss in #35 - feat: add
DoesNotHaveHeaderby @vbreuss in #36 - feat: add expectations for
HttpRequestMessageby @vbreuss in #37 - chore: update aweXpect to v1.5.0 by @vbreuss in #38
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- fix: include content headers by @vbreuss in #24
- feat: add
HasHeaderexpectations by @vbreuss in #25 - chore: update aweXpect.Core to v1.0.1 by @vbreuss in #26
- feat: add
HasContentwith expectations by @vbreuss in #27 - feat: add support for pre-release nuget packages by @vbreuss in #28
Full Changelog: v0.3.0...v0.4.0