Menu

yamldotnet / News: Recent posts

YamlDotNet 1.1 released

A new version has been released. It brings better serialization support and bug fixes.

New features include:
- Ability to override the deserialization of specific properties;
- Support for deserialization of enums;
- Support for custom tags;
- Support for deserialization of IConvertible objects;
- Support for deserializing objects that can be converted using IConverter ot a TypeConverter.

Posted by Antoine Aubry 2010-05-31

YamlDotNet 1.0 Released

The code is now considered to be stable enough for a 1.0 release.
Some bugs have been fixed, and the latest changes from libyaml 1.2 have been incorporated.

Posted by Antoine Aubry 2009-01-30

YamlDotNet 0.2 released

Added the YamlDotNet.RepresentationModel project, which allows to load a YAML stream to an object tree for easy manipulation.

Posted by Antoine Aubry 2008-08-26

YamlDotNet 0.1 released

Version 0.1 of the library has been released. Currently, the scanner and the parser are implemented.

Posted by Antoine Aubry 2008-08-26

The scanner has been ported

The scanner from LibYAML has been successfully ported to C#. The next step is to port the parser.

Posted by Antoine Aubry 2008-08-21