Skip to content

Releases: yantrajs/yantra

Added logical assignment operators

06 Mar 03:14

Choose a tag to compare

Full Changelog: v1.2.295...v1.2.302

  1. Added support for &&= and ||=
  2. Static initializers fixed
  3. Added support for .Net 10
  4. Removed redundant try/catch

v1.2.295

12 Dec 16:24

Choose a tag to compare

Full Changelog: v1.2.290...v1.2.295

  1. Decimal parser fixed
  2. Added support for decimal for some math functions wherever dotnet native implementation is available such as Math.abs, Math.round etc.
  3. test262 tests moved to different repository

Release 1.2.290

12 Oct 12:32
cd07bb3

Choose a tag to compare

  1. Added decimal support.
  2. 0.2m + 0.1m === 0.3m results in true.
  3. typeof 0.1m === "decimal" is also `true.
  4. 0.2m + 1 fails with an error you cannot mix decimal with any other numbers.

v1.2.282

24 Feb 07:39

Choose a tag to compare

Full Changelog: v1.2.267...v1.2.282

Methods optimized.

v1.2.267

08 Feb 10:55

Choose a tag to compare

Full Changelog: v1.2.261...v1.2.267

  1. Added support for yield*.
  2. Method optimizations.

v1.2.261

02 Feb 14:58

Choose a tag to compare

Full Changelog: v1.2.245...v1.2.261

  1. new.target removed from Arguments and moved to stack.
  2. Added TypeQuery to utilize compiler's lambda tokens

v1.2.245

30 Nov 13:19

Choose a tag to compare

Full Changelog: v1.2.242...v1.2.245

  1. Fixed CLR Integration
  2. Upgraded unit tests to .NET 9

v1.2.242

21 Nov 04:54
5a5db93

Choose a tag to compare

Full Changelog: v1.2.238...v1.2.242

  1. .NET 9 double to int conversion fixed #100 .

v1.2.238

04 Nov 12:03

Choose a tag to compare

  1. Added .at() for Array.
  2. Added default 'this` as engine context.

Full Changelog: v1.2.234...v1.2.238

v1.2.234

10 Oct 05:20
f6a9d47

Choose a tag to compare

What's Changed

  • Bump System.Text.Json from 8.0.4 to 8.0.5 in /YantraJS.Core by @dependabot in #98

Full Changelog: v1.2.232...v1.2.234