Skip to content

Releases: DevD4v3/SimpleResults

v4.0.0

18 Apr 19:47
8af6c1f

Choose a tag to compare

What's Changed

  • fix: lock FluentAssertions version to 7.x to prevent unintended upgrade by @DevD4v3 in #71
  • Remove implicit conversion from Result class by @StuartFergusonVme in #72

New Contributors

Full Changelog: v3.0.1...v4.0.0

v3.0.1

30 Nov 15:31

Choose a tag to compare

What's Changed

  • fix: update System.Text.Json version to fix denial of service vulnerability by @DevD4v3 in #70

Full Changelog: v3.0.0...v3.0.1

v3.0.0

17 Mar 14:54

Choose a tag to compare

What's Changed

  • fix!: Incorrect status is obtained when deserializing the result object by @DevD4v3 in #65, #67
  • docs: Add sample project about native AOT by @DevD4v3 in #66, #68

Full Changelog: v2.4.0...v3.0.0

v2.4.0

02 Mar 16:19

Choose a tag to compare

What's Changed

  • feat: Add result operations to represent the file contents by @DevD4v3 in #59, #61

Full Changelog: v2.3.2...v2.4.0

v2.3.2

13 Jan 22:11

Choose a tag to compare

chore: Bumped version number to 2.3.2

v2.3.1

19 Dec 02:06

Choose a tag to compare

  • improve: Change error message format when validation fails from Fluent Validation. (#52, #53)
  • feat: Add extension methods to the ModelStateDictionary type. (#55, #56)
    • See the API documentation here.
    • See the conceptual documentation here.

v2.3.0

10 Dec 23:58

Choose a tag to compare

  • feat: Translate from Result object to an implementation of Microsoft.AspNetCore.Http.IResult. (#43, #44)
  • feat: Add implicit conversion from value to Result<T>. (#45, #47)
  • feat: Add implicit conversion from Result<T> to value. (#46, #48)
  • feat: Add an endpoint filter to translate the Result object to Microsoft.AspNetCore.Http.IResult. (#49, #50)

v2.2.2

20 Nov 21:00

Choose a tag to compare

  • docs: Indicate which properties of the Result object do not return null or vice versa. (#39, #40)
  • chore: Add .NET 8 support for the SimpleResults.AspNetCore project. (#37, #41)
  • feat: Add extension methods for the Fluent Validation library. (#38, #42)
  • refactor: Add a default value to the Id property of CreatedGuid type. (01d0857)
  • docs: Indicate the default value of the ResultBase.Status property. (421643c)

v2.2.1

12 Nov 16:37

Choose a tag to compare

v2.2.0

06 Nov 16:23

Choose a tag to compare

  • feat: Add methods to execute explicit conversions with Result type. (#34, #35)
  • docs: Create API Documentation with DocFX. (#2, #36)