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