- Modify
schema
property fromcomponent
tomixin
. - Bind
store
andmethods
to functions defined in theschema
as{state, methods}
allowing access to state and methods from self.
- Remove
as
parameter requirement. This prevents binding to the data object and simply exposes the store to the component instance.
- Updates to project build/structure
- New minified build + source maps
- First release