Skip to content

Releases: oskarrough/ember-wordpress

0.2.0

04 Feb 10:10
Compare
Choose a tag to compare

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!

0.1.7

19 Dec 17:54
Compare
Choose a tag to compare

Patches

  • Fix model exports: #44

0.1.6

08 Dec 15:09
Compare
Choose a tag to compare

Patches

  • Replace deprecated Ember.String.pluralize(): 78e41ad (👋 @gregorymark)
  • Upgrade ember-cli and fix CI tests: #41

0.1.5

08 Dec 10:48
Compare
Choose a tag to compare

Patches

  • Added support for case insensitive headers lookup: 992077e
  • Fix serializing empty fields: 1632823