Skip to content

Tags: lchjczw/lorca

Tags

v1.0.1

Toggle v1.0.1's commit message

v1.0.0

Toggle v1.0.0's commit message
save

v0.1.10

Toggle v0.1.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: added RawValue interface (zserge#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

Toggle v0.1.9's commit message
enable cgo for tests

v0.1.8

Toggle v0.1.8's commit message
Add location for snap version of Chromium (zserge#69)

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

Fixes zserge#61

v0.1.7

Toggle v0.1.7's commit message
fix url regexp (zserge#52)

fixes invalid control character in URL error on Windows

v0.1.6

Toggle v0.1.6's commit message
Merge branch 'master' of github.com:zserge/lorca

v0.1.5

Toggle v0.1.5's commit message
return eval errors during export

v0.1.4

Toggle v0.1.4's commit message

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 (zserge#22)

v0.1.3

Toggle v0.1.3's commit message
do not hardcode window class, let applications do it