2023-08-28 18:13 | Overhaul to README docs; update to the `-h` for the dati binary. | gearsix | 5 | +176 | -137 |
2023-05-27 12:49 | template: changes 'hmpl' extension to 'htmpl' | gearsix | 2 | +43 | -48 |
2023-03-16 20:44 | TODO & CHANGELOG updates | gearsix | 4 | +127 | -133 |
2023-03-16 20:37 | data_test.go: fixed failing test | gearsix | 1 | +0 | -17 |
2023-03-16 20:26 | data.go, test.go: minor fixes | gearsix | 2 | +4 | -7 |
2023-03-16 16:01 | template.go: typo fixes, should've run tests | gearsix | 1 | +3 | -3 |
2023-03-16 15:54 | template.go: added (*Template).ExecuteToFile | gearsix | 2 | +33 | -0 |
2023-03-16 15:49 | TODO: updated notes & added formatting | gearsix | 1 | +23 | -8 |
2023-03-16 15:14 | CHANGELOG: updated for v1.2.3 | gearsix | 1 | +7 | -5 |
2023-03-16 15:07 | data.go: WriteDataFile now creates a file if it doesn't exist. | gearsix | 1 | +12 | -2 |
2023-02-21 14:26 | data.go: made sure LoadData always indicates the format being parsed | gearsix | 2 | +16 | -4 |
2023-02-19 13:02 | updated CHANGELOG (first time since v0.8.0 - oops) | gearsix | 1 | +30 | -0 |
2023-02-18 19:05 | standardised package errors; added .String() to custom types. | gearsix | 2 | +50 | -27 |
2023-02-14 14:24 | formatting changes to README.md; added TODO items | gearsix | 3 | +152 | -143 |
2023-02-12 14:42 | minor improvements, better variable names, updated LICENSE dates, etc | gearsix | 8 | +67 | -47 |
2023-02-10 12:22 | added DataWrite(+test) and DataWriteFile(+tests) | gearsix | 2 | +142 | -17 |
2023-02-08 21:50 | added TODO file | gearsix | 1 | +13 | -0 |
2023-02-07 12:10 | added IsDataFormat and IsTemplateLanguage + passing tests | gearsix | 4 | +54 | -14 |
2023-02-03 19:27 | v1 changes; removed DEPRECIATED code and a few fixes | gearsix | 6 | +74 | -178 |
2023-02-03 17:43 | renamed Supported*Format | gearsix | 4 | +23 | -23 |
2023-02-03 17:40 | modified LoadData/LoadTemplate to use new Supported*Format | gearsix | 2 | +9 | -15 |
2023-02-03 17:16 | depreciated {,Is}SupportedTemplateLangs; added SupportedDataFormat ... | gearsix | 2 | +64 | -4 |
2023-02-03 16:32 | depreciated LoadTemplateFilepath for LoadTemplateFile | gearsix | 2 | +10 | -1 |
2023-02-03 16:19 | updated data_test.go | gearsix | 1 | +33 | -0 |
2023-02-03 16:01 | depreciated {,Is}SupportedDataLangs; added SupportedDataFormat ... | gearsix | 1 | +39 | -9 |
2023-02-03 15:45 | renamed LoadDataFilepath -> LoadDataFile (depreciated LoadDataFilepath) | gearsix | 1 | +6 | -1 |
2022-03-18 15:00 | REBRAND to 'dati - data and template interface' | gearsix | 14 | +346 | -341 |
2022-03-17 21:09 | regressed compatibility - builds with go1.13 | gearsix | 7 | +14 | -309 |
2021-10-07 12:37 | cleanup for v0.7.0 release | gearsix | 5 | +32 | -26 |
2021-10-07 12:28 | fixed .Name assignment | gearsix | 1 | +3 | -6 |
2021-10-06 15:04 | refactor tidyup, split LoadTemplate up | gearsix | 1 | +66 | -49 |
2021-10-06 14:48 | gofmt | gearsix | 2 | +38 | -39 |
2021-10-06 14:44 | error catch in (t *Template).Execute(); template_test amendment | gearsix | 2 | +16 | -11 |
2021-10-05 17:47 | suti.Template.Source -> suti.Template.Name; updated cmd/suti_test.sh | gearsix | 6 | +30 | -27 |
2021-10-04 21:29 | finished template_test refactor to catchup with template | gearsix | 2 | +62 | -74 |
2021-10-04 20:30 | rewrote TextExecute - tidyup | gearsix | 1 | +55 | -86 |
2021-10-03 13:13 | tidyup refactors | gearsix | 1 | +12 | -11 |
2021-10-02 16:28 | refactored LoadTemplateFilepath to use LoadTemplate | gearsix | 1 | +29 | -118 |
2021-10-02 15:47 | new LoadTemplate funcs accept params to name of root & partials | gearsix | 2 | +66 | -54 |
2021-10-02 14:02 | renamed LoadTemplateFile -> LoadTemplateFilepath | gearsix | 5 | +334 | -22 |
2021-10-02 12:41 | refactored LoadTemplateStrings into LoadTemplate | gearsix | 2 | +50 | -21 |
2021-10-01 23:37 | Merge branch 'LoadTemplateString' | gearsix | 2 | +167 | -35 |
2021-10-01 23:35 | finished LoadTemplateString & tests | gearsix | 2 | +116 | -46 |
2021-10-01 21:53 | added test for LoadTemplateStringTmpl | gearsix | 2 | +43 | -1 |
2021-09-29 23:22 | loadTemplateFile* -> LoadTemplateFile* | gearsix | 1 | +9 | -6 |
2021-09-29 23:21 | added LoadTemplateStringTmpl | gearsix | 1 | +25 | -2 |
2021-07-28 12:50 | added tests for IsSupported*; improvements & fixes | gearsix | 4 | +67 | -3 |
2021-07-28 12:21 | added template.go#SupportedTemplateLangs,IsSupportedTemplateLangs() | gearsix | 1 | +18 | -0 |
2021-07-27 13:35 | added data.go#SupportedDataLangs,IsSupportedDataLang() | gearsix | 1 | +24 | -4 |
2021-07-06 10:13 | added .Source to suti.Template | gearsix | 1 | +2 | -1 |
2021-07-02 19:03 | template.go - tidyup; refactored Template.Execute() | gearsix | 1 | +29 | -28 |
2021-07-02 18:55 | typo fix | gearsix | 1 | +1 | -1 |
2021-06-03 12:54 | minor fix to print in data.go; Error->Fatal in *_test.go files | GeaRSiX | 4 | +25 | -25 |
2021-04-27 16:29 | moretidyup | gearsix | 3 | +3 | -4 |
2021-04-27 16:22 | ran gofmt | gearsix | 4 | +12 | -14 |
2021-04-13 10:55 | caught up with CHANGELOG | gearsix | 1 | +29 | -2 |
2021-04-13 10:24 | refactored cmd/suti.go to work with new API | gearsix | 2 | +89 | -19 |
2021-04-13 10:24 | updated template_test.go to new data api | gearsix | 1 | +12 | -15 |
2021-04-13 10:22 | added file.go to provide SortFileList() | gearsix | 2 | +173 | -0 |
2021-04-13 10:18 | major rework to data.go; made api more in-line with std golib | gearsix | 2 | +52 | -334 |
2021-04-11 15:56 | bugfixes, typo for mustache extensions | gearsix | 1 | +5 | -5 |
2021-04-11 14:02 | renamed ExecuteTemplate -> Execute; Execute takes interface{} (not Data) | gearsix | 3 | +16 | -16 |
2021-04-11 01:59 | renamed ExecuteTemplate -> Execute | gearsix | 1 | +2 | -2 |
2021-04-11 01:54 | go.sum update | gearsix | 1 | +146 | -0 |
2021-04-11 01:54 | added cmd/suti_test.go | gearsix | 3 | +588 | -0 |
2021-04-11 01:53 | updated suti.go to use new Template | gearsix | 1 | +2 | -2 |
2021-04-10 23:22 | made Template a struct | gearsix | 2 | +32 | -26 |
2021-04-10 22:45 | improved error messaging | gearsix | 1 | +3 | -0 |
2021-04-09 16:39 | filename fix in example/logs/ | gearsix | 1 | +0 | -0 |
2021-04-09 14:17 | added CHANGELOG for future | gearsix | 1 | +8 | -0 |
2021-04-09 14:01 | using notabug.org as git home | gearsix | 2 | +2 | -2 |
2021-04-09 14:00 | updated doc for GenerateSuperData | gearsix | 1 | +1 | -2 |
2021-03-30 11:16 | directories passed in the partials arg now get parsed recursively | gearsix | 3 | +22 | -8 |
2021-03-28 16:48 | moved docs/suti.txt -> README; formatting fixes in *.go | gearsix | 6 | +204 | -192 |
2021-03-25 11:53 | minor amendment to docs | gearsix | 1 | +7 | -5 |
2021-03-25 11:48 | added --help | gearsix | 1 | +45 | -0 |
2021-03-25 11:44 | typo fix | gearsix | 1 | +1 | -1 |
2021-03-25 11:42 | added support for -flag=arg argument syntax | gearsix | 1 | +8 | -2 |
2021-03-22 00:28 | small tidyup work in examples/ | gearsix | 32 | +25 | -22 |
2021-03-21 17:22 | standardized pkg layout; bugfixes & refactors | gearsix | 13 | +1075 | -1030 |
2021-03-20 21:00 | added a v.cool example | gearsix | 35 | +350 | -0 |
2021-03-20 14:36 | tidied suti.go into multiple funcs | gearsix | 1 | +64 | -39 |
2021-03-17 17:27 | added GPLv3 license; added mustache support | gearsix | 9 | +1457 | -84 |
2021-03-17 12:44 | big refactor & tidyup | gearsix | 7 | +240 | -320 |
2021-03-15 15:52 | added result validation to template_test.go; bugfixes in template.go | gearsix | 3 | +98 | -17 |
2021-03-15 14:46 | trimmed extra newlines from warn prints | gearsix | 1 | +5 | -5 |
2021-03-15 14:45 | added toml support to data parsing | gearsix | 2 | +129 | -100 |
2021-03-15 13:19 | minor improv to err handling in LoadTemplateFile | gearsix | 3 | +27 | -54 |
2021-03-14 13:21 | added yaml support; ran gofmt | gearsix | 6 | +134 | -77 |
2021-03-13 13:40 | added some comment doc to data.go; split sortFileData | gearsix | 1 | +84 | -54 |
2021-03-13 13:19 | moved suti.txt to doc/ | gearsix | 2 | +126 | -127 |
2021-03-13 13:07 | added config file parsing to init | gearsix | 1 | +31 | -6 |
2021-03-09 20:35 | finished main(); only accept 1 root template | gearsix | 2 | +16 | -18 |
2021-03-09 20:26 | added TestExecuteTemplate | gearsix | 1 | +40 | -8 |
2021-03-08 17:28 | added ExecuteTemplate | gearsix | 1 | +25 | -0 |
2021-03-06 12:21 | added tests for GenerateSuperData and MergeData | gearsix | 1 | +78 | -17 |
2021-03-04 18:19 | added MergeData(), started work on GenerateSuperData | gearsix | 1 | +31 | -2 |
2021-03-04 17:42 | added sort order options to sortData (-asc/-desc) | gearsix | 4 | +74 | -26 |
2021-03-03 21:14 | added sortFileData & tests for checking it; ran gofmt | gearsix | 5 | +149 | -51 |
2021-03-01 20:50 | fixing in data.go; added support for glob paths | gearsix | 3 | +98 | -64 |
2021-02-27 16:34 | made template & data types public | gearsix | 4 | +11 | -11 |
2021-02-26 19:39 | added template_test.go | gearsix | 1 | +78 | -0 |
2021-02-16 18:07 | added template.go | gearsix | 3 | +73 | -1 |
2021-02-16 15:16 | modified the argument names; updated suti.txt | gearsix | 2 | +69 | -60 |
2021-02-14 23:54 | merged LoadDataFile into LoadDataFiles | gearsix | 2 | +25 | -47 |
2021-02-14 16:02 | added tests for data.go funcs | gearsix | 1 | +83 | -0 |
2021-02-14 13:19 | moved suti.go -> src/; added src/data.go; | gearsix | 3 | +168 | -157 |
2021-02-11 20:09 | suti.go: added data parsing | gearsix | 1 | +98 | -16 |
2021-02-11 15:37 | added suti.go; finished first-pass on parseArgs | gearsix | 1 | +75 | -0 |
2021-02-10 20:47 | git init; added man1 .txt spec | gearsix | 1 | +121 | -0 |