Releases: ImmediatePlatform/Immediate.Apis
Releases · ImmediatePlatform/Immediate.Apis
v1.3.0
What's Changed
- Bump Verify.Xunit from 26.1.5 to 26.2.0 by @dependabot in #79
- Bump Swashbuckle.AspNetCore from 6.6.2 to 6.7.1 by @dependabot in #82
- Bump Microsoft.AspNetCore.OpenApi from 8.0.7 to 8.0.8 by @dependabot in #83
- Bump Microsoft.AspNetCore.Authorization from 8.0.7 to 8.0.8 by @dependabot in #81
- Improve compilation validation by @viceroypenguin in #84
- Bump MinVer from 5.0.0 to 6.0.0 by @dependabot in #91
- Bump Swashbuckle.AspNetCore from 6.7.1 to 6.7.3 by @dependabot in #87
- Bump Verify.SourceGenerators from 2.3.0 to 2.4.0 by @dependabot in #88
- Bump Microsoft.NET.Test.Sdk from 17.10.0 to 17.11.1 by @dependabot in #90
- Bump Verify.Xunit from 26.2.0 to 26.4.4 by @dependabot in #93
- Address new net9 analyzer warnings by @viceroypenguin in #94
- Bump xunit from 2.9.0 to 2.9.2 by @dependabot in #102
- Bump Verify.SourceGenerators from 2.4.0 to 2.5.0 by @dependabot in #101
- Bump Verify.Xunit from 26.4.4 to 26.6.0 by @dependabot in #99
- Bump Immediate.Handlers from 1.5.0 to 1.6.1 by @dependabot in #96
- Bump Basic.Reference.Assemblies.AspNet80 and Microsoft.CodeAnalysis.Common by @dependabot in #98
- Bump Swashbuckle.AspNetCore from 6.7.3 to 6.8.1 by @dependabot in #107
- Bump Immediate.Handlers from 1.6.1 to 1.7.0 by @dependabot in #105
- Bump Microsoft.CodeAnalysis.Analyzers from 3.3.4 to 3.11.0 by @dependabot in #104
- Migrate to TUnit by @viceroypenguin in #108
- Bump Microsoft.AspNetCore.OpenApi from 8.0.8 to 8.0.10 by @dependabot in #103
- Migrate to
xunit.v3.assert
by @viceroypenguin in #109 - Update Nuget packaging by @viceroypenguin in #120
- Update dependencies by @viceroypenguin in #122
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
- Bump xunit from 2.8.0 to 2.9.0 by @dependabot in #64
- Bump Microsoft.AspNetCore.Authorization from 8.0.4 to 8.0.7 by @dependabot in #63
- Bump Swashbuckle.AspNetCore from 6.5.0 to 6.6.2 by @dependabot in #59
- Bump Microsoft.NET.Test.Sdk from 17.9.0 to 17.10.0 by @dependabot in #60
- Bump Microsoft.AspNetCore.OpenApi from 8.0.4 to 8.0.7 by @dependabot in #65
- Update dependencies by @viceroypenguin in #75
- Add support for mapping unknown methods by @viceroypenguin in #74
- Fix
using
s by @viceroypenguin in #73
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- Update Unit Tests to use AspNet.Core properly by @viceroypenguin in #46
- Bump Immediate.Handlers from 1.3.1 to 1.4.0 by @dependabot in #47
- Force
FromFile
whenIFormFile
property present by @viceroypenguin in #51 - Update
setup-dotnet
action by @viceroypenguin in #52 - Bump Verify.Xunit from 24.1.0 to 24.2.0 by @dependabot in #53
- Move Override specification to method parameter by @viceroypenguin in #54
💣 Breaking Changes
EndpointRegistrationOverrideAttribute
was removed- Override specifications are now done by applying
AsParameters
,FromBody
, etc. directly to the first parameter of theHandle(Async)
method of the handler.
Full Changelog: v1.0.1...v1.1.0
v1.0.1
What's Changed
- Package analyzers and codefixes to nuget by @viceroypenguin in #43
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- Bump Verify.Xunit from 23.6.0 to 23.7.1 by @dependabot in #31
- Create FUNDING.yml by @viceroypenguin in #38
- Bump Basic.Reference.Assemblies.Net80 from 1.5.0 to 1.6.0 by @dependabot in #34
- Bump Scriban from 5.9.1 to 5.10.0 by @dependabot in #36
- Bump xunit.runner.visualstudio from 2.5.7 to 2.5.8 by @dependabot in #35
- Bump Immediate.Handlers from 1.3.0 to 1.3.1 by @dependabot in #33
- Bump codecov/codecov-action from 3 to 4 by @viceroypenguin in #40
- Update Dependencies by @viceroypenguin in #41
- Add analyzer and codefix for adding the CustomizeEndpoint method to a… by @dukesteen in #39
- Feature/add transform result refactoring by @dukesteen in #42
Full Changelog: v0.6.0...v1.0.0
v0.6.0
What's Changed
- Add codefix for missing handler attribute by @dukesteen in #23
- Transform result by @viceroypenguin in #28
- Bump Verify.Xunit from 23.5.2 to 23.6.0 by @dependabot in #26
- Endpoint Parameter Registration by @viceroypenguin in #30
New Contributors
- @dukesteen made their first contribution in #23
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- Bump Microsoft.AspNetCore.Authorization and Microsoft.Extensions.DependencyInjection.Abstractions by @dependabot in #18
- Fix bug in [Authorize] implementation by @viceroypenguin in #21
- Bump Immediate.Handlers from 1.1.0 to 1.3.0 by @dependabot in #22
New Contributors
- @dependabot made their first contribution in #18
Full Changelog: v0.4.0...v0.5.0
v0.4.0
v0.3.0
What's Changed
- Lock minimum Target Framework to net8.0 by @viceroypenguin in #5
- Correct Dependencies by @viceroypenguin in #7
- Reorganize Code by @viceroypenguin in #11
- Separate Generated Files by @viceroypenguin in #12
- Configure endpoints by @viceroypenguin in #13
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Add Analyzers by @viceroypenguin in #2
- Refactor generator by @viceroypenguin in #3
Full Changelog: v0.1.0...v0.2.0