YamlDotNet Versions Save

YamlDotNet is a .NET library for YAML

v15.1.2

1 month ago
  • Merge pull request #912 from EdwardCooke/ec-732
    Fixed #732, quote strings starting with whitespace characters

v15.1.1

2 months ago
  • Merge pull request #902 from EdwardCooke/ec-901
    Fixed #901 - private constructor and tag issue

v15.1.0

3 months ago
  • Update the NuGet API key

  • Merge pull request #897 from EdwardCooke/ec-net80-enumsasnumbers
    Enables #773
    Adds naming conventions for convert enums to/from scalars
    Adds .NET8 binaries
    Adds support for custom formatting of enums, easy to expose enums as integers or whatever else.
    Quotes necessary enum strings (Null for example)
    Breaking: For those that get impacted pass in NullNamingConvention.Instance to the EnumNamingConvetion arguments on the constructor
    Breaking: Removed many of the redundant constructors for the classes, pass in the old default values to the new constructors

  • Merge pull request #898 from EdwardCooke/ec-removeoldframeworks
    Breaking: Removes old frameworks, .net35, .net45

  • Merge pull request #895 from stijnherreman/issue-677
    Make the type converters available to custom pre-processing phase visitors.

  • Merge pull request #899 from EdwardCooke/ec-includenet80
    Added .net8 libraries to appveyor

  • Merge pull request #887 from dougbu/dougbu/blank.lines.886
    Handle blank lines in Yaml.Text()

v13.7.1

6 months ago
  • Merge pull request #859 from EdwardCooke/ec-858-static-typeresolver-enums
    Special case on statictyperesolver for enums

v13.7.0

6 months ago
  • Merge pull request #856 from prochnowc/code-generation-object
    Added support for serialization and deserialization of 'object' to static code generation

  • Merge pull request #839 from stijnherreman/dateonly-timeonly
    Implement DateOnly and TimeOnly converters.

v13.5.2

6 months ago
  • Merge pull request #855 from prochnowc/support-collections-with-arrays
    Fix code generation for Dictionary and List which use Array values

v13.5.1

6 months ago
  • Merge pull request #853 from prochnowc/static-external-model
    Fix multiple use of YamlSerializableAttribute

v13.5.0

6 months ago
  • Merge pull request #852 from prochnowc/static-external-model
    Add support for including types defined in another assembly in static code generation

v13.4.0

7 months ago
  • Merge pull request #824 from 64J0/64J0-patch-1
    F# samples

  • Merge pull request #843 from EdwardCooke/ec-785-callbacks
    Added on onserialized/onserializing and ondeserialized/ondeserializing

v13.3.1

7 months ago
  • Merge pull request #834 from EdwardCooke/ec-810-nullyamlstreamscalars
    Support null values in YamlScalarNode for YamlStream

  • Merge pull request #835 from EdwardCooke/ec-817-keynotappliedtoquotedscalars
    Set IsKey on quoted scalar keys

  • Merge pull request #836 from EdwardCooke/ec-815-datetimeoffset
    Added a DateTimeOffsetConverter with a sample on usage

  • Merge pull request #837 from EdwardCooke/ec-792-testsinnonenglish
    Fix tests running in cultures using different cultures

  • Merge pull request #841 from EdwardCooke/ec-838-utfcharsets
    Escaped UTF-16/32 with UTF-8 surrogates