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
+3
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,9 @@ The `Unreleased` section name is replaced by the expected version of next releas
9
9
## [Unreleased]
10
10
11
11
### Added
12
+
13
+
-`SystemTextJson.UnionConverter`: Port of `NewtonsoftJson` equivalent started in [#43](https://github.com/jet/FsCodec/pull/43)[#59](https://github.com/jet/FsCodec/pull/59):pray:[@NickDarvey](https://github.com/NickDarvey)
14
+
12
15
### Changed
13
16
14
17
-`SystemTextJson`: Target `System.Text.Json` v `6.0.1`, `TypeShape` v `10.0.0`[#68](https://github.com/jet/FsCodec/pull/68)
Copy file name to clipboardexpand all lines: README.md
-4
Original file line number
Diff line number
Diff line change
@@ -23,10 +23,6 @@ The components within this repository are delivered as multi-targeted Nuget pack
23
23
-[](https://www.nuget.org/packages/FsCodec.SystemTextJson/)`FsCodec.SystemTextJson`: See [#38](https://github.com/jet/FsCodec/pulls/38): drop in replacement that allows one to retarget from `Newtonsoft.Json` to the .NET Core >= v 3.0 default serializer: `System.Text.Json`, solely by changing the referenced namespace.
24
24
-[depends](https://www.fuget.org/packages/FsCodec.SystemTextJson) on `FsCodec`, `System.Text.Json >= 6.0.1`, `TypeShape >= 10`
25
25
26
-
Deltas in behavior/functionality vs `FsCodec.NewtonsoftJson`:
27
-
28
-
1.[`UnionConverter` is WIP](https://github.com/jet/FsCodec/pull/43)
29
-
30
26
# Features: `FsCodec`
31
27
32
28
The purpose of the `FsCodec` package is to provide a minimal interface on which libraries such as Equinox and Propulsion can depend on in order that they can avoid forcing a specific serialization mechanism.
0 commit comments