Skip to content

Releases: ardalis/Result

v10.0.0

11 Sep 18:47
Compare
Choose a tag to compare

What's Changed

  • Add error messages to forbidden and unauthorized by @Ahammdan in #190
  • Fix unhandled ResultStatus.NoContent in MinimalApiResultExtensions.ToMinimalApiResult by @inghamc in #192
  • Bump rexml from 3.2.8 to 3.3.6 in /docs by @dependabot in #202
  • Fix missing new on Result.Error by @tpitlik-dev in #194
  • Add support for HttpStatusCode: Created to the ResultStatus mapping by @wtygibbs in #198
  • Add Result.Created void methods so that return Result type is implicitly handled. by @jdrames in #200
  • Implement Expression method by @KhanbalaRashidov in #201
  • Add support for ToMinimalApiResult in net6

New Contributors

Full Changelog: v9.1.0...v10.0.0

v9.1.0

25 May 17:24
80ffef9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v9.0.1...v9.1.0

v9.0.1

16 May 18:25
Compare
Choose a tag to compare

What's Changed

Full Changelog: v9.0.0...v9.0.1

v9.0.0

15 May 18:17
Compare
Choose a tag to compare

What's Changed

  • Expose ValidationErrors as IEnumerable to Prevent Side Effects by @KyleMcMaster in #169
  • Add Created.Result by @hectorrhg in #177
  • Add Result.NoContent support (HTTP 204) by @dadyarri in #178
  • Fix 179 by @ardalis in #180
  • Update Error usage to utilize ErrorList record with ErrorMessages and CorrelationId by @KyleMcMaster in #173

New Contributors

  • @hectorrhg made their first contribution in #177
  • @dadyarri made their first contribution in #178

Full Changelog: v8.0.0...v9.0.0

v8.0.0

28 Feb 01:25
Compare
Choose a tag to compare

What's Changed

  • closes #161 Auto-Evaluation of the Status property when Errors or ValidationErrors are added to the result. by @Ewerton in #162

New Contributors

Full Changelog: v7.3.0...v8.0.0

v7.3.0

28 Feb 01:03
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.2.0...v7.3.0

v7.2.0

30 Oct 23:08
ca6f4a4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.1.0...v7.2.0

v7.1.0

30 May 19:50
0f54000
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.0.0...v7.1.0

v7.0

24 Feb 03:11
8432b42
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.2.0...v7.0.0

v4.1.0

03 Aug 15:57
5d6b258
Compare
Choose a tag to compare

What's Changed

  • Add the ability to return an error body with the Result.NotFound() extension by @berv63 in #96
  • Proposal: Add map extension to convert result values by @KyleMcMaster in #97
  • Add xml comment to Map extension by @KyleMcMaster in #98

New Contributors

Full Changelog: v4.0.0...v4.1.0