Skip to content

Releases: yantrajs/yantra

v1.2.51

19 Sep 05:56
Compare
Choose a tag to compare

Eval and Execute methods renamed.

  1. Eval will evaluate and return the value immediately.

  2. ExecuteAsync return a promise that will finish when all setTimeout/setInterval are done executing. ExecuteAsync should be used in server environment. Execute is synchronous counterpart of ExecuteAsync that runs a message pump internally and blocks execution till ExecuteAsync is resolved.

Full Changelog: v1.2.50...v1.2.51

v1.2.50

09 Sep 05:56
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.47...v1.2.50

v1.2.47

31 Aug 16:59
181316d
Compare
Choose a tag to compare

What's Changed

  • For each replaced with MoveNext for IFastEnumerable by @ackava in #47
  • "Disable clr integration" property in JSModuleContext Constructor for isolate context by @ZverGuy in #50
  • Implement module creating via lambda expression like jint by @ZverGuy in #52
  • Change builds to be in Release mode by @lahma in #58

New Contributors

Full Changelog: v1.2.33...v1.2.47

Version 1.2.33

03 Jul 10:35
d8346ab
Compare
Choose a tag to compare
  1. Added System.Text.Json
  2. Removed null for functions in JSON.stringify
  3. Added Class Member Initializations

Version 1.2.27

18 Jun 11:59
Compare
Choose a tag to compare
  1. Added Reflect Object
  2. Added Proxy Object

v1.2.24

29 May 13:05
Compare
Choose a tag to compare
  1. Added global await support
  2. Module loader's import is converted to await import statement

v1.2.23

28 May 11:15
313634a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.25...v1.2.23