Skip to content

Version 0.6

Choose a tag to compare

@Tarmil Tarmil released this 23 Nov 16:54
· 369 commits to master since this release
  • #4: Add support for standard option IgnoreNullValues on record and union fields.
  • #13: Add support for JsonPropertyNameAttribute on union cases to set the tag name to use for this case.
  • #16: Add JsonUnionEncoding.SuccintOption, which encodes Some x the same as x.
    BREAKING CHANGE: This is now the default option.
  • Add unionTagName and unionFieldsName option to customize the "Case" and "Fields" tags for unions.
  • Add JsonUnionEncoding.FSharpLuLike, which is equivalent to ExternalTag ||| BareFieldlessTags ||| SuccintOption.