Skip to content

Releases: TheLuaOSProject/LuaXMLGenerator

Component generation fix

18 Jun 21:23

Choose a tag to compare

1.1.1

fix generation of components

`raw`, and bug fixes

21 Feb 22:35

Choose a tag to compare

Components

06 Dec 22:19

Choose a tag to compare

Full Changelog: 0.6.0...1.0.0

0.6.0

02 Dec 19:50

Choose a tag to compare

Full Changelog: 0.5.1...0.6.0

0.5.1

02 Dec 19:25

Choose a tag to compare

Full Changelog: 0.5.0...0.5.1

0.5.0

19 Oct 22:03

Choose a tag to compare

Full Changelog: 0.4.0...0.5.0

v0.4.0 - API BREAK

15 Sep 22:28

Choose a tag to compare

use

local gen = require("xml-generator")

local elem = gen.xml.element_name {property="value"} {
}

instead of

local xml_gen = require("xml-generator")

local elem = xml_gen.generate_node(function (xml)
    return xml.element_name {property="value"} {}
end)

Full Changelog: 0.3.0...0.4.0

v0.3.0

15 Sep 18:56

Choose a tag to compare

Full Changelog: 0.2.3...0.3.0

v0.2.3

13 Sep 03:01

Choose a tag to compare

Full Changelog: 0.2.2...0.2.3

v0.2.2

13 Sep 02:13

Choose a tag to compare

Full Changelog: 0.2.1...0.2.2