github gvvaughan/lyaml release-v6.1
[ANN] lyaml 6.1 released

latest releases: v6.2.8, v6.2.7-1, v6.2.7...
7 years ago

Read and write YAML-1.1 format files with Lua.

I am happy to announce release 6.1 of lyaml.

lyaml's home page is at http://github.com/gvvaughan/lyaml

Noteworthy changes in release 6.1 (2016-10-08) [stable]

Bug fixes

  • lyaml.load now correctly reads implicit null scalars in a YAML
    document as an lyaml.null reference, identical to the "~"
    shorthand syntax, according to the specification.

    empty:
    canonical: ~
    english: null
    ~: null key

Install it with LuaRocks, using:

luarocks install lyaml 6.1

Don't miss a new lyaml release

NewReleases is sending notifications on new releases.