From e00c3f7c5c0843d795ccad630a41420a59b47dae Mon Sep 17 00:00:00 2001 From: JF Technology <57098161+jf-tech@users.noreply.github.com> Date: Thu, 4 Jul 2024 09:19:49 +1200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 664ccfa..a00cb35 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ situations. - Golang 1.16 or later. ## Recent Major Feature Additions/Changes +- 2024/06: v1.0.5 released: **upgraded minimum go version to 1.16**; enabled full ES6 feature support in javascript custom function. - 2022/09: v1.0.4 released: added `csv2` file format that supersedes the original `csv` format with support of hierarchical and nested records. - 2022/09: v1.0.3 released: added `fixedlength2` file format that supersedes the original `fixed-length` format with support of hierarchical and nested envelopes. - 1.0.0 Released!