dati

A Go library/binary to parse & execute data against template langauges.
git clone git://src.gearsix.net/dati
Log | Files | Refs | Atom | README | LICENSE

commit f4d2152df71f2bb7cf58d71790d38ff5cd98ef8b
parent ab45d1b8595dec2fdb98f1370e1ffc4d65a2099e
Author: gearsix <gearsix@tuta.io>
Date:   Sun, 19 Feb 2023 13:02:05 +0000

updated CHANGELOG (first time since v0.8.0 - oops)

Diffstat:
MCHANGELOG | 30++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+), 0 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG @@ -1,8 +1,38 @@ # CHANGELOG +# v1.2.2 + +- Added standardised package errors: + `ErrUnsupportedData`, `ErrUnsupportedTemplate`, `ErrUnsupportedTemplateType`, `ErrRootPathIsDir`, `ErrNilTemplate`. +- Minor improvements to comment docs in a few places +- Formatting changes to README.md +- Added some TODO items + +# v1.2.1 + +- updated LICENSE dates +- added `DataWrite` and `DataWriteFile` (with passing tests) +- added TODO file +- Renamed some parameters (more uniform & sensical) +- Renamed a few variables (`err` not `e`) + +# v1.1.0 + +- Added `IsDataFormat` and `IsTemplateLanguage` (with passing tests) + +# v1.0.0 + +- Depreciated functions were removed +- Fix to ReadDataFormat and ReadTemplateLanguage +- Updated cmd/dati.go to use new functions +- Renamed examples/suti.cfg to examples/dati.cfg (fixed dati_test) + ## v0.8.0 - rebranded to dati - data and template interface +- Added `LoadDataFile`, depreciated `LoadDataFilepath` +- Added `DataFormat`, `ReadDataFormat` depreciated `SupportedDataLangs`, `IsSupportedDataLang` +- Added `TemplateLanguage`, `ReadTemplateLanguage` depreciated `SupportedTemplateLangs`, `IsSupportedTemplate` ## v0.7.0