Skip to content

Releases: goradd/got

More tests

04 Feb 00:08
b4963e2
Compare
Choose a tag to compare
Merge pull request #20 from spekary/rewrite

Fixing more tests and install

More install issue fixes

03 Feb 23:34
3705e98
Compare
Choose a tag to compare
Merge pull request #19 from spekary/rewrite

Moving test framework to internal directory

Fixing installation problem

03 Feb 17:56
88e9fa6
Compare
Choose a tag to compare
Merge pull request #18 from spekary/rewrite

Removing test artifact from checkin

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