File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 14
14
- Added ` Env::RunScript ` method to run JavaScript code contained in a string.
15
15
- Added templated version of ` Napi::Function ` .
16
16
- Added benchmarking framework.
17
- - Added support for natove addon instance data.
17
+ - Added support for native addon instance data.
18
18
- Added ` Napi::AsyncProgressQueueWorker ` api.
19
19
- Changed the guards to ` NAPI_VERSION > 5 ` .
20
20
- Removed N-API implementation (v6.x and v8.x support).
21
21
- ` Napi::AsyncWorker::OnWorkComplete ` and ` Napi::AsyncWorker::OnExecute ` methods
22
22
are override-able.
23
23
- Removed erroneous finalizer cleanup in ` Napi::ThreadSafeFunction ` .
24
- - Disabled cahcing in ` Napi::ArrayBuffer ` .
24
+ - Disabled caching in ` Napi::ArrayBuffer ` .
25
25
- Explicitly disallow assign and copy operator.
26
26
- Some minor corrections and improvements.
27
27
You can’t perform that action at this time.
0 commit comments