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