Skip to content

Version 0.7

Compare
Choose a tag to compare
@Tarmil Tarmil released this 23 Nov 17:15
  • #3: Add support for PropertyNamingPolicy on record and union fields.
  • #22: Add support for DictionaryKeyPolicy for Map<string, 'T>.
  • #27: Add unionTagNamingPolicy option to JsonFSharpConverter and JsonFSharpConverterAttribute to customize the naming policy for union tag names.
  • #26: Add JsonUnionEncoding.EraseSingleCaseUnions, which encodes single-case single-field unions the same as the value in the field.
    BREAKING CHANGE: This is now the default option.
  • #5: Add support for PropertyNameCaseInsensitive on record and union fields.
    Add unionTagCaseInsensitive option to JsonFSharpConverter and JsonFSharpConverterAttribute to customize the case sensitivity for union tag names.