From 7d01fdb782e3e521e38e393f38e8b045d1a62d82 Mon Sep 17 00:00:00 2001 From: Maxime Mangel Date: Thu, 24 Oct 2019 12:01:07 +0200 Subject: [PATCH] Release version 3.6.0 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ src/Thoth.Json.Net.fsproj | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 217364a..5b4537e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,31 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased + +## 3.6.0 - 2019-10-24 + +### Added + +* Add supports for `byte` +* Add supports for `sbyte` +* Add supports for `int16>` +* Add supports for `uint16` +* Add supports for `uint32` +* Add supports for `enum` +* Add supports for `enum` +* Add supports for `enum` +* Add supports for `enum` +* Add supports for `enum` +* Add supports for `enum` +* Add support for `unit` +* Allow to configure if `null` field should be omitted or no. Set `skipNullField` to `false` when using auto encoder, to include `myField: null` in your json output + +### Changed + +* Fix #18: Remove the cache limitation when using generateDecoderCached (by &SCullman) +* Fix Encode.decimal comment (by @alfonsogarciacaro) + ## 3.5.1 - 2019-06-24 ### Changed diff --git a/src/Thoth.Json.Net.fsproj b/src/Thoth.Json.Net.fsproj index 72fb490..439ed38 100644 --- a/src/Thoth.Json.Net.fsproj +++ b/src/Thoth.Json.Net.fsproj @@ -6,7 +6,7 @@ https://github.com/thoth-org/Thoth.Json.Net fsharp;json Maxime Mangel - 3.5.1 + 3.6.0 netstandard2.0;net46