Skip to content

Bump YamlDotNet from 12.3.1 to 15.1.2

Bumps YamlDotNet from 12.3.1 to 15.1.2.

Release notes

Sourced from YamlDotNet's releases.

Release 15.1.2

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

Release 15.1.1

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

Release 15.1.0

  • 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()

Release 13.7.1

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

Release 13.7.0

  • 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.

Release 13.5.2

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

Release 13.5.1

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

... (truncated)

Commits
  • 7ae209b Quoted test changes to not log to stdout
  • 33ed33b Merge pull request #912 from EdwardCooke/ec-732
  • 66c68a2 Fixed #732, quote strings starting with whitespace characters
  • 19d7875 Merge pull request #902 from EdwardCooke/ec-901
  • b735083 Fixed #901 - private constructor and tag issue
  • fa65881 Merge pull request #887 from dougbu/dougbu/blank.lines.886
  • 7daf14c Merge pull request #899 from EdwardCooke/ec-includenet80
  • cfac11b Added .net8 libraries to appveyor
  • 0ca7b09 Merge pull request #895 from stijnherreman/issue-677
  • 3f75e84 Make the type converters available to custom pre-processing phase visitors.
  • Additional commits viewable in compare view

Merge request reports