Releases: yantrajs/yantra
Releases · yantrajs/yantra
Added logical assignment operators
Full Changelog: v1.2.295...v1.2.302
- Added support for
&&=and||= - Static initializers fixed
- Added support for .Net 10
- Removed redundant try/catch
v1.2.295
Full Changelog: v1.2.290...v1.2.295
- Decimal parser fixed
- Added support for decimal for some math functions wherever dotnet native implementation is available such as
Math.abs,Math.roundetc. - test262 tests moved to different repository
Release 1.2.290
- Added decimal support.
0.2m + 0.1m === 0.3mresults intrue.typeof 0.1m === "decimal"is also `true.0.2m + 1fails with an error you cannot mix decimal with any other numbers.
v1.2.282
Full Changelog: v1.2.267...v1.2.282
Methods optimized.
v1.2.267
Full Changelog: v1.2.261...v1.2.267
- Added support for
yield*. - Method optimizations.
v1.2.261
Full Changelog: v1.2.245...v1.2.261
new.targetremoved fromArgumentsand moved to stack.- Added
TypeQueryto utilize compiler's lambda tokens
v1.2.245
Full Changelog: v1.2.242...v1.2.245
- Fixed CLR Integration
- Upgraded unit tests to .NET 9
v1.2.242
v1.2.238
- Added
.at()for Array. - Added default 'this` as engine context.
Full Changelog: v1.2.234...v1.2.238
v1.2.234
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