v2.8
v2.8
This release comes with a number of experimental but stable features that might eventually become standard practice. The features are there to use if you with but adjacent from the older code so there is zero risk in updating to this version.
Breaking Changes:
- None
Features:
New data-type
jsonc
(Concatenated JSON). This is an experimental parser for reading multiple JSON documents in a single file or stream. The expectation is that it will eventually replacejsonl
(jsonlines) and possibly even the defaultjson
data-typeAutocomplete can now split on
=
. However this is an experimental featureNew
autocomplete
directive:Goto
. This is an experimental way to add a little more structure to autocomplete definitions without resorting to using dynamic code everywhereautocomplete
directiveFlagValues
now supports two values:"*"
and""
. These define default properties regardless of the flag used
Minor Changes:
Unmatched records in index (
[
) when parsing a table now produces the same configurable behavior (erroring by default but which can be disabled) as when using index against an objectAutocompletion suggestions for
yarn
Data-type field in
function
is now optionalLots of improvements to the docs
Bug Fixes:
$MyVar[[/path/to/element]]
now behaves the same when used infixed as it did when used as a function
Published: 23.05.2022 at 22:23
See Also
- Get Nested Element (
[[ Element ]]
): Outputs an element from a nested structure - Public Function (
function
): Define a function block - Reserved Variables: Special variables reserved by Murex
- Tab Autocompletion (
autocomplete
): Set definitions for tab-completion in the command line jsonc
: Concatenated JSON- index: Outputs an element from an array, map or table
This document was generated from gen/changelog/v2.8_doc.yaml.