Skip to content

0.2.0

Latest
Compare
Choose a tag to compare
@oskarrough oskarrough released this 04 Feb 10:10
· 28 commits to master since this release

This is bigger release, thanks to @gibso in #49.

BREAKING CHANGE: models are now prefixed with wordpress to avoid naming conflicts. So instead of this.store.findAll('post') you'll have to do this.store.findAll('wordpress/post'). Enjoy!