Skip to content

Releases: unidoc/unihtml

v0.9.0

22 Dec 12:16
c10f7ec
Compare
Choose a tag to compare

What's Changed

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

v0.8.0

25 Jan 22:57
558c409
Compare
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
Compare
Choose a tag to compare

Fix in timeout that did not work under all conditions.

v0.6.0

05 May 21:34
248a745
Compare
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.

v0.5.0

09 May 12:02
b30fce6
Compare
Choose a tag to compare

Support for rendering timing control, such as waiting for selector, etc.

v0.4.0

27 Mar 16:29
2a6f11d
Compare
Choose a tag to compare
Merge pull request #4 from unidoc-build/prep-rc-v0.4.0

prepare release v0.4.0

v0.3.0

24 Mar 09:08
ca9bdb6
Compare
Choose a tag to compare
Merge pull request #3 from unidoc-build/prep-rc-v0.3.0

Prepare release of UniHTML v0.3.0

v0.2.0

23 Feb 01:03
eafca2e
Compare
Choose a tag to compare

Add support for metered licensing and multiple fixes.

v0.1.0

08 Feb 19:50
57147cf
Compare
Choose a tag to compare
Merge pull request #1 from unidoc-build/prep-rc-v0.1.0

Prepare release v0.1.0