Skip to content

Releases: aaubry/YamlDotNet

Release 13.2.0

14 Aug 05:58
bfba244
Compare
Choose a tag to compare
  • Merge pull request #821 from rudolfolah/deserialize-generic-objects-error-message-and-sample
    Deserialize generic objects sample

  • Merge pull request #825 from rbnswartz/rs/optimization-for-scanner
    Use a span to reduce string allocations

  • Merge pull request #782 from hemnstill/mergingparser_with_aliases_try2
    MergingParser deserializer can now handle nested NodeSequence with aliases (try2)

  • Merge pull request #778 from rutger-dijkstra/fix-block-level-quoted-strings
    Quoted scalars are flow scalars only if flowLevel > 0

  • Merge pull request #832 from FyiurAmron/add_missing_methods_and_reorder
    Add missing methods to (de)serializer interfaces and implementations

  • Merge pull request #827 from tymokvo/add-force-scalar-style
    Add default scalar style

Release 13.1.1

17 Jun 14:51
6f1e8dc
Compare
Choose a tag to compare
  • Merge pull request #814 from YihaoOct/yihao/fix-comments
    Fix Emitter to handle comments between a mapping key and a mapping/sequence value

Release 13.1.0

16 Apr 20:29
9a5900f
Compare
Choose a tag to compare
  • Merge pull request #774 from JJ11teen/buffered-deserialisation
    Buffered deserialisation

Release 13.0.2

11 Mar 01:27
f460b5c
Compare
Choose a tag to compare
  • Fixed static tests so the pass in linux

  • Merge pull request #786 from meziantou/fix-nullable
    Fix NRT for ISerializer

  • Merge pull request #787 from meziantou/fix-nrt-ipropertydescriptor
    Fix nullable annotations for IPropertyDescriptor.GetCustomAttribute

  • Merge pull request #788 from EdwardCooke/ec-740-nested
    Support nested classes in the static code generator

Release 13.0.1

19 Feb 18:32
dacf87c
Compare
Choose a tag to compare
  • Made pushing the serializer optional

  • Merge pull request #780 from hemnstill/mergingparser_with_aliases
    MergingParser deserializer can now handle nested NodeSequence + tests

Release 13.0.0

07 Feb 00:20
cf7b93c
Compare
Choose a tag to compare
  • Merge pull request #769 from EdwardCooke/ec-fix-304
    Special named enums get taken into account with quotingneccesarystrings

  • Merge pull request #768 from EdwardCooke/ec-fix-587
    Fixed DateTime serialization with JSON using single quotes

  • Update NuGet API key
    The previous key was about to expire.

  • Merge pull request #767 from LaXiS96/feature/yaml11_strings
    Option to quote YAML 1.1 strings

  • Merge pull request #771 from stan-sz/WithDuplicateKeyChecking
    Follow up on duplicate key checking

  • Merge pull request #761 from EdwardCooke/ec-aotwarnings
    Added static builders and abstracted reflection components

Release 12.3.1

19 Dec 06:00
f054853
Compare
Choose a tag to compare
  • Merge pull request #760 from EdwardCooke/ec-net70
    Added net7.0 to the nuspec file

Release 12.3.0

19 Dec 05:27
1ff1a86
Compare
Choose a tag to compare
  • Merge pull request #759 from EdwardCooke/ec-fix-757
    Allow braces in non-flows

  • Merge pull request #758 from EdwardCooke/ec-aot
    Static Object Context for Ahead of Time compiling and Trimmed libraries

Release 12.2.1

14 Dec 15:49
6bf5b44
Compare
Choose a tag to compare
  • Merge pull request #750 from nuttytree/f/throw-exception-for-non-unique-keys
    Throw an exception on duplicate keys

Release 12.2.0

09 Dec 01:23
1e99937
Compare
Choose a tag to compare
  • Merge pull request #722 from EdwardCooke/ec-712-privateconstructor
    Allow parameterless private constructors when enabled