diff --git a/Jurassic/Jurassic.csproj b/Jurassic/Jurassic.csproj index a7ff585e..a383fafb 100644 --- a/Jurassic/Jurassic.csproj +++ b/Jurassic/Jurassic.csproj @@ -5,10 +5,10 @@ Paul Bartrum A .NET library to parse and execute JavaScript code. - 3.0.0-alpha + 3.0.0 true true - https://opensource.org/licenses/MIT + LICENSE.txt https://github.com/paulbartrum/jurassic https://raw.githubusercontent.com/wiki/paulbartrum/jurassic/nuget-logo.png JavaScript ECMAScript @@ -18,14 +18,34 @@ $(DefineConstants);ENABLE_DEBUGGING $(DefineConstants);NETSTANDARD bin\$(Configuration)\$(TargetFramework)\Jurassic.xml + * Migrated 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 + https://github.com/paulbartrum/jurassic.git + git + master + 3ce05b3455dce546d36f08902546a61ac50c6c81 + true + + + + + \ No newline at end of file