Skip to content

Commit 5513cc8

Browse files
Working on Node.js for Mobile Apps v0.2.1
1 parent 62d0e98 commit 5513cc8

File tree

3 files changed

+36
-4
lines changed

3 files changed

+36
-4
lines changed

doc_mobile/CHANGELOG.md

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
</tr>
77
<tr>
88
<td>
9+
<a href="#0.2.0">0.2.0</a><br/>
910
<a href="#0.1.9">0.1.9</a><br/>
1011
<a href="#0.1.8">0.1.8</a><br/>
1112
<a href="#0.1.7">0.1.7</a><br/>
@@ -20,8 +21,39 @@
2021
</tr>
2122
</table>
2223

24+
<a id="0.2.0"></a>
25+
## 2019-04-03, Version 0.2.0 (Current)
26+
27+
### Notable Changes
28+
29+
* Updates the node engine version to Node 10.13 LTS.
30+
31+
### Commits
32+
33+
* [[`62d0e98e4a`](https://github.com/janeasystems/nodejs-mobile/commit/62d0e98e4ada1f0dc63cd85a82018101f9e2ccb9)] - Node.js on Mobile v0.2.0 (Jaime Bernardo)
34+
* [[`ab4ab84d8f`](https://github.com/janeasystems/nodejs-mobile/commit/ab4ab84d8ff2860e18d21294873cf6658211568b)] - test,android: increase delay in performance test (Jaime Bernardo)
35+
* [[`cde2d9c35b`](https://github.com/janeasystems/nodejs-mobile/commit/cde2d9c35b1b9773613d0ee796d448d1aebf48ea)] - test: fix sequential/test-performance delay (Jaime Bernardo)
36+
* [[`4179ccaa60`](https://github.com/janeasystems/nodejs-mobile/commit/4179ccaa60c7b604b323baa6992ed714a8f7bf52)] - test,android: set stdout and stderr line buffered (Jaime Bernardo)
37+
* [[`e4ac4b6375`](https://github.com/janeasystems/nodejs-mobile/commit/e4ac4b63752a8cb042d99d229f6e98812a15ab79)] - test,android: adapt node v10.13 tests for mobile (Jaime Bernardo)
38+
* [[`278a6ee23f`](https://github.com/janeasystems/nodejs-mobile/commit/278a6ee23f044437c4a6273f837eb894e1611f02)] - test,android: fix output strings in v10.13 tests (Jaime Bernardo)
39+
* [[`1ccea686a7`](https://github.com/janeasystems/nodejs-mobile/commit/1ccea686a711677c4cec3bb32c3dc0c27d869603)] - test,ios: adapt node v10.13 tests for mobile (Jaime Bernardo)
40+
* [[`df751614d4`](https://github.com/janeasystems/nodejs-mobile/commit/df751614d4bf204f60d3f3bf6032ff3265a398c2)] - test,android: skip tests for unsupported features (Jaime Bernardo)
41+
* [[`116e521aad`](https://github.com/janeasystems/nodejs-mobile/commit/116e521aadd3c7f62c7fb90e8620bbf9a4ad14d3)] - test,ios: skip tests for unsupported features (Jaime Bernardo)
42+
* [[`8a7689c814`](https://github.com/janeasystems/nodejs-mobile/commit/8a7689c8144f498278d737627cbeb7931dd0f8f8)] - android: select the correct openssl gyp file (Jaime Bernardo)
43+
* [[`a7a909dce6`](https://github.com/janeasystems/nodejs-mobile/commit/a7a909dce6b22094c5f6c8f9f1d8045d6b956bdf)] - android,ios: don't build openssl-cli project (Jaime Bernardo)
44+
* [[`786d06994d`](https://github.com/janeasystems/nodejs-mobile/commit/786d06994d590ff62e4955fbb4f20ded76e4fc89)] - android: add -lpthread for building in linux host (Jaime Bernardo)
45+
* [[`004987c4ab`](https://github.com/janeasystems/nodejs-mobile/commit/004987c4abd89761b711f3d578b631bef3a89943)] - android: configure project with cross-compiling (Jaime Bernardo)
46+
* [[`1a427eca29`](https://github.com/janeasystems/nodejs-mobile/commit/1a427eca29f1f3fc721d6053d92fc980840fdf21)] - android: include missing ares_android.h file (Jaime Bernardo)
47+
* [[`af284844d6`](https://github.com/janeasystems/nodejs-mobile/commit/af284844d661adf77df01d6fde13c746db7e3acb)] - ios: 8-byte align cclock mutexPtr (Jaime Bernardo)
48+
* [[`5d8380ea30`](https://github.com/janeasystems/nodejs-mobile/commit/5d8380ea30a032a205a4afc4453911df967ae776)] - ios: Update iOS arm64_CallFunction with upstream (Jaime Bernardo)
49+
* [[`0dca331e9a`](https://github.com/janeasystems/nodejs-mobile/commit/0dca331e9a82933103e25cf79cb19acbd82ade54)] - ios: set CLANG_CXX_LANGUAGE_STANDARD to gnu++1y (Jaime Bernardo)
50+
* [[`cd03287e70`](https://github.com/janeasystems/nodejs-mobile/commit/cd03287e70820219435e621ba35db1ca8cd070bd)] - ios,chakra: use asm arm64_GET_CURRENT_FRAME (Jaime Bernardo)
51+
* [[`815abe6bd1`](https://github.com/janeasystems/nodejs-mobile/commit/815abe6bd137021f840cbc48560a70dbb232acea)] - ios,chakra: replace GetTotalRam with direct call (Jaime Bernardo)
52+
* [[`18d291d811`](https://github.com/janeasystems/nodejs-mobile/commit/18d291d8110c59ab7a5d3ef66f672f93deafe97a)] - Merge node-chakracore-v10.13.0 (Jaime Bernardo)
53+
* [[`a7102a2d41`](https://github.com/janeasystems/nodejs-mobile/commit/a7102a2d4132af96bfab82405317e61e724eba9f)] - Working on Node.js for Mobile Apps v0.2.0 (Jaime Bernardo)
54+
2355
<a id="0.1.9"></a>
24-
## 2019-02-07, Version 0.1.9 (Current)
56+
## 2019-02-07, Version 0.1.9
2557

2658
### Notable Changes
2759

src/node_mobile_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
#define NODE_MOBILE_MAJOR_VERSION 0
77
#define NODE_MOBILE_MINOR_VERSION 2
8-
#define NODE_MOBILE_PATCH_VERSION 0
8+
#define NODE_MOBILE_PATCH_VERSION 1
99

10-
#define NODE_MOBILE_VERSION_IS_RELEASE 1
10+
#define NODE_MOBILE_VERSION_IS_RELEASE 0
1111

1212
# if NODE_MOBILE_VERSION_IS_RELEASE
1313
# define NODE_MOBILE_TAG ""

src/node_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#define NODE_VERSION_IS_LTS 1
3030
#define NODE_VERSION_LTS_CODENAME "Dubnium"
3131

32-
#define NODE_VERSION_IS_RELEASE 1
32+
#define NODE_VERSION_IS_RELEASE 0
3333

3434
#ifndef NODE_STRINGIFY
3535
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)

0 commit comments

Comments
 (0)