|
6 | 6 | </tr>
|
7 | 7 | <tr>
|
8 | 8 | <td>
|
| 9 | +<a href="#0.3.1">0.3.1</a><br/> |
9 | 10 | <a href="#0.3.0">0.3.0</a><br/>
|
10 | 11 | <a href="#0.2.2">0.2.2</a><br/>
|
11 | 12 | <a href="#0.2.1">0.2.1</a><br/>
|
|
24 | 25 | </tr>
|
25 | 26 | </table>
|
26 | 27 |
|
| 28 | +<a id="0.3.1"></a> |
| 29 | +## 2020-05-25, Version 0.3.1 (Current) |
| 30 | + |
| 31 | +### Notable Changes |
| 32 | + |
| 33 | +* Updates the node engine version to 12.16.3 LTS. |
| 34 | +* Released binaries are now built with ndk r21b on Android. |
| 35 | +* Fix error when building Android binaries on Linux. |
| 36 | + |
| 37 | +### Commits |
| 38 | + |
| 39 | +* [[`2085766259`](https://github.com/janeasystems/nodejs-mobile/commit/20857662598a6a258d65a52f89a60653a92724ac)] - Node.js on Mobile v0.3.1 (Jaime Bernardo) |
| 40 | +* [[`12751bc4e3`](https://github.com/janeasystems/nodejs-mobile/commit/12751bc4e37ef9c640dd9379a7b4a16a121e93ef)] - doc: use NDK r21b for building (Jaime Bernardo) |
| 41 | +* [[`5cea85f8bb`](https://github.com/janeasystems/nodejs-mobile/commit/5cea85f8bb6e1a2ba2cbccaaa5b61e491c1ecc9a)] - test: fix mobile tests for 12.16.3 (Jaime Bernardo) |
| 42 | +* [[`31f23350b9`](https://github.com/janeasystems/nodejs-mobile/commit/31f23350b946a25644f76804451be41b68c1a5bf)] - android,build: different host flags for linking (Jaime Bernardo) |
| 43 | +* [[`e6817bd72e`](https://github.com/janeasystems/nodejs-mobile/commit/e6817bd72e432828da01bed42a3f8ac2b22a92f6)] - Merge node v12.16.3 (Jaime Bernardo) |
| 44 | +* [[`eaaef04170`](https://github.com/janeasystems/nodejs-mobile/commit/eaaef04170923fbcdbbb05a94f986179df4fe264)] - test,ios: don't skip empty UDP packet tests (Jaime Bernardo) |
| 45 | +* [[`a3e9ae90d0`](https://github.com/janeasystems/nodejs-mobile/commit/a3e9ae90d0f33ef9540ef40592b892f705d785d2)] - android,build: fix linking when building for host (Jaime Bernardo) |
| 46 | +* [[`a39af27170`](https://github.com/janeasystems/nodejs-mobile/commit/a39af27170bc49e5ff97480c4118b2f6ac72ac5c)] - Working on Node.js for Mobile Apps v0.3.1 (Jaime Bernardo) |
| 47 | + |
27 | 48 | <a id="0.3.0"></a>
|
28 |
| -## 2020-04-27, Version 0.3.0 (Current) |
| 49 | +## 2020-04-27, Version 0.3.0 |
29 | 50 |
|
30 | 51 | ### Notable Changes
|
31 | 52 |
|
|
35 | 56 | * Uses V8 snapshots on Android.
|
36 | 57 |
|
37 | 58 | ### Commits
|
| 59 | + |
38 | 60 | * [[`358217dfc1`](https://github.com/janeasystems/nodejs-mobile/commit/358217dfc1f55e2883264ea561902446ab41972b)] - Node.js on Mobile v0.3.0 (Jaime Bernardo)
|
39 | 61 | * [[`7c94e290e4`](https://github.com/janeasystems/nodejs-mobile/commit/7c94e290e41992678ab8f0616f3e6f1b6a8bdeeb)] - ios: add podspec to enable use with CocoaPods (Igor Makarov)
|
40 | 62 | * [[`dbaedc97f8`](https://github.com/janeasystems/nodejs-mobile/commit/dbaedc97f8963b1356e4fc8c70f463d2092b6a89)] - doc: update docs to V8 on iOS changes (Jaime Bernardo)
|
|
0 commit comments