Skip to content

Releases: MrDave1999/SimpleResults

v3.0.0

17 Mar 14:54
Compare
Choose a tag to compare

What's Changed

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

v2.4.0

02 Mar 16:19
Compare
Choose a tag to compare

What's Changed

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

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

v2.3.2

13 Jan 22:11
Compare
Choose a tag to compare
chore: Bumped version number to 2.3.2

v2.3.1

19 Dec 02:06
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

v2.2.0

06 Nov 16:23
Compare
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)

v2.1.0

27 Oct 15:47
Compare
Choose a tag to compare
  • feat: Add an action filter to translate the Result object to ActionResult. (#30, #31)
  • style: Add new comments to members. (#32)
  • refactor: Use UnsupportedStatus resource to avoid hardcoding in the code. (#33)

v2.0.0

25 Oct 17:02
Compare
Choose a tag to compare
  • refactor: Assign an empty IEnumerable<T> to the Result.Data property. (#28)
  • refactor!: Add default values to Message/Status properties. (#29)