Skip to content

Releases: yegor256/xembly

NS to set namespace

26 Jan 13:01
Compare
Choose a tag to compare

See #4, release log:

Released by Rultor 1.47.3, see build log

Directives is not thread-safe

23 Nov 17:32
Compare
Choose a tag to compare

See #44, release log:

md to apt

02 Nov 18:21
Compare
Choose a tag to compare

parent 0.29

31 Oct 13:33
Compare
Choose a tag to compare

Xembler.xmlQuitely()

17 Aug 15:37
Compare
Choose a tag to compare

see #40

New method Xembler.xmlQuietly() to avoid exception checking

Skin 1.4

13 Aug 21:04
Compare
Choose a tag to compare

CDATA directive

15 Jun 08:43
Compare
Choose a tag to compare

CDATA directive added in this version, although it has little usefulness. When a document is printed all CDATA sections are converted to normal text, unless CDATA_SECTION_ELEMENTS of transformer explicitly specifies a list of CDATA nodes.

jcabi-xml 0.8.1

18 May 12:06
Compare
Choose a tag to compare

This version fixes a few annoying bugs, that came from jcabi-xml. New version 0.8.1 fixes all of them.

antlr-runtime is a mandatory dependency

27 Apr 04:57
Compare
Choose a tag to compare

It's a bug fix that returns antlr-runtime dependency back to compile scope

Case-sensitive attributes

25 Apr 05:26
Compare
Choose a tag to compare

This version makes XML attributes case-sensitive, as suggested in #37