0.18.0
- Update Duktape version to
2.4.0
. - See the release notes for more info.
- Add bindings for
to_stacktrace
,safe_to_stacktrace
,push_bare_array
,require_constructable
, andrequire_constructor_call
. - Allow C compiler flag overrides when compiling Duktape. Define the
CFLAGS
variable duringshards install
(i.e.CFLAGS=-O1 shards install
). - No longer explicitly enable Duktape's Symbol builtin as it is now enabled by default.