Skip to content

Tags: zserge/lorca

Tags

v0.1.10

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: added RawValue interface (#127)

* feat: added RawValue interface

To allow for the detection of a `nil` return, a new interface is added (to maintain backwards compatibility) and implemented by `value`. This interface, `RawValue`, allows the retrieval of the raw bytes but requires a type assertion.

* fix: add bytes to Value

* fix: use bytes for test

v0.1.9

enable cgo for tests

v0.1.8

Add location for snap version of Chromium (#69)

This adds another location in which Chromium can be found on Ubuntu.

Fixes #61

v0.1.7

fix url regexp (#52)

fixes invalid control character in URL error on Windows

v0.1.6

Merge branch 'master' of github.com:zserge/lorca

v0.1.5

return eval errors during export

v0.1.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add functions to export page or svg to pdf and png formats (#22)

v0.1.3

do not hardcode window class, let applications do it

v0.1.2

add user local chrome installation path

v0.1.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md