Browse Source

Releases: duk_get_prop_multi()

api-multi-get
Sami Vaarala 9 years ago
parent
commit
31671846b9
  1. 3
      RELEASES.rst

3
RELEASES.rst

@ -1371,6 +1371,9 @@ Planned
(read-only data section) which reduces the startup RAM usage of a low (read-only data section) which reduces the startup RAM usage of a low
memory build to ~3kB (from ~27kB) (GH-559) memory build to ~3kB (from ~27kB) (GH-559)
* Add duk_get_prop_multi() API call to read multiple properties conveniently
using a scanf()-like format string (GH-409)
* Allow ES6 unescaped curly braces ('{' and '}') in regular expressions * Allow ES6 unescaped curly braces ('{' and '}') in regular expressions
(non-standard before ES6) when no valid quantifier can be parsed; this (non-standard before ES6) when no valid quantifier can be parsed; this
improves compatibility with existing Javascript code which often assumes improves compatibility with existing Javascript code which often assumes

Loading…
Cancel
Save