All Versions
9
Latest Version
Avg Release Cycle
277 days
Latest Release
1795 days ago

Changelog History

  • v0.8.0 Changes

    April 21, 2020

    ๐Ÿ”„ Changes

    • โž• Add support for base64-encoded binaries (see #35).
    • ๐Ÿ›  Fix tagging of flow collection (see #34).

    Availability

    ๐Ÿ“š In addition to this GitHub repository, yamerl is available as an Hex.pm package, with online documentation:

  • 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:

  • 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 and base60_to_integer/3 from yamerl_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:

  • 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:

  • v0.3.2-1

    March 28, 2015
  • v0.3.1-1

    July 22, 2014
  • v0.3.0-1

    March 26, 2014