Skip to content

Version 0.2.2

Compare
Choose a tag to compare
@ericwlange ericwlange released this 09 Apr 02:50
· 422 commits to master since this release

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