Releases: unidoc/unihtml
Releases · unidoc/unihtml
v0.8.0
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
Fix in timeout that did not work under all conditions.
v0.6.0
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
Support for rendering timing control, such as waiting for selector, etc.
v0.4.0
Merge pull request #4 from unidoc-build/prep-rc-v0.4.0
prepare release v0.4.0
v0.3.0
Merge pull request #3 from unidoc-build/prep-rc-v0.3.0
Prepare release of UniHTML v0.3.0
v0.2.0
Add support for metered licensing and multiple fixes.
v0.1.0
Merge pull request #1 from unidoc-build/prep-rc-v0.1.0
Prepare release v0.1.0