Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 923 Bytes

CHANGELOG.md

File metadata and controls

25 lines (15 loc) · 923 Bytes

Changelog

All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.

[Unreleased]

0.0.1-preview.7 - 2020-04-15

Changed

  • Simplified installation, only install the package Obviously.SemanticTypes
  • Nullability enabled

Added

  • Support for Json.NET. A converter named JsonNetConverter is generated as a nested class.
  • Support for System.Text.Json. A converter SystemTextJsonConverter is generated as a nested class.

0.0.1-preview.4 - 2020-01-12

Added

  • Module ASP.NET Core: Creates the ASP.NET Core MVC Model Binder and Model Binder Provider for the semantic type, only if the project has a reference to the assembly Microsoft.AspNetCore.Mvc
    • The Model Binder Provider has to be registered in the StartUp.