Releases: LiquidPlayer/LiquidCore
Releases · LiquidPlayer/LiquidCore
LiquidCore 0.6.2
Maintenance release that is critical for iOS.
Critical
- iOS: Removed private API calls which were causing App store review failures (#108)
Bug Fixes
- iOS: Fixed compatibility issues in iOS 11.x (#101, #109); No support before 11.0
- Android/iOS: Fixed issue in node filesystem causing spurious assertions (#110)
Feature Request
- Android: removed
android.permission.WRITE_EXTERNAL_STORAGE
fromAndroidManifest.xml
by default (#95)
LiquidCore 0.6.1
Critical
Fixed critical iOS bugs:
If you are using iOS, you must update!
Feature Requests
- Android: added
JSContextGroup.terminateExecution()
to kill running scripts (#89) - Android: added
setTimeout()
,clearTimeout()
andsetInterval()
to raw JavaScript VM (#94) - Android: added
JSPromise
class for easier handling of JavaScript promises andasync/await
Miscellaneous
- iOS: Radical refactoring of code to make it easier to read
- Android: Cleanup of most warnings and lint
- Android: added additional test cases for better coverage
LiquidCore 0.6.0
LiquidCore 0.5.1
- Fixed initial bugs with iOS release
- Fixed issue #59 - using clang with latest NDK
- Minor performance improvements
- A lot of work on
LiquidView
in preparation for React Native
LiquidCore 0.5.0
LiquidCore is no longer an Android-only project! Version 0.5.0 now includes support for iOS.
Changes in 0.5.0:
LiquidCore 0.4.6
- Substantial performance improvements, especially with function callbacks to Java.
- Resolved issue #47
LiquidCore 0.4.5
LiquidCore 0.4.4
Release focused on speed improvements and stability. Issues with 0.4.0 fixed.
This is a major upgrade and I recommend everyone move to it.
- Upgraded to node 8.9.3 LTS (from 6.10.2)
- Default snapshots speed up context creation dramatically
- Other speed improvements through inefficiency reduction
- Reduced size of footprint by reusing the Android sqlite3 implementation
- Fixed all known concurrency and memory issues -- rock solid now
- C++ code completely overhauled for better readability and error reduction
LiquidCore 0.3.2
Removed some tests from the build
JavaScriptCore expects 'global' to be defined
LiquidCore 0.3.1
Fixes a couple of small issues with 0.3.0