Skip to content

Releases: LiquidPlayer/LiquidCore

LiquidCore 0.3.0

18 Nov 16:14
Compare
Choose a tag to compare
LiquidCore 0.3.0 Pre-release
Pre-release

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

09 Apr 02:50
Compare
Choose a tag to compare

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() and LiquidCore.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 use custom:liquidcore.surfaces
  • Surfaces are now separate from LiquidCore (hence, the 'Core'), so they can be used piecemeal

Version 0.2.1

21 Mar 12:00
Compare
Choose a tag to compare
  • Fixed issue #18
  • Fixed bug where sessions were not getting cleaned up

Version 0.2.0

11 Mar 12:14
Compare
Choose a tag to compare
  • Full MicroService release
  • Added first surface: ConsoleSurface
  • Fixed a number of issues

Version 0.1.0

21 Dec 16:28
Compare
Choose a tag to compare

First release version. This version is suitable as a replacement for AndroidJSCore. All other functionality is experimental.

To use, get it from Jitpack