You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12-7Lines changed: 12 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,16 +9,20 @@ The `Unreleased` section name is replaced by the expected version of next releas
9
9
## [Unreleased]
10
10
11
11
### Added
12
-
13
-
-`StringId, Comparable`: Base types for Strongly Typed Ids with string renditions [#116](https://github.com/jet/FsCodec/pull/116)
14
-
-`NewtonsoftJson.StringIdConverter`: Converter for `StringId`[#116](https://github.com/jet/FsCodec/pull/116)
15
-
-`SystemTextJson.StringIdConverter`: Converter for `StringId`[#116](https://github.com/jet/FsCodec/pull/116)
16
-
-`SystemTextJson.StringIdOrDictionaryKeyConverter`: Converter for `StringId` that enables `Dictionary` values using a `StringId`-derived type as a key to be used as a JSON Object Key [#116](https://github.com/jet/FsCodec/pull/116)
17
-
18
12
### Changed
19
13
### Removed
20
14
### Fixed
21
15
16
+
<aname="3.0.0-rc.18"></a>
17
+
## [3.0.0-rc.18] - 2024-3-4
18
+
19
+
### Added
20
+
21
+
-`StringId, Comparable`: Base types for Strongly Typed Ids with string renditions [#119](https://github.com/jet/FsCodec/pull/119)
22
+
-`NewtonsoftJson.StringIdConverter`: Converter for `StringId`[#119](https://github.com/jet/FsCodec/pull/119)
23
+
-`SystemTextJson.StringIdConverter`: Converter for `StringId`[#119](https://github.com/jet/FsCodec/pull/119)
24
+
-`SystemTextJson.StringIdOrDictionaryKeyConverter`: Converter for `StringId` that enables `Dictionary` values using a `StringId`-derived type as a key to be used as a JSON Object Key [#116](https://github.com/jet/FsCodec/pull/119)
25
+
22
26
<aname="3.0.0-rc.17"></a>
23
27
## [3.0.0-rc.17] - 2024-2-26
24
28
@@ -459,7 +463,8 @@ Initial release based on merge of [Jet.JsonNet.Converters v0](https://github.com
459
463
460
464
Final release of Jet.JsonNet.Converters archived on [v0 branch](https://github.com/jet/FsCodec/tree/v0)
0 commit comments