Skip to content

Releases: AdikaStyle/go-report-builder

Screenshot of long reports

08 Feb 22:28
Compare
Choose a tag to compare

Due to issue of chromedp, the screenshot taken, cannot be larger then the viewport size. so when trying to export long report (for example A4) the exported image was cut-off.

go-report-builder now supports overriding the default view port (1920x2000) using these environment variables:
VIEWPORT_HEIGHT, VIEWPORT_WIDTH

The Sequence function

08 Feb 06:55
Compare
Choose a tag to compare

When creating a template, you can now use the Sequence(num) function in order to create an integer array with length of num.

For example:

{{- range $i, $item := .Sequence 3 }}
a
{{- end }}

Will yield:

a
a
a

Docker Support

03 Feb 15:39
Compare
Choose a tag to compare
v0.14

Adding missing chrome app to the docker file

Docker support

03 Feb 15:09
Compare
Choose a tag to compare
v0.13

Adding docker publish workflow

First Release

24 Jan 17:35
Compare
Choose a tag to compare
v0.12

Adding release workflow