Current |
---|
0.4.3 0.4.2 0.4.1 0.4.0 0.3.5 0.3.4 0.3.3 0.3.2 0.3.1 0.3.0 0.2.5 0.2.4 0.2.3 0.2.2 0.2.1 0.2.0 0.1.5 0.1.4 0.1.3 0.1.2 0.1.1 |
- Update
nodejs-mobile
binaries tov0.3.3
, fixing bugs on newer versions of the OSes. - iOS binaries now use .xcframework, supporting Xcode new build system.
- Support Cordova 10 and new Gradle versions.
- [
7951c0c
] - ios: support libnode .xcframework format (Jaime Bernardo) - [
94022b3
] - core: update nodejs-mobile v0.3.3 (Jaime Bernardo) - [
a917c6d
] - plugin: fix to support Cordova 10 and new Gradle (#12) (Hiroyuki Okada) - [
80ba48c
] - plugin: fix to work with cordova@10.0.0 (#13) (${Mr.DJA})
- Update
nodejs-mobile
binaries tov0.3.2
, which updates the engine tov12.19.0
LTS.
- [
7b78448
] - core: update nodejs-mobile v0.3.2 (Jaime Bernardo)
- Update
nodejs-mobile
binaries tov0.3.1
, which updates the engine tov12.16.3
LTS and uses V8 on iOS.
- [
7e45d1c
] - core: update nodejs-mobile v0.3.1 (Jaime Bernardo)
- Update
nodejs-mobile
binaries tov0.3.0
, which updates the engine tov12.16.0
LTS and uses V8 on iOS.
- [
643306d
] - core: update nodejs-mobile v0.3.0 (Jaime Bernardo)
- Update
nodejs-mobile
binaries tov0.2.2
. These binaries are built with Xcode 11 and Android NDK r20b, contain some minor fixes and are tested on iOS 13 / Android 10.
- [
1b29a2e
] - core: update nodejs-mobile v0.2.2 (Jaime Bernardo)
- Fixes to allow installing the plugin with the Cordova CLI version 9.
- [
72ede37
] - plugin: fix to support Cordova 9 cli (hanieel rodriguez)
- Update
nodejs-mobile-gyp
tov0.3.1
, fixing a potential security issue.
- [
987126b
] - plugin: update nodejs-mobile-gyp to 0.3.1 (Jaime Bernardo)
- Fix runtime error for applications built with Windows development machines.
- [
ad33e6e
] - android: use forward slash in file and dir lists (Jaime Bernardo)
- Update
nodejs-mobile
binaries tov0.2.1
, fixing an App Store submission error. - Fix error thrown when adding a big number of listeners in Cordova.
- Refactor
build.gradle
to better respectabiFilters
settings.
- [
5cffbe6
] - plugin: patch node-pre-gyp libc replacement (Jaime Bernardo) - [
9bbb23c
] - core: update nodejs-mobile v0.2.1 (Jaime Bernardo) - [
50b33d3
] - plugin: don't call process.emitWarning in cordova (Jaime Bernardo) - [
41689bc
] - android: respect abiFilters in gradle files (Jaime Bernardo)
- Update
nodejs-mobile
binaries tov0.2.0
, which updates the engine tov10.13.0
LTS.
- [
2e0ee4d
] - core: update nodejs-mobile v0.2.0 (Jaime Bernardo)
- Hotfix release: previous release didn't build for
cordova-android <= 6.3.0
.
- [
bc3c596
] - android: always specify abiFilter if not set (Jaime Bernardo)
- Support Cordova 8.
- Add 64 bit binaries for Android.
- [
bdfdee5
] - doc: remove Cordova 8 not being supported (Jaime Bernardo) - [
e38c2d4
] - test: update testapp versions to Cordova 8 (Jaime Bernardo) - [
b5e0e24
] - android: add 64-bit binaries support (Jaime Bernardo) - [
ce81228
] - android: support new platform project structure (Jaime Bernardo)
- Update
nodejs-mobile
binaries tov0.1.9
. - Adopt target defined by the Cordova app in Android.
- Improve JNI reference cleaning.
- [
0c79eff
] - android: release JNI references from initializing (Jaime Bernardo) - [
4a79e96
] - test: optimize stress test memory output (Jaime Bernardo) - [
eed7662
] - doc: add Xcode 10 Legacy Build System workaround (Jaime Bernardo) - [
baeece3
] - doc: workaround for missing NDK mips64el toolchain (Jaime Bernardo) - [
9850627
] - test: update testapp cordova-android to 6.4.0 (Jaime Bernardo) - [
a91ff10
] - android: adopt app project defined targets (Jaime Bernardo) - [
5ab4e77
] - core: update nodejs-mobile v0.1.9 (Jaime Bernardo)
- Update
nodejs-mobile
binaries tov0.1.8
, fixing exceptions on Apple A12 CPUs for iOS and being built with NDK r18b for Android.
- [
14ee5ea
] - core: update nodejs-mobile v0.1.8 (Jaime Bernardo) - [
4c2394a
] - docs: document os.tmpdir behavior in node (Jaime Bernardo)
- Update
nodejs-mobile
binaries tov0.1.7
, built with NDK r17b, to solve Android 7 C++ STL runtime issues.
- [
86b4f24
] - core: update nodejs-mobile v0.1.7 (Jaime Bernardo) - [
2b14218
] - ios: create Frameworks path before copying (jonathanz)
- Update
nodejs-mobile
binaries tov0.1.6
, with concurrent GC for iOS. - Improve native modules support.
- Automatically detect native modules.
- Remove simulator strip when building for iOS devices.
- [
a1ab3b8
] - core: update nodejs-mobile v0.1.6 (Jaime Bernardo) - [
df7df19
] - plugin: use original .bin for native modules (Jaime Bernardo) - [
53a1aeb
] - docs: describe native modules auto detection (Jaime Bernardo) - [
7dcbe77
] - plugin: add automatic native modules detection (Jaime Bernardo) - [
fea9773
] - docs: add native modules instructions to README (Jaime Bernardo) - [
29240cd
] - ios: cache native modules override preference (Jaime Bernardo) - [
3d430ec
] - ios: building for device removes the x86_64 arch (Jaime Bernardo) - [
8b7e854
] - android: check if native modules assets exist (Jaime Bernardo) - [
6cd38b0
] - ios: build native modules as frameworks (Jaime Bernardo)
- Update
nodejs-mobile
binaries tov0.1.5
. - Add new channel APIs.
- Include memory optimizations.
- Add
cordova-plugin-test-framework
tests for the plugin. - Add a test application to easily run the tests.
- [
bdd9506
] - plugin: update sample project for new pause API (Jaime Bernardo) - [
3cf9b28
] - plugin: use alternative nodejs-mobile-gyp path (Jaime Bernardo) - [
e14bcc7
] - core: update nodejs-mobile v0.1.5 (Jaime Bernardo) - [
767d0c3
] - test: add a test application to run the tests (Jaime Bernardo) - [
adfa52a
] - test: add cordova-plugin-test-framework tests (Jaime Bernardo) - [
8fb32db
] - android: allow starting engine after failed start (Jaime Bernardo) - [
05eb3cf
] - android: release node-cordova JNI local references (Jaime Bernardo) - [
6a5b842
] - ios: release memory from node-cordova messages (Jaime Bernardo) - [
00b88ea
] - ios: block starting engine more than once (Jaime Bernardo) - [
d71a51a
] - docs: add license (Alexis Campailla) - [
0eab389
] - ios: wait for pause event handler on background (Jaime Bernardo) - [
775839e
] - plugin: send many arguments through the channel (Jaime Bernardo) - [
dfa18b4
] - plugin: fix falsy-valued messages sent to node (Jaime Bernardo) - [
9da75bf
] - doc: document the app channel (Jaime Bernardo) - [
2fec512
] - plugin: add app.datadir API to get writable path (Jaime Bernardo) - [
aac179b
] - docs: update channel API in README.md (Enrico Giordani) - [
df75bb4
] - plugin: improved events channel, app channel (Enrico Giordani)
- Hotfixes release.
- [
c723064
] - android: build node assets lists after prepare (Jaime Bernardo) - [
22e5f9f
] - android: remove version settings from gradle file (Jaime Bernardo)
- Update
nodejs-mobile
binaries tov0.1.4
. - Include experimental native modules build code.
- Show stdout and stderr in Android logcat.
- Include the nodejs-project in the runtime NODE_PATH when starting with script code.
- Add async initialization on Android.
- Increase the iOS node thread stack size to 1MB.
- [
f53534f
] - plugin: remove native modules detection (Jaime Bernardo) - [
c4cd7ec
] - docs: rephrasing of some README.md sections (Jaime Bernardo) - [
dd22c90
] - bridge: emit message event inside a setImmediate (Jaime Bernardo) - [
7ac8dd9
] - ios: increase node's thread stack size to 1MB (Jaime Bernardo) - [
a4f2984
] - docs: Add native modules instructions (Jaime Bernardo) - [
a603da6
] - android: cache native modules override preference (Jaime Bernardo) - [
7fec514
] - android: use helper script to call npm on macOS (Jaime Bernardo) - [
ff19463
] - android: use gradle tasks inputs and output (Jaime Bernardo) - [
534114b
] - android: async initialization (Enrico Giordani) - [
75c9ec0
] - docs: update README.md (Enrico Giordani) - [
43be1e8
] - plugin: set NODE_PATH for 'nodejs.startWithScript' (Enrico Giordani) - [
c159d1b
] - android: replace AndroidManifest.xml (Enrico Giordani) - [
adbe081
] - android: redirect stdout/stderr to logcat (Enrico Giordani) - [
4e4d2ae
] - plugin: improve helper script shell compatibility (Jaime Bernardo) - [
cafd06a
] - plugin: Build native modules automatically (Jaime Bernardo) - [
488974d
] - plugin: use nodejs-mobile-gyp for native modules (Jaime Bernardo) - [
3041ede
] - android: add 'include/' to native code includes (Jaime Bernardo) - [
d134d6a
] - plugin: patch node-pre-gyp module path variables (Jaime Bernardo) - [
ce674b6
] - ios: native modules support (Jaime Bernardo) - [
88ef4d3
] - android: native modules support (Jaime Bernardo) - [
0855d43
] - plugin: move native files inside package (Jaime Bernardo) - [
e3635f3
] - core: update nodejs-mobile v0.1.4 (Jaime Bernardo)
- Update nodejs-mobile binaries to v0.1.3.
- Improve Android assets copy.
- [
0773a17
] - Android: optimized assets copy (Enrico Giordani) - [
f75f65d
] - Define strict mode in the nodejs api js (#2) (stoically) - [
fabe4da
] - Update calls to reflect changed API (Enrico Giordani) - [
3091985
] - libs: update nodejs-mobile to v0.1.3 (Enrico Giordani) - [
933b43e
] - Update package fields and plugin engines requirements. (Enrico Giordani) - [
26a52e2
] - Update README.md (Enrico Giordani)
- [
3fa38e8
] - Initial commit (Enrico Giordani)