Move AST::new() and AST::new_with_source() to internals.

This commit is contained in:
Stephen Chung
2021-11-29 10:58:46 +08:00
parent c5f2b0a253
commit 0ab86ac623
3 changed files with 60 additions and 22 deletions

View File

@@ -15,11 +15,12 @@ Enhancements
* Added `into_array` and `into_typed_array` for `Dynamic`.
* Added `FnPtr::call` to simplify calling a function pointer.
Deprecated API's
----------------
Deprecated and Gated API's
--------------------------
* `NativeCallContext::new` is deprecated because it is simpler to call a function pointer via `FnPtr::call`.
* `AST::merge_filtered` and `AST::combine_filtered` are no longer exported under `no_function`.
* `AST::new` and `AST::new_with_source` are moved under `internals`.
Version 1.2.1