Skip to content

Releases: zkry/yaml.el

v0.5.5

11 Dec 15:02
Compare
Choose a tag to compare

This version includes a YAML parsing bug fix for octal and hex scalars.

v0.5.4

28 Sep 01:05
fe08b8f
Compare
Choose a tag to compare

Documentation and test updates.

v0.5.3: Minor bug fix

07 Sep 13:04
7c4b2ec
Compare
Choose a tag to compare
  • yaml-encode no longer adds leading new-lines to the return string.

v0.5.2: Fix parsing bug with latest Emacs version

12 Mar 02:55
a19fbf9
Compare
Choose a tag to compare

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

13 Jul 04:01
0ac7f36
Compare
Choose a tag to compare

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

09 Jul 17:00
bdfaa8c
Compare
Choose a tag to compare

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

02 Jul 20:00
14e6e4b
Compare
Choose a tag to compare

This release fixes a parsing error involving deeply nested folded scalar blocks.

v0.4.2: Minor bug fix

21 Jun 23:27
cb1cc42
Compare
Choose a tag to compare

This release fixes a bug regarding the experimental function yaml-parse-string-with-pos.

v0.4.1: Bug fixes regarding anchors

17 Jun 00:22
c07cc6d
Compare
Choose a tag to compare

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.

v0.4.0

10 Jun 01:23
f880306
Compare
Choose a tag to compare

This release contains the initial implementation of parsing functions that can be used to build YAML-related tools. The API of this is subject to change.