Skip to content

Commit

Permalink
Release version 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Mangel committed Oct 24, 2019
1 parent f2d2269 commit 7d01fdb
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<byte>`
* Add supports for `enum<sbyte>`
* Add supports for `enum<int16>`
* Add supports for `enum<uint16>`
* Add supports for `enum<int>`
* Add supports for `enum<uint32>`
* 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

Expand Down
2 changes: 1 addition & 1 deletion src/Thoth.Json.Net.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<RepositoryUrl>https://github.com/thoth-org/Thoth.Json.Net</RepositoryUrl>
<PackageTags>fsharp;json</PackageTags>
<Authors>Maxime Mangel</Authors>
<Version>3.5.1</Version>
<Version>3.6.0</Version>
</PropertyGroup>
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net46</TargetFrameworks>
Expand Down

0 comments on commit 7d01fdb

Please sign in to comment.