Changelog History
-
v0.8.0 Changes
April 21, 2020 -
v0.7.0
March 23, 2018 -
v0.6.0 Changes
November 29, 2017๐ Changes
- Add a
{map_node_format, proplist | map}
to choose how YAML maps should be formatted (see #23). - ๐ Fix a typo in a
yamerl_parsing_error
record:unpected_token
->unexpected_token
(see #21).
Availability
๐ In addition to this GitHub repository, yamerl is available as an Hex.pm package, with online documentation:
- Add a
-
v0.5.0 Changes
June 05, 2017๐ Changes
- ๐ Fixed an infinite loop when there is no character (e.g. a newline) after a document (
...
) or directive (---
) end indicator (see #18). - ๐ Improved "Getting started" documentation, in particular for Elixir users.
- Removed
base2_to_integer/2
andbase60_to_integer/3
fromyamerl_node_int
because this format is not supported by this syntax (see commit 91c75e3). - Exclude
base*_to_integer()
from the public API of this module (see commit 3d13c91).
Availability
๐ In addition to this GitHub repository, yamerl is available as an Hex.pm package, with online documentation:
- ๐ Fixed an infinite loop when there is no character (e.g. a newline) after a document (
-
v0.4.0 Changes
November 13, 2016๐ Changes
๐ท The build system was switched from Automake to Rebar 3 (#15). It should be easier for users to build, test and contribute to yamerl.
โ About testing, the testsuite is now plain EUnit modules, as opposed to generated EUnit modules with Automake.
๐ The documentation was moved from plain Markdown to regular EDoc. This should make users of some IDE easier with integrated documentation.
Availability
๐ In addition to this GitHub repository, yamerl is available as an Hex.pm package, with online documentation:
-
v0.3.3 Changes
October 29, 2016๐ Changes
- ๐ Fixed an infinite loop when parsing a block mapping such as
test:
(without a newline character at the end). See #14. - โ Added documentation generation using
mix docs
. This was a required step for Hex.pm.
Availability
๐ In addition to this GitHub repository, yamerl is available as an Hex.pm package, with online documentation:
- ๐ Fixed an infinite loop when parsing a block mapping such as
-
v0.3.2-1
March 28, 2015 -
v0.3.1-1
July 22, 2014 -
v0.3.0-1
March 26, 2014