Skip to content

0.7.0

Compare
Choose a tag to compare
@jessedoyle jessedoyle released this 18 Jan 21:22
· 95 commits to master since this release
  • (breaking change) A monkeypatch to the Crystal Logger class was temporarily added to master to fix a bug in core Crystal (#1982). This patch has now been removed from the codebase. Crystal v0.10.1 or higher is a requirement for this library.
  • Duktape::Runtime instances now return Crystal arrays and hashes for corresponding JS arrays and objects.
  • Duktape::Runtime can now accept hashes and arrays as arguments for call. These will be translated into Javascript objects and pushed to the stack.
  • Updated Duktape version to v1.4.0. See release info.