Skip to content

LiquidCore 0.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@ericwlange ericwlange released this 18 Nov 16:14
· 407 commits to master since this 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.