Skip to content

Releases: aaubry/YamlDotNet

Release 15.1.6

29 May 15:03
846ebf7
Compare
Choose a tag to compare
  • Merge pull request #808 from tomer-amir/fix-hash-code-infinite-recursion
    Fix infinite recursion of the hash code function of YamlMappingNode

  • Merge pull request #924 from kasperk81/frameworknames
    use correct framework

Release 15.1.4

11 May 17:02
22070fd
Compare
Choose a tag to compare
  • 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

Release 15.1.2

26 Feb 16:25
Compare
Choose a tag to compare
  • Merge pull request #912 from EdwardCooke/ec-732
    Fixed #732, quote strings starting with whitespace characters

Release 15.1.1

04 Feb 22:46
19d7875
Compare
Choose a tag to compare
  • Merge pull request #902 from EdwardCooke/ec-901
    Fixed #901 - private constructor and tag issue

Release 15.1.0

23 Jan 02:31
fa65881
Compare
Choose a tag to compare
  • 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

15 Oct 17:12
8472305
Compare
Choose a tag to compare
  • Merge pull request #859 from EdwardCooke/ec-858-static-typeresolver-enums
    Special case on statictyperesolver for enums

Release 13.7.0

10 Oct 15:09
f45d1f7
Compare
Choose a tag to compare
  • 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

05 Oct 21:45
7dd57d4
Compare
Choose a tag to compare
  • 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

05 Oct 06:44
75f4010
Compare
Choose a tag to compare
  • Merge pull request #853 from prochnowc/static-external-model
    Fix multiple use of YamlSerializableAttribute

Release 13.5.0

05 Oct 06:14
0b8f32b
Compare
Choose a tag to compare
  • Merge pull request #852 from prochnowc/static-external-model
    Add support for including types defined in another assembly in static code generation