Jurassic v3.0.0 Release Notes

Release Date: 2019-03-20 // about 5 years ago
  • ๐Ÿ†• 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