As many people have been using D:YAML from git master since the 0.4 release, each change is prefixed by the year the change was introduced.
2014 Broke compatibility with all DMD versions before 2.066
removed in the next release.
Loader.fromString(char[]), which will reuse and overwrite the input during parsing. The string overload will be removed in the next release.
also remove 42. Such automatic conversion still happens e.g. in a foreach over a mapping with a string key. The Node.as() method has a template parameter to disable automatic conversion from strings to other types.
- Fixed many bugs in the parser, scanner, composer and constructor.