Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 823 Bytes

CHANGELOG.md

File metadata and controls

25 lines (16 loc) · 823 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[2.0.0] - 2021-12-03

Changed

Breaking Changes

  • Target netstandard2.1, dropping .NET Core 3.0 support
  • Updated various dependencies to latest:
    • System.Text.Json: v4.7.2 => v6.0.0
    • Microsoft.Extensions.Configuration: v3.1.20 => v6.0.0
    • Microsoft.Extensions.Configuration.Json: v3.1.20 => v6.0.0
    • Microsoft.Extensions.Options.ConfigurationExtensions: v3.1.20 => v6.0.0

[1.0.0] - 2021-11-30

Initial release, with WaySONSerializer, JsonBinder, and IServiceCollection extensions.

See the README for more information.