Skip to content

Releases: dustinfarris/ember-cashay

v0.6.2

23 Jan 18:33
v0.6.2
Compare
Choose a tag to compare

Changelog

v0.6.0

13 Jan 07:42
v0.6.0
Compare
Choose a tag to compare

Release notes

  • @live queries are now tested and supported. You will probably want to use something like mock-socket for testing and the moduleForAcceptance helper that ember-cashay ships with to make sure queries and subscriptions are done loading before your assertions fire.

Changelog

v0.5.0

16 Dec 08:28
v0.5.0
Compare
Choose a tag to compare

Release notes

  • BREAKING CHANGES
    • Your schema module must now return an actual schema instead of a function that returns a schema
  • graphql and cashay are now bona fide imports that you can use anywhere without the browserify prefix (:npm) See updated examples in the README.

Changelog

v0.3.0

09 Dec 23:50
Compare
Choose a tag to compare

Release notes

  • Tests for basic CRUD operations, see the dummy app for details

Changelog

v0.2.0

26 Nov 11:22
Compare
Choose a tag to compare

Release notes

  • Several optimizations to broccoli-cashay-schema to reduce number of dependencies
  • Moved default user-provided graphql schema to graphql-server/schema.js
  • Other enhancements and fixes mostly getting this ready for Twiddle

Changelog

v0.1.0

02 Nov 15:36
Compare
Choose a tag to compare

Release notes

First release of ember-cashay!

This initial implementation provides:

  • Automatic generation of client-safe schemas based on a server schema that you provide
  • Support for cashay queries
  • Support for ember-cli-mirage

The dummy app in the repo shows this all in action.

I expect to release several minor versions soon with some follow-up features:

Tentative roadmap (version numbers subject to change):

  • v0.2.0: optimizations for Twiddle
  • v0.3.0: cashay mutations support
  • v0.4.0: optimizations for Mirage
  • v0.5.0: authentication support
  • v0.6.0: cashay subscriptions support
  • v1.0.0: stable release

A lot of the above is likely possible already, but I intend to have proper acceptance tests proving so.

Enjoy!

Changelog