Releases: LiquidPlayer/LiquidCore
Releases · LiquidPlayer/LiquidCore
LiquidCore 0.3.0
Some significant improvements:
- Library much smaller (about half the size of 0.2.2)
- A number of bug fixes and stability improvements
- JavaScriptCore -> v8 bridge debugged and supported
This release will break your old MicroService
. A new parameter has been added to MicroService.ServiceStartListener
. You will need to add the Synchronizer
parameter to your onStart
method, but you can ignore it if you don't need asynchronous initialization.
Version 0.2.2
Mostly bug fixes and prepping for React Native
- Fixed issues #12, #17, #19, and #20
- Moved
LiquidServer
to its own repository - Moved
ConsoleSurface
to its own repository - Moved all examples into an example repository
LiquidCore.emit()
andLiquidCore.on()
can handle non-object (or no) params- Removed version number from the name, allowing JitPack to maintain it
- The
custom:liquidcore.surface
attribute now accepts a single string, to use an array usecustom:liquidcore.surfaces
- Surfaces are now separate from LiquidCore (hence, the 'Core'), so they can be used piecemeal
Version 0.2.1
- Fixed issue #18
- Fixed bug where sessions were not getting cleaned up
Version 0.2.0
- Full MicroService release
- Added first surface: ConsoleSurface
- Fixed a number of issues
Version 0.1.0
First release version. This version is suitable as a replacement for AndroidJSCore
. All other functionality is experimental.
To use, get it from Jitpack