Skip to content

v1.5.0

Compare
Choose a tag to compare
@jamesmcroft jamesmcroft released this 16 Apr 18:12
· 113 commits to main since this release
0bde84a
  • Added AddIf, AddRangeIf, RemoveIf, RemoveRangeIf conditional collection extensions
  • Added Shuffle collection extension for randomly sorting an enumerable
  • Added ToDaySuffix date extension to provide the st, nd, rd, or th day suffix
  • Added Truncate string extension for shortening a value with an ellipsis suffix (...)
  • Added to/from Base 64 string conversion extensions and value converter
  • Updated EntityBase configuration to support setting up the primary key ID
  • Added IsLike string extension for validating a wildcard LIKE style query against a specified value (e.g. "He*")
  • Added JsonResult and controller extensions to support returning the JSON result and internal server error result
  • Added dependency injection extensions for registering included web services such as the user accessor, and exception handling
  • Updated EF NuGet packages to latest versions, supporting .NET 5 & 6 (dropped support for .NET Core 3.1)
  • Added extensions for easily enabling API versioning via URL or header
  • Migrated out Uno Platform / Windows specific components to MADE-Uno

What's Changed

Full Changelog: v1.4.0...v1.5.0