All Versions
1
Latest Version
Avg Release Cycle
-
Latest Release
1533 days ago
Changelog History
Changelog History
-
v3.0.0 Changes
March 20, 2019๐ New features when compared to v2.2.2:
- Migrated project to .NET core 2.0
- ๐ Silverlight support has been removed
- Jurassic classes are no longer implement ISerializable
- ๐ Support template literals
- ๐ Support extended unicode escape sequences
- ๐ Support for-of statements
- The CompiledScript class allows compiling script once, then running it on any ScriptEngine.
- ๐ Support for typed arrays, Map, Set, WeakMap and WeakSet.
- ๐ Partial support for symbols
- ๐ Support ECMAScript 6 library functions on String, Array, Number and Math