Update API version to 2.3 (#3889)

Update the API reference doc also.

JerryScript-DCO-1.0-Signed-off-by: Peter Gal pgal.usz@partner.samsung.com
This commit is contained in:
Péter Gál
2020-06-10 13:02:30 +02:00
committed by GitHub
parent 049a0c43f6
commit 01e9670365
2 changed files with 5 additions and 3 deletions
+4 -2
View File
@@ -1910,7 +1910,7 @@ jerry_value_is_proxy (const jerry_value_t value)
**Example**
*New in version [next_version]*.
*New in version 2.3*.
```c
{
@@ -4363,7 +4363,7 @@ jerry_create_proxy (const jerry_value_t target,
**Example**
*New in version [next_version]*.
*New in version 2.3*.
[doctest]: # ()
@@ -4999,6 +4999,7 @@ jerry_has_property (const jerry_value_t obj_val,
- true/false API value - depend on whether the property exists
*Changed in version 2.0*: The return value type is now a JavaScript value and not a primitive boolean value.
*Changed in version 2.3*: The return value can be an error value.
**Example**
@@ -5058,6 +5059,7 @@ jerry_has_own_property (const jerry_value_t obj_val,
- true/false API value - depend on whether the property exists
*Changed in version 2.0*: The return value type is now a JavaScript value and not a primitive boolean value.
*Changed in version 2.3*: The return value can be an error value.
**Example**
+1 -1
View File
@@ -39,7 +39,7 @@ extern "C"
/**
* Minor version of JerryScript API.
*/
#define JERRY_API_MINOR_VERSION 2
#define JERRY_API_MINOR_VERSION 3
/**
* Patch version of JerryScript API.