Skip to content

v2.6.0

Compare
Choose a tag to compare
@ricardoeduardo ricardoeduardo released this 30 Apr 15:01
· 1432 commits to master since this release

Added

  • HtmlEncodeStringPropertiesConverter
  • IDbConnectionExtensions
  • StringExtensions
    -- ToPersonNameCase
  • SortExpression, SortExpressionDescriptor, SortExpressionSerializable and extension methods to apply them to IEnumerables and IQueryables.
  • Various exceptions classes to the DataAccess project.
  • V3 Design Notes
  • Changes to the DynamicImage code to add optional support for WebP when a client requests a JPG or PNG.
  • DataAccess code for Remote repositories.
  • A Kentico project to support Kentico CMS project development.
  • IEnumerableValidationResultExtensions
  • Added an OpenReadAsync method which returns a Stream, to the IUmbrellaFileInfo interface.
  • Minor tweaks to the file system to allow small and large buffer sizes to be used by default depending on whether the file implementation is disk or Azure blob storage.
  • Added additional default method parameters to the file info/providers to allow some of the default internal buffer sizes to be overridden.
  • Added a generic type converter. This is based on the code that converts string app setting values into their target types and has been extracted into its own class for use with other things, e.g. converting string file metadata property values.
  • Added support to the Umbrella file system for reading/writing file metadata.