Skip to content

More customizable custom handler

Choose a tag to compare

@ithielnor ithielnor released this 06 Mar 18:17
· 354 commits to master since this release

Breaking Changes:

  • GriddlySettings.HandleCustomExport is now injected with the GriddlyResult object instead of the GriddlyResult.GetAll(sort) output.
  • GriddlyResult has a new abstract method: IEnumerable<P> GetAllForProperty<P>(string propertyName) This should be implemented to return only the property projection requested.