Releases: NativeScript/android
Releases · NativeScript/android
v8.5.0
What's Changed
- feat: native timer polyfills by @edusperoni in #1733
- chore: bump compile sdk by @vmutafov in #1739
- fix: memcpy array data for non-direct java bytebuffers by @vmutafov in #1740
- fix: refactor console.log implementation a bit by @vmutafov in #1741
- fix: possible infinite loop and memory leak in metadata reader by @edusperoni in #1749
- chore: merge main into v8-10.3.22-perf by @vmutafov in #1750
- Restore Console inspector for V8 10.3 by @ptomato in #1751
- Restore DOM and Network callback handlers by @ptomato in #1752
- feature/v8 10.3.22 perf by @vmutafov in #1743
New Contributors
Full Changelog: v8.4.0...v8.5.0
v8.4.0
What's Changed
- fix: handle missing child classes when querying native classes by @edusperoni in #1718
- feat: upgrade libzip to 1.9.2 by @edusperoni in #1724
- fix: JvmField annotated fields by @triniwiz in #1726
- feat: add class name to native objects by @edusperoni in #1723
- fix: RunOnMainThreadCallback & PostFrameCallback by @triniwiz in #1721
- chore: perf op by @triniwiz in #1725
- build(deps): bump xmldom and jasmine-reporters in /test-app/build-tools/jsparser/tests by @dependabot in #1727
- Generate metadata for all subprojects by @ammarahm-ed in #1730
- fix: typedarray & raf by @triniwiz in #1729
- feat: settings.gradle plugin by @ammarahm-ed in #1731
- fix: typed array by @triniwiz in #1738
New Contributors
- @ammarahm-ed made their first contribution in #1730
Full Changelog: v8.3.0...v8.4.0
v8.3.0
v8.2.4
v8.2.3
v8.2.2
v8.2.1
v8.2.0
What's Changed
- Gradle 7 support
- API31 fixes
- Updated all androidX libraries
- exposed
__drainMicrotaskQueue
global - console.time to use 3 digit precision
- direct TypedArray marshalling
- updated js_parser and babel versions to latest
- fixed worker termination and cleanup
- updated included dts-generator with improvements (aar support, default generics, ...)
v7.0.1
v7.0.0
Android Runtime v7.0
- Metadata fixes, eliminating crashing on startup when kotlin support libraries are included in application
- Support for new new configuration system (backwards compatible with prior NS CLI's)
- Support for new multitasking (behind a test flag)
- Upgraded v8 engine - 8.3.110.9
- Updated AndroidX dependencies