Started working on next version
h3rald h3rald@h3rald.com
Mon, 07 Dec 2020 09:54:10 +0100
3 files changed,
3 insertions(+),
16 deletions(-)
M
next-release.md
→
next-release.md
@@ -1,13 +0,0 @@
-* Added **apply-interpolate** (alias: **=%**) operator. -* Documented that it is possible also to interpolate with named placeholders, like this: `"Current Directory: $pwd" ("pwd" .) =%` -* Added **from-yaml** and **to-yaml** operators. Note that they only support dictionaries containing string values (primarily intended to access extremely simple YAML files containing just key/value pairs). -* Added **from-semver**, **to-semver**, **semver-major**, **semver-minor**, **semver-patch**, **semver** operators to manage version strings conforming to [Semantic Versioning](https://semver.org/) (additional labels are not yet supported). -* Automatically adding **.min** to files supplied to the min executable if they don't already end in .min. -* Fixed GC safety issues. -* Now statically linking libssl and libcrypto on all platform to provide HTTPS support out of the box. -* Now using a set of min tasks to perform a min release and other common operations. -* Added **escape** operator to escape quotes and special characters in a string. -* Added **quit** operator to exit with a 0 code. -* Addes **prefix** and **suffix** operators to prepens and append one string to another. - -**BONUS!** Are you using Visual Studio Code? check out the new [official extension](https://marketplace.visualstudio.com/items?itemName=h3rald.vscode-min-lang) for the min programming language!
M
site/settings.json
→
site/settings.json
@@ -6,5 +6,5 @@ "rules": "rules.min",
"temp": "temp", "templates": "templates", "title": "min language", - "version": "0.23.0" + "version": "0.24.0" }