Skip to content

Version 0.7.0

Compare
Choose a tag to compare
@mhallin mhallin released this 26 Feb 12:10
· 1258 commits to master since this release
0.7.0
Breaking changes
================

* The `iron-handlers` feature now depends on Iron 0.5
  ([#30](https://github.com/mhallin/juniper/pull/30)). Because of
  this, support for Rust 1.12 has been dropped. It might still work if
  you're not using the Iron integrations feature, however.

New features
============

* Input objects defined by the `graphql_input_object!` can now be used
  as default values to field arguments and other input object fields.