Deprecate array methods that take function names as parameters.

This commit is contained in:
Stephen Chung
2022-12-19 22:42:21 +08:00
parent b880893154
commit cabab14475
3 changed files with 594 additions and 512 deletions

View File

@@ -22,6 +22,7 @@ Deprecated API's
* `Module::with_capacity` is deprecated.
* The internal method `Engine::eval_statements_raw` is deprecated.
* Array overloaded methods that take function names (as string) are deprecated in favor of using the `Fn("...")` call.
Speed improvements
------------------