Skip to content

Commit

Permalink
Updates for v3 RTM
Browse files Browse the repository at this point in the history
  • Loading branch information
lahma committed Jan 19, 2024
1 parent c4e5ce2 commit e84fc1a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,8 @@

Jint is a __Javascript interpreter__ for .NET which can run on __any modern .NET platform__ as it supports .NET Standard 2.0 and .NET 4.6.2 targets (and later).

💡 You should prefer 3.x beta versions from NuGet over the 2.x. All new features and improvements are targeted against version 3.x.

## Supported features

Following features are supported in version 3.x.

#### ECMAScript 2015 (ES6)

- ✔ ArrayBuffer
Expand Down Expand Up @@ -125,10 +121,6 @@ Following features are supported in version 3.x.

> Follow new features as they are being implemented, see https://github.com/sebastienros/jint/issues/343
### Version 2.x

Version 2.x is no longer maintained and you should consider moving to using version 3.

## Performance

- Because Jint neither generates any .NET bytecode nor uses the DLR it runs relatively small scripts really fast
Expand Down Expand Up @@ -454,5 +446,3 @@ The following features provide you with a secure, sand-boxed environment to run
- The recommended branch is __main__, any PR should target this branch
- The __main__ branch is automatically built and published on [MyGet](https://www.myget.org/feed/Packages/jint). Add this feed to your NuGet sources to use it: https://www.myget.org/F/jint/api/v3/index.json
- The __main__ branch is occasionally published on [NuGet](https://www.nuget.org/packages/jint)
- The 3.x releases have more features (from es6) and is faster than the 2.x ones. They run the same test suite so they are as reliable. For instance [RavenDB](https://github.com/ravendb/ravendb) is using the 3.x version.
- The 3.x versions are marked as _beta_ as they might get breaking changes while es6 features are added.

0 comments on commit e84fc1a

Please sign in to comment.