Skip to content

Commit

Permalink
Release v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimecbernardo committed Feb 21, 2019
1 parent 0c79eff commit 94ff478
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
</tr>
<tr>
<td>
<a href="#0.2.3">0.2.3</a><br/>
<a href="#0.2.2">0.2.2</a><br/>
<a href="#0.2.1">0.2.1</a><br/>
<a href="#0.2.0">0.2.0</a><br/>
Expand All @@ -18,6 +19,23 @@
</tr>
</table>

<a id="0.2.3"></a>
## Version 0.2.3 - Feb 21 2018

### Notable Changes
- Update `nodejs-mobile` binaries to `v0.1.9`.
- Adopt target defined by the Cordova app in Android.
- Improve JNI reference cleaning.

### Commits
- [[`0c79eff`](https://github.com/janeasystems/nodejs-mobile-cordova/commit/0c79eff29381353c07b7cc30d2b1b1dd48974a9c)] - android: release JNI references from initializing (Jaime Bernardo)
- [[`4a79e96`](https://github.com/janeasystems/nodejs-mobile-cordova/commit/4a79e96b8f313296fb050ecc413f053d1ac7f5c8)] - test: optimize stress test memory output (Jaime Bernardo)
- [[`eed7662`](https://github.com/janeasystems/nodejs-mobile-cordova/commit/eed766298cf481587ff5bce9bf359e018a099464)] - doc: add Xcode 10 Legacy Build System workaround (Jaime Bernardo)
- [[`baeece3`](https://github.com/janeasystems/nodejs-mobile-cordova/commit/baeece3e93cb89fc97c4ca501f354ef6e84b62c0)] - doc: workaround for missing NDK mips64el toolchain (Jaime Bernardo)
- [[`9850627`](https://github.com/janeasystems/nodejs-mobile-cordova/commit/98506271475ed488db6e267d76ed563857b5d1f7)] - test: update testapp cordova-android to 6.4.0 (Jaime Bernardo)
- [[`a91ff10`](https://github.com/janeasystems/nodejs-mobile-cordova/commit/a91ff10e42b1060a142079a4e9e7b17d44dfd7dc)] - android: adopt app project defined targets (Jaime Bernardo)
- [[`5ab4e77`](https://github.com/janeasystems/nodejs-mobile-cordova/commit/5ab4e770fcc9b7004f308d91588443ee2068ce96)] - core: update nodejs-mobile v0.1.9 (Jaime Bernardo)

<a id="0.2.2"></a>
## Version 0.2.2 - Nov 07 2018

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nodejs-mobile-cordova",
"version": "0.2.2",
"version": "0.2.3",
"description": "Node.js for Mobile Apps Cordova plugin",
"cordova": {
"id": "nodejs-mobile-cordova",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="nodejs-mobile-cordova"
version="0.2.2">
version="0.2.3">

<name>Node.js Mobile</name>
<description>Node.js for Mobile Apps Cordova Plugin</description>
Expand Down

0 comments on commit 94ff478

Please sign in to comment.