Skip to content

Releases: Alipsa/htmlcreator

Ver 1.4.1

08 Dec 19:25
Compare
Choose a tag to compare
  • Add addPlot function for better plotting capabilities
  • Make sure get content is enclosed in <html> </html>

Ver 1.4

24 Jan 19:24
Compare
Choose a tag to compare

Minor update:

  • add html.new(...) as an alias for html.clear() followed by html.add(...)
  • update docs

Ver 1.3

08 Jan 14:06
Compare
Choose a tag to compare

This is minor bugfix release, change are:

  • use a dedicated env to avoid accidental overwrites
  • Remove space in base 64 file encoding (no space works in all browsers whereas the space caused problems in (at least) Firefox)

Ver 1.2

26 Dec 17:40
Compare
Choose a tag to compare

Add support for img url with html.imgUrl(), fix a small bug that gave a warning if more than 1 atrribute was passed in the htmlattr list.

Published to central. Add the following dependency to your pom:

<dependency>
  <groupId>se.alipsa</groupId>
  <artifactId>htmlcreator</artifactId>
  <version>1.2</version>
</dependency>

See readme.md for more details on usage.

Ver 1.1

20 Dec 15:51
Compare
Choose a tag to compare
  • Add the possibility to add any html attribute.

Add the following to you pom.xml to us it:

<dependency>
  <groupId>se.alipsa</groupId>
  <artifactId>htmlcreator</artifactId>
  <version>1.1</version>
</dependency>

Ver 1.0

10 Nov 20:03
Compare
Choose a tag to compare

Initial release, everything works although not optimized for performance. See readme.md for details