Releases: yegor256/xembly
Releases · yegor256/xembly
Provide "shaded" jar to prevent lib conflicting, e.g. antlr
PUSH/POP don't work with multiple levels
NS to set namespace
See #4, release log:
- 2cb233a by @null: Removed "not implemented" lettering.
- aadda49 by @null: Updated index.apt.vm - added NS command description.
- 263653c by @null: Added ignore tag for MultipleStringLiteralsCheck.
- be15347 by @null: Modified the assertion.
- f2ff182 by @null: Removed fully qualified name of Matchers.
- 69e1cb9 by @null: Fixed failing test.
- e97dc68 by @null: Changed the namespace type to Arg.
- db17b10 by @null: Fixed line endings.
- 641e64f by @null: Fixing code according to feedback by krzyk.
- 9244610 by @null: Changed method name.
- 137c0be by @null: Fixing code quality issues.
- f7572b3 by @null: Fixing code quality issues.
- 87dc935 by @null: Added license.
- d67b28e by @null: Test runs, added comment.
- 56d66c6 by @null: Implemented org.xembly.NsDirective.exec.
- 7ab476b by @null: Merge remote branch 'fork/46'
- 93a711c by @null: #47 rultor config fix
- 492c733 by @null: #46 - fixed copyright section
- c3c0a52 by @null: #34 fix in rultor config
- 444aa79 by @null: Merge remote branch 'fork/master'
- 7814798 by @null: #34 fix test logic. in previous test revision i missed root element and call ADD under concurrency which was a silly turn. Now I've added a root element just once, and ADDIF, REMOVE, ADDIF directives get applied under concurrency.
- 1cbb0f2 by @null: #34 fix codestyle
- 961646b by @null: appveyor
- 30056c5 by @null: #34 added test to prove Xembeler is not thread-safe yet
Released by Rultor 1.47.3, see build log
Directives is not thread-safe
md to apt
parent 0.29
See #41
Xembler.xmlQuitely()
see #40
New method Xembler.xmlQuietly()
to avoid exception checking
Skin 1.4
CDATA directive
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
This version fixes a few annoying bugs, that came from jcabi-xml. New version 0.8.1 fixes all of them.