From: Stephen Seo Date: Mon, 18 Nov 2024 08:10:41 +0000 (+0900) Subject: Update Changelog.md X-Git-Tag: 1.4~12 X-Git-Url: https://git.seodisparate.com/stephenseo/js/bootstrap.bundle.min.js?a=commitdiff_plain;h=ba1c692e2fc705ed8e3feaeb0e3475aec58b12de;p=c_simple_http Update Changelog.md --- diff --git a/Changelog.md b/Changelog.md index 823e58e..9e3b703 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,14 @@ ## Upcoming Changes +Implemented "IF", "ELSEIF", "ELSE", "ENDIF", and "INDEX" for templates. + +IF is used like: `{{{!IF Variable==SomeString}}}`. +ELSEIF is used like: `{{{!ELSEIF Variable==AnotherString}}}`. +ELSE is used like: `{{{!ELSE}}}`. +ENDIF is used like: `{{{!ENDIF}}}`. +INDEX is used like: `{{{!INDEX ArrayVar[2]}}}`. + ## Version 1.3 Fix internal erronous buffer declaration.