Skip to content

Releases: luabagg/orcgen

Downgrade rod version and add alias

13 Oct 16:32
Compare
Choose a tag to compare

Changes:

  • Downgrade latest go-rod version to 0.116.0 - issues found in the release: go-rod/rod#1123

  • Add aliases to main package:

image

v2.0.1

28 Aug 12:52
Compare
Choose a tag to compare

Fixes package versioning - imports updated to v2 according to the Go pkg standards.

Full Changelog: v2.0.0...v2.0.1

Orcgen v2 - simpler and more configurable package

14 Aug 20:18
Compare
Choose a tag to compare

Makes the implementation of the package much simpler, and enables configurations using rod.

Changes:

  • pkg dir now contains 3 main parts:
    • fileinfo: a struct to standardize the returns / file saves.
    • handlers: the implementations of the page file save functionality (PDF / Screenshots).
    • webdriver: simple wrapper over rod library.

New flow:
The user must first initialize a rod's Page instance. It can be done using the webdriver struct. The user can also configure the timeouts or other Browser options.
Then the user must instantiate a handler, and can optionally change the default configuration.
After this, the user can use the handler directly, calling GenerateFile. It returns a Fileinfo struct, that can be used to access the content and / or save a file.

What's Changed

  • Orcgen New Version - simpler and more configurable package by @luabagg in #5

New Contributors

Full Changelog: v1.1.2...v2.0.0

v1.1.2

08 Apr 00:17
Compare
Choose a tag to compare

Small fixes in go docs.

Full Changelog: https://github.com/luabagg/orcgen/commits/v1.1.2

v1.1.1

06 Apr 22:50
Compare
Choose a tag to compare

Fix project structure:
Now it's possible to import using only github.com/luabagg/orcgen.

Full Changelog: https://github.com/luabagg/orcgen/commits/v1.1.1

v1.0.0

02 Apr 02:54
Compare
Choose a tag to compare

First release;
Next steps are adding tests and documentation.

Full Changelog: https://github.com/luabagg/orcgen/commits/v1.0.0