﻿

   --------------------------------------------------------------------------------
                README file for MSIE JavaScript Engine for .NET v3.1.0

   --------------------------------------------------------------------------------

           Copyright (c) 2012-2023 Andrey Taritsyn - http://www.taritsyn.ru


   ===========
   DESCRIPTION
   ===========
   This library is a .NET wrapper for working with the JavaScript engines of
   Internet Explorer and Edge Legacy (JsRT versions of Chakra, ActiveScript version
   of Chakra and Classic JavaScript Engine). Project was based on the code of
   SassAndCoffee.JavaScript (https://github.com/anaisbetts/SassAndCoffee),
   Chakra Sample Hosts (https://github.com/panopticoncentral/chakra-host) and
   jsrt-dotnet (https://github.com/robpaveza/jsrt-dotnet).

   =============
   RELEASE NOTES
   =============
   1. In JsRT modes, `JsVariantToValue` and `JsValueToVariant` native methods are
      no longer used for embedding objects and types;
   2. JSON2 library was updated to version of October 30, 2022.

   ============
   PROJECT SITE
   ============
   http://github.com/Taritsyn/MsieJavaScriptEngine