All Versions
1
Latest Version
Avg Release Cycle
-
Latest Release
1863 days ago

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