Ember Wordpress Versions Save

The bridge between Ember.js and Wordpress

0.2.0

5 years ago

This is bigger release, thanks to @gibso in https://github.com/oskarrough/ember-wordpress/pull/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

6 years ago

Patches

  • Fix model exports: #44

0.1.6

6 years ago

Patches

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

0.1.5

6 years ago

Patches

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