Skip to content

Releases: desjoerd/OptionalValues

v0.10.1

Choose a tag to compare

@github-actions github-actions released this 27 May 21:50
41e4686

🚀 Release v0.10.1

✨ Features & Improvements

  • ✨ Add verified MVC validation support for OptionalValue<T> with the package OptionalValues.Mvc (#33)

v0.9.1

Choose a tag to compare

@github-actions github-actions released this 15 Dec 13:04
b69b06b

🚀 Release v0.9.1

✨ Features & Improvements

  • ✨ Add and verify .NET 10 minimal API validation support with DataAnnotations (#29)

📝 Documentation

  • 📝 Set package description and tags for OptionalValues.OpenApi (#27)

v0.8.5

Choose a tag to compare

@github-actions github-actions released this 02 Dec 07:58
ad5acbc

🚀 Release v0.8.5

✨ Features & Improvements

  • ✨ Support ASP.NET Core OpenAPI (#22)

📝 Documentation

  • 📝 Document dictionary extension methods in README (#23)
  • 📝 Add ASP.NET Core OpenAPI documentation to README (#24)

🔄 Other Changes

  • 🔖 Update version to 0.8 (#26)
  • ✅ Add tests verifying support of Swashbuckle V10 (#25)
  • ⬆️ Upgrade build dependencies
  • 🚨 Improve nullable reference type annotations on OptionalValue GetSpecifiedValueOrDefault() (#20)
  • ✅ Add tests around records the required keyword (#19)

v0.7.2

Choose a tag to compare

@github-actions github-actions released this 03 Sep 11:46
5c87c6b

🚀 Release v0.7.2

🔄 Other Changes

  • 🚨 FluentValidation: Fix incorrect nullability annotation (nullable reference types) (#18)

v0.7.1

Choose a tag to compare

@github-actions github-actions released this 25 Aug 20:14
c101898

🚀 Release v0.7.1

✨ Features & Improvements

  • ✨ Add SpecifiedAttribute and RequiredValueAttribute to OptionalValues.DataAnnotations. (#17)

🛠 Maintenance

  • 🔧 Set csharp langversion to latest
  • 🔧 Migrate to slnx

🔄 Other Changes

  • ✅ Add tests around custom json converters
  • 🚨 Add a few AOT Annotations

v0.6.14

Choose a tag to compare

@github-actions github-actions released this 26 Jul 22:30

🚀 Release v0.6.14

✨ Features & Improvements

  • ♻️ Small refactor to reduce checks and reflection.

🐛 Bug Fixes

  • 🐛 NSwag: Fix instances where x-nullable was generated

🛠 Maintenance

  • 🔧 Update nuget push url to nuget.org

🔄 Other Changes

  • 👷 Remove nuget push snupkg's as it's not needed
  • 💚 Fix download of nuget packages from the release dusing nuget push workflow
  • 👷 Add initial nuget push pipeline which runs after publishing a release
  • 👷 Improve the tag-draft-release workflow for drafting releases
  • 💚 Try fix the draft release workflow
  • 👷 Add an initial tag draft release workflow
  • ⬆️ Upgrade build time dependencies
  • 🧑‍💻 Add sourcelink and nuget props to Directory.Build.props

v0.6.3

Choose a tag to compare

@desjoerd desjoerd released this 26 Jul 22:10
⬆️ Update the .NET SDK to 9.0.204