Skip to content

Releases: goradd/got

v1.1.1

12 Nov 16:05
eab2038
Compare
Choose a tag to compare

Version updates

v1.1.0

25 Apr 22:02
451e461
Compare
Choose a tag to compare

Added recursive processing and checking whether a file has been changed before processing it. The -f flag will force processing, which can be useful if an include file has changed.

Adding glob pattern

05 Oct 08:16
8b88f2a
Compare
Choose a tag to compare

The input directory can now be a glob pattern to batch process files.

Doc updates

11 Feb 21:30
baff151
Compare
Choose a tag to compare
Merge pull request #29 from spekary/file_update

Updating GoFile

Improved Error Message

10 Feb 21:21
ac3ee2d
Compare
Choose a tag to compare

Improves the error message so that IDE's can link directly to the file, line and character where the error occurred.

Official Release

10 Feb 02:28
c12ef98
Compare
Choose a tag to compare

This is the official release of GoT. The template syntax is now considered stable and will not make breaking changes under v1.x.x. Expansion of the syntax and command line options are still possible.

Code cleanup

09 Feb 18:41
5706010
Compare
Choose a tag to compare
Merge pull request #21 from spekary/code_cleanup

Code cleanup

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