Skip to content

Commit

Permalink
[publish] Release 5.3.0 - see CHANGELOG.md for details
Browse files Browse the repository at this point in the history
  • Loading branch information
SamboyCoding committed Jan 3, 2024
1 parent 1ea6d87 commit acbaa75
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- [Tomlet Changelog](#tomlet-changelog)
- [Contents](#contents)
- [5.3.0](#530)
- [5.2.0](#520)
- [5.1.3](#513)
- [5.1.2](#512)
Expand Down Expand Up @@ -41,6 +42,12 @@
- [1.0.1](#101)
- [1.0.0](#100)

## 5.3.0

- Added `TomletMain.To(Type, string, TomlSerializerOptions)` as a wrapper for parse-then-deserialize to fill an API hole.
- Added `TomlSerializationMethods.GetDefaultSerializerForType` and `TomlSerializationMethods.GetDefaultDeserializerForType` to expose the default reflection-based de/serializers for use in custom serializers.
- Added support for de/serializing fields and properties of type `IEnumerable` - they will be treated as arrays. Based on work by [@tcortega](https://github.com/tcortega) in [#35](https://github.com/SamboyCoding/Tomlet/pull/32)

## 5.2.0

- Fixed keys with symbols not being quoted when they should be (issue [#30](https://github.com/SamboyCoding/Tomlet/issues/30)). Thanks to [@tcortega](https://github.com/tcortega) in [#33](https://github.com/SamboyCoding/Tomlet/pull/33)
Expand Down
2 changes: 1 addition & 1 deletion Tomlet/Tomlet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<RepositoryUrl>https://github.com/SamboyCoding/Tomlet.git</RepositoryUrl>
<TargetFrameworks>net6;net7;netstandard2.0;netframework3.5</TargetFrameworks>
<Title>Tomlet</Title>
<Version>5.2.0</Version>
<Version>5.3.0</Version>

<ContinuousIntegrationBuild Condition="'$(GITHUB_ACTIONS)' == 'true'">true</ContinuousIntegrationBuild>
</PropertyGroup>
Expand Down

0 comments on commit acbaa75

Please sign in to comment.