Skip to content

Releases: unidoc/unihtml

v0.14.1

02 Oct 14:55
2240422

Choose a tag to compare

What's Changed

  • Patch update UniHTML
  • Release v0.14.1 by @sampila in #21

Full Changelog: v0.14.0...v0.14.1

v0.14.0

04 Sep 13:46
ccca84e

Choose a tag to compare

What's Changed

  • Update UniPDF to v4.3.0
  • Update supported go version (go 1.23.0, 1.24.0 and 1.25.0)

Full Changelog: v0.13.0...v0.14.0

v0.13.0

26 May 10:18
72ba2d8

Choose a tag to compare

What's Changed

Full Changelog: v0.12.0...v0.13.0

v0.12.0

12 May 09:25
8592322

Choose a tag to compare

What's Changed

  • Update UniPDF to v4.0.0
  • Update UniHTML version to v0.12.0

Full Changelog: v0.11.0...v0.12.0

v0.11.0

28 Apr 14:47
c9b2824

Choose a tag to compare

What's Changed

  • Update UniPDF version to v3.69.0

Full Changelog: v0.10.0...v0.11.0

v0.10.0

24 Mar 21:39
5657df0

Choose a tag to compare

What's Changed

  • Update supported go versions:
    go1.24, go1.23, go1.22, go1.21, go1.20
  • Update unipdf version to v3.68.0
  • Release v0.10.0 by @sampila in #16

Full Changelog: v0.9.0...v0.10.0

v0.9.0

22 Dec 12:16
c10f7ec

Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.9.0

v0.8.0

25 Jan 22:57
558c409

Choose a tag to compare

Release Note - UniHTML v0.8.0

This release contains new features and improvements

New Features

  • Support loading HTML string using function NewDocumentFromString
  • Support environment variable for UNIDOC_LICENSE_DIR to sets the path of API Key usages

Improvements

  • Support go1.21
  • Update supported min go version to go1.17
  • Update headless chrome to sable version

v0.7.0

10 Feb 18:51
694e65c

Choose a tag to compare

Fix in timeout that did not work under all conditions.

v0.6.0

05 May 21:34
248a745

Choose a tag to compare

Added timeout setting.

// SetTimeoutDuration sets the timeout duration
// the default timeout is 15 seconds.
func (d *Document) SetTimeoutDuration(duration time.Duration) {
	d.timeoutDuration = &duration
}

Also updated dependencies to newest versions.