Releases: dustinfarris/ember-cashay
Releases · dustinfarris/ember-cashay
v0.6.2
Changelog
- #37
Test waiter fixes/improvements
@dustinfarris - #36
Bump yarn version
@dustinfarris
v0.6.0
Release notes
@live
queries are now tested and supported. You will probably want to use something like mock-socket for testing and themoduleForAcceptance
helper that ember-cashay ships with to make sure queries and subscriptions are done loading before your assertions fire.
Changelog
- #32
Support for live fields
@dustinfarris - #29
Yarn
@dustinfarris
v0.5.0
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
- #25
Upgrade to ember-cli 2.10.0
@dustinfarris - #24
Drop browserify
@dustinfarris
v0.3.0
Release notes
- Tests for basic CRUD operations, see the dummy app for details
Changelog
- #20
CRUD tests
@dustinfarris - #18
Update dependencies
@dustinfarris - #17
Update dependencies
@dustinfarris
v0.2.0
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
- #15
Bump broccoli-cashay-schema to v0.3.0
@dustinfarris - #14
Drop babel-runtime
@dustinfarris - #11
Bump cashay and ember-redux versions
@dustinfarris - #9
Add copy-server-schema config
@dustinfarris - #8
Upgrade ember-cli to v2.9.1
@dustinfarris - #7
Use addon config for schema directory
@dustinfarris - #6
Bump broccoli-cashay-schema to v0.2.4
@dustinfarris
v0.1.0
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
- #5
Configuration support
@dustinfarris - #4
Update installation docs
@dustinfarris - #2
Add default blueprint
@dustinfarris - #1
Initial implementation
@dustinfarris