Releases: zkry/yaml.el
v0.5.5
v0.5.4
v0.5.3: Minor bug fix
- yaml-encode no longer adds leading new-lines to the return string.
v0.5.2: Fix parsing bug with latest Emacs version
This release fixes issue #45 caused by a recent change in Emacs.
v0.5.1 minor bug fixes in preparation for release of yaml-pro
This release addresses minor issues with regard to yaml-pro. Nothing in the parser has been modified.
v0.5.0 - bug fixes and API for yaml-pro
This version introduces a bugfix with how explicit block indentation is handled, as well as finalizes the initial version of the position API to be used by yaml-pro, though this API is still subject to change.
v0.4.3: Minor bug fix: folded scalar block parsing
This release fixes a parsing error involving deeply nested folded scalar blocks.
v0.4.2: Minor bug fix
This release fixes a bug regarding the experimental function yaml-parse-string-with-pos
.
v0.4.1: Bug fixes regarding anchors
Version v0.4.1 fixes YAML parsing with regard to anchor resolution. Before an anchor of a map value (represented as an alist) would be unmarshaled to a vector. This release fixes that to make the anchor reference be the exact same thing as the anchor.