Skip to content

v0.1.0

Compare
Choose a tag to compare
@dustinfarris dustinfarris released this 02 Nov 15:36
· 89 commits to master since this release

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