Skip to content

Releases: TheLuaOSProject/LuaXMLGenerator

Component generation fix

Choose a tag to compare

@Frityet Frityet released this 18 Jun 21:23
1.1.1

fix generation of components

`raw`, and bug fixes

Choose a tag to compare

@Frityet Frityet released this 21 Feb 22:35

Full Changelog: 1.0.0...1.1.0

Components

Choose a tag to compare

@Frityet Frityet released this 06 Dec 22:19

Full Changelog: 0.6.0...1.0.0

0.6.0

Choose a tag to compare

@Frityet Frityet released this 02 Dec 19:50

Full Changelog: 0.5.1...0.6.0

0.5.1

Choose a tag to compare

@Frityet Frityet released this 02 Dec 19:25

Full Changelog: 0.5.0...0.5.1

0.5.0

Choose a tag to compare

@Frityet Frityet released this 19 Oct 22:03

Full Changelog: 0.4.0...0.5.0

v0.4.0 - API BREAK

Choose a tag to compare

@Frityet Frityet released this 15 Sep 22:28

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

Choose a tag to compare

@Frityet Frityet released this 15 Sep 18:56

Full Changelog: 0.2.3...0.3.0

v0.2.3

Choose a tag to compare

@Frityet Frityet released this 13 Sep 03:01

Full Changelog: 0.2.2...0.2.3

v0.2.2

Choose a tag to compare

@Frityet Frityet released this 13 Sep 02:13

Full Changelog: 0.2.1...0.2.2