Releases: dustinfarris/broccoli-cashay-schema
Releases · dustinfarris/broccoli-cashay-schema
v0.4.0
Release notes
- BREAKING CHANGES
- Your cashay schema file must export an actual schema instead of a function that returns a schema. This prepares the plugin for the next version of ember-cashay.
Changelog
- #17
Accept a graphql schema instead of a function
@dustinfarris - #16
Adjust graphql peerDependency
@dustinfarris
v0.3.0
Release notes
- BREAKING CHANGES
- You must provide graphql and cashay to the plugin
- All arguments moved to the options object (see README)
Changelog
- #14
Receive injected cashay
@dustinfarris - #13
Drop babel
@dustinfarris - #11
Install ESLint
@dustinfarris
v0.2.5
Changelog
- #10
Drop babel-runtime
@dustinfarris
v0.2.4
Changelog
- #8
Do not use destructure syntax
@dustinfarris
v0.2.3
Changelog
- #7
Add babel-core to dependencies
@dustinfarris
v0.2.2
Changelog
- #4
Add babel-runtime to dependencies
@dustinfarris
v0.2.1
Changelog
- #3
Add mkdirp to dependencies
@dustinfarris
v0.2.0
Release notes
- The API has changed to allow a
watchNode
option. See README.
Changelog
- #1
Rebuild schema when files change
@dustinfarris
v0.1.0
Changelog
- Initial implementation