v6.4.2xxx
Features
-
csv
: when reformatting a generic or list of strings into a CSV, any preceding whitespace will now be trimmed. This behaviour can be disabled (ie reverted to pre-6.4.2xxx parsing) inconfig
:config set csv left-trim false
-
core: improved memory usage. Garbage collection automatically deallocates memory after each prompt when in interactive mode (issue #896)
-
onPrompt
: new interrupt:return
performed after[Return]
is pressed but while the cursor is still on the same line as the prompt (read more)
Bug Fixes
expr
: integer comparisons weren't being compared correctly when strict types was disabled. This wouldn't affect typical use cases because Murex defaults tonum
types which are floats (discussion #902 issue #903)