Skip to content

Releases: goradd/got

Fixing {{err tag and predefined tags

02 Feb 07:10
5d5c567
Compare
Choose a tag to compare
Merge pull request #17 from spekary/rewrite

Fixing go error tag and root tag

Major Rewrite

01 Feb 21:27
07b8b75
Compare
Choose a tag to compare

This was a major rewrite with the following changes:

  • defined fragments end with {{end fragName}} tags, rather than {{end}} tags
  • {{else if ...}} is now {{elseif ...}}
  • {{join }} tag will join items with a string
  • The backup tag {{- has been removed
  • Reorganized the lexer and parser to be easier to debug
  • Added many more unit tests. Code coverage > 90%.
  • The output is sent to an io.Writer called _w. This allows more flexible use of the templates, and the ability to wrap them with middleware

Windows Compatibility

08 Jan 22:33
ade60a0
Compare
Choose a tag to compare

Fixing windows compatibility issues. Adding windows to CI tests.

v0.9.1

04 Jan 17:11
e5ec756
Compare
Choose a tag to compare

Updating versions.
Changing coninuous integration testing to github actions.

Fixing html escaping and including file

30 Nov 22:03
0ccfaaf
Compare
Choose a tag to compare

Slight change to how {{:h works and added {{:! to escape without creating html newlines to be used with the html pre tag.

Requiring a parameter count for named blocks

28 Feb 23:36
b2dd4b1
Compare
Choose a tag to compare

If you are going to use parameters in a named block, you now must specify how many parameters you expect.

Fix to error output

13 Feb 19:50
3517dd5
Compare
Choose a tag to compare
Merge pull request #9 from spekary/error_reporting

Fixing string output

Rerelease

10 Feb 19:39
36abf53
Compare
Choose a tag to compare
Merge pull request #8 from spekary/error_reporting

Proceed an goimports error

Fixing output on error

10 Feb 19:34
36abf53
Compare
Choose a tag to compare

Allowing GOT to proceed even if goimports or gofmt produces errors.

Fixing relative path problem

03 Feb 18:40
60bb582
Compare
Choose a tag to compare
Merge pull request #7 from spekary/relative_paths

Relative paths