Releases: ImmediatePlatform/Immediate.Apis
Releases · ImmediatePlatform/Immediate.Apis
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