Skip to content

Releases: yantrajs/yantra

v1.2.111

09 Mar 05:34
Compare
Choose a tag to compare
  1. Memory footprint reduced by removing unnecessary caching. Most delegates will be created once as JSContext will keep cache of delegates.
    Full Changelog: v1.2.109...v1.2.111

v1.2.109

07 Mar 13:13
Compare
Choose a tag to compare
  1. Added ability to change naming convention on member names for Clr objects #66

Full Changelog: v1.2.108...v1.2.109

Version 1.2.108

17 Feb 16:24
Compare
Choose a tag to compare

Speed of Map and WeakMap improved.

Version 1.2.107

20 Jan 08:09
Compare
Choose a tag to compare
  1. Lazy initialization of Intl objects fixes MAUI crash.

Full Changelog: v1.2.102...v1.2.107

Version 1.2.102

14 Jan 10:35
Compare
Choose a tag to compare
  1. Parameter destructuring in Arrow functions fixed.

Full Changelog: v1.2.98...v1.2.102

Version 1.2.98

10 Jan 16:23
Compare
Choose a tag to compare
  1. Fixed crash in setTimeout by adding catch in setTimeout which reports error in the console.

Version 1.2.97

09 Jan 14:11
54fb917
Compare
Choose a tag to compare

What's Changed

  • Bump NuGet.Protocol from 5.7.0 to 5.9.3 in /YantraJS by @dependabot in #63

New Contributors

Full Changelog: v1.2.96...v1.2.97

Version 1.2.96

07 Jan 16:16
Compare
Choose a tag to compare
  1. Reflect property override bug fixed.
  2. Class/Function expression name removed from scope

Version 1.2.93

07 Jan 13:32
Compare
Choose a tag to compare
  1. Added Late binding for classes

Version 1.2.59

04 Dec 16:21
7b42ac2
Compare
Choose a tag to compare
  1. Projects upgraded to .NET 6
  2. Some of IL generation issues fixed
  3. Speed improvements in destructuring
    Full Changelog: v1.2.51...v1.2.59