Skip to content

Tags: coveooss/gotemplate

Tags

v3.12.0

Toggle v3.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #281 from coveooss/bugs/DT-7519-do_not_generate_fi…

…les_if_no_change

Optimize file generation and overloading

v3.11.0

Toggle v3.11.0's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
perf: Decrease execution times by 1000% [DT-7499] (#277)

* perf: Runs from ~14,000ms to ~1,400ms [DT-7499]

* perf: Runs from ~14,000ms to ~7,000ms [DT-7499]

* Change the name of the userContext function to make it clear that it will clone the context

* perf: Runs from ~14,000ms to ~4,000ms [DT-7499]

Change the name of the userContext function to make it clear that it will clone the context

perf: Runs from ~14,000ms to ~4,000ms [DT-7499]

* revert: Remove timing calls [DT-7499]

* Replace the imports

---------

Co-authored-by: Jocelyn Giroux <jgiroux@coveo.com>

v3.10.1

Toggle v3.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update go-git to v5 (#275)

To fix dependabot security issue

v3.10.0

Toggle v3.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add read function (#274)

- Added the read function and make it able to read both binary or text file
- Modify the save function to be able to save binary files
- Fix a problem with help function (title was printed twice)

- Rename the master branch to main

v3.9.2

Toggle v3.9.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix goreleaser-action (#265)

Dt 7256

v3.9.1

Toggle v3.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Action Go-Releaser deprecated the flag --rm-dist (#260)

It has been replaced by --clean

v3.9.0

Toggle v3.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add a mechanism to ignore some patterns in gotemplate/razor (#259)

* Add a mechanism to ignore some patterns in gotemplate/razor

* Add an example of usage

* Fix a typo

* Updated submodule docs/themes/book

* Add some documentation

* Update the version of hugo used to generate the documentation

* Change version of submodule on the latest official version instead of the last commit

* Update the Hugo version to the latest

* Remove nagging errors during documentation generation

v3.8.0

Toggle v3.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix errors and warning after updating the libraries (#250)

- Remove usage of deprecated functions
- Added doc for the new Sprig function sha512sum
- Fix tests in the math module that were no longer executed since ...

v3.7.5

Toggle v3.7.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #225 from nikpivkin/ci-go-ver

ci: getting go version from go.mod

v3.7.4

Toggle v3.7.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #224 from coveooss/DT-6090/fix-goreleaser

Migrate goreleaser config