Releases: unidoc/unihtml
Releases · unidoc/unihtml
v0.14.1
02 Oct 14:55
Compare
Sorry, something went wrong.
No results found
v0.14.0
04 Sep 13:46
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
v0.12.0
12 May 09:25
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
v0.10.0
24 Mar 21:39
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
v0.8.0
25 Jan 22:57
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fix in timeout that did not work under all conditions.
v0.6.0
05 May 21:34
Compare
Sorry, something went wrong.
No results found
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.