Skip to content

v2.0.0: Streamlining to one .NET Standard 1.6 project

Latest
Compare
Choose a tag to compare
@alexbarbato alexbarbato released this 27 Oct 17:43
· 204 commits to master since this release

Major Release: 2.0.0

  • Feature Additions:
    • Condensed our entire .NET offering into one .NET Standard project
    • Enhanced the map ability so a single source type can be mapped to multiple destination types
    • Added a default response inspector implementation
    • Authorizers added as a configuration option to restrict access to certain objects as specified
  • Bug Fixes:
    • Enabled the handling of polymorphism in DefaultIncludes
    • MapEntityFramework method allows for custom configurations without additional setup
  • Maintenance