Skip to content

Releases: HaraldKi/htmlJgen

UrlParam deprecated in favor of UrlParamCodec

11 Oct 16:58
Compare
Choose a tag to compare

UrlParam combined two features: i) encode/decode URL parameters and ii) keep a value of a URL parameter. In practical use, this felt somehow clumsy, so I removed (ii) and called the result UrlParamCodec. Methods of the previous one that used the stored value, now have a value parameter. Seems to work much nicer in practical use.

Better support for subclassing of HTML subtrees

01 Feb 16:47
Compare
Choose a tag to compare

Introduced an intermediate abstract class to allow for easier definition of special purpose HTML objects.

translator added

02 Jan 17:35
Compare
Choose a tag to compare

Added a very simple Translator to translate text while creating an HtmlText element. Fixed minor typos. Added modified style for javadoc.

first release

19 Dec 21:39
Compare
Choose a tag to compare

Initially publishing.