commit 1846f29faca0c0b8be5f9e7d3c78a516109b18e0
parent 94bcd4995d7b1c3291902e1226ba7a835c5cf4d4
Author: gearsix <gearsix@tuta.io>
Date: Thu, 16 Mar 2023 15:14:48 +0000
CHANGELOG: updated for v1.2.3
Diffstat:
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/CHANGELOG b/CHANGELOG
@@ -1,10 +1,12 @@
# CHANGELOG
-# v1.2.3
+## v1.2.3
- made sure the errors returned by `LoadData` and `WriteData` always indicates the DataFormat being parsed.
+- Added 'force' param to `WriteFileData`
+- Bugfix in `WriteFileData`, now it creates non-existing files
-# v1.2.2
+## v1.2.2
- Added standardised package errors:
`ErrUnsupportedData`, `ErrUnsupportedTemplate`, `ErrUnsupportedTemplateType`, `ErrRootPathIsDir`, `ErrNilTemplate`.
@@ -12,7 +14,7 @@
- Formatting changes to README.md
- Added some TODO items
-# v1.2.1
+## v1.2.1
- updated LICENSE dates
- added `DataWrite` and `DataWriteFile` (with passing tests)
@@ -20,11 +22,11 @@
- Renamed some parameters (more uniform & sensical)
- Renamed a few variables (`err` not `e`)
-# v1.1.0
+## v1.1.0
- Added `IsDataFormat` and `IsTemplateLanguage` (with passing tests)
-# v1.0.0
+## v1.0.0
- Depreciated functions were removed
- Fix to ReadDataFormat and ReadTemplateLanguage