|
26 | 26 | <email>pinepain@gmail.com</email> |
27 | 27 | <active>yes</active> |
28 | 28 | </lead> |
29 | | - <date>2017-04-30</date> |
30 | | - <time>20:34:47</time> |
| 29 | + <date>2017-05-03</date> |
| 30 | + <time>16:59:56</time> |
31 | 31 | <version> |
32 | | - <release>0.1.5</release> |
33 | | - <api>0.1.5</api> |
| 32 | + <release>0.1.6</release> |
| 33 | + <api>0.1.6</api> |
34 | 34 | </version> |
35 | 35 | <stability> |
36 | 36 | <release>stable</release> |
37 | 37 | <api>stable</api> |
38 | 38 | </stability> |
39 | 39 | <license uri="https://opensource.org/licenses/mit">The MIT License (MIT)</license> |
40 | 40 | <notes> |
41 | | - This release introduces separate representation for undefined value and fixes some bugs. |
42 | | - Please, see change list below for more details. |
43 | | - |
44 | | - * - BC-breaking or potentially BC-breaking changes |
45 | | - |
46 | 41 | Changes to public API and other important changes which may affect end-user: |
47 | | - |
48 | | - - * Make V8\Isolate::ThrowException() method void; |
49 | | - - * Remove non-documented V8Isolate::ContextDisposedNotification(); |
50 | | - - * Make V8\Value, V8\PrimitiveValue and V8\NameValue abstract; |
51 | | - - V8\Isolate time limit affects js runtime only; |
52 | | - - Introduce separate class for undefined value - V8UndefenedValue; |
53 | | - - Fix V8\Tempalte::Set() to do not accept non-primitive values; |
54 | | - - Remove all private properties from V8\Isolate; |
| 42 | + |
| 43 | + - Enforce `Value()` method on all `V8\Primitive` values; |
| 44 | + - Fix segfault when zero args passed to `V8\FunctionObject::NewInstance()`; |
55 | 45 | </notes> |
56 | 46 | <contents> |
57 | 47 | <dir name="/"> |
|
211 | 201 | <file name="tests/V8FunctionObject.phpt" role="test" /> |
212 | 202 | <file name="tests/V8FunctionObject_Call.phpt" role="test" /> |
213 | 203 | <file name="tests/V8FunctionObject_Call_bad_args.phpt" role="test" /> |
| 204 | + <file name="tests/V8FunctionObject_NewInstance.phpt" role="test" /> |
214 | 205 | <file name="tests/V8FunctionObject_constructor_behavior.phpt" role="test" /> |
215 | 206 | <file name="tests/V8FunctionObject_die.phpt" role="test" /> |
216 | 207 | <file name="tests/V8FunctionObject_die_different_isolates.phpt" role="test" /> |
|
0 commit comments