Releases: aaubry/YamlDotNet
Release 13.3.1
-
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
Release 13.2.0
-
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
- 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
- Merge pull request #774 from JJ11teen/buffered-deserialisation
Buffered deserialisation
Release 13.0.2
-
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
-
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
-
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
- Merge pull request #760 from EdwardCooke/ec-net70
Added net7.0 to the nuspec file
Release 12.3.0
Release 12.2.1
- Merge pull request #750 from nuttytree/f/throw-exception-for-non-unique-keys
Throw an exception on duplicate keys