YamlDotNet Versions Save

YamlDotNet is a .NET library for YAML

v15.1.4

1 week ago
  • Merge pull request #903 from lahma/license-expression
    Switch to using PackageLicenseExpression

  • Merge pull request #904 from airbreather/fix-656
    Add a regression test for #656

v15.1.2

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

v15.1.1

3 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

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

v13.7.0

7 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

7 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

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

v13.5.0

7 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