Christoph Herzog
f02e427cab
Refactor integration test layout + add minimal 2018 edition test
...
* Add a new integration_tests subdirectory that holds integration tests
* Add a new, temporary (and really minimal) 2018 edition test crate
2018-12-19 03:53:33 +01:00
Christian Legnitto
73175d7a10
Bump version
2018-12-17 13:11:21 -08:00
Christian Legnitto
6bc7b53ec6
Make sure we don't publish juniper_test
2018-12-12 19:18:12 -07:00
Christian Legnitto
9c1ce1fb7a
0.10.0 release ( #236 )
...
* Bump` juniper`, `juniper_codegen`, and `juniper_tests` versions.
* Bump integration crate requirements to include 0.10.0. `juniper_iron` gets a semver breaking version as it has a breaking change but `juniper_iron` does not.
* Move `juniper_rocket` changelog into one file. This aligns with `juniper_iron` and will be easier
to automate in the future.
* Let `juniper_warp` and `juniper_hyper` use `0.9.x` versions of Juniper. They don't rely on anything in 0.10.0 so don't require it.
2018-09-13 09:13:31 -07:00
Christian Legnitto
1fd5c10327
Add support for using doc comments as descriptions
...
Fixes https://github.com/graphql-rust/juniper/issues/194 .
2018-06-20 20:45:34 +02:00
Christoph Herzog
40c946c81c
0.9.2 release
...
* Changelogs
* Update versions and dependency versions
2018-01-13 10:34:30 +01:00
theduke
ca9d5c1c1a
Bump to 0.9.1 and fix up Cargo.toml files
2017-12-03 18:48:38 +01:00
theduke
00e80bbe88
(tests) Only build juniper_rocket on nightly
2017-12-03 00:40:49 +01:00
theduke
141292ad91
Export codegen from main juniper crate
...
Use a trick for re-exporting proc-macros to supply juniper_derive as a
dependency of juniper.
Users will now just have to depend on juniper directly.
2017-12-02 02:27:41 +01:00
Jane Keibler
1acf2067d3
Stabilized juniper_tests by using to FnvHashMap
...
Registry uses fnv::FnvHashMap instead of the std lib HashMap. This
commit updates the tests to match.
2017-10-20 18:35:42 +02:00
theduke
03f694fff6
Add nesting layer for codegen tests and add test for input_object derive
2017-07-12 21:51:24 +02:00
theduke
3b42c97a4a
Add juniper_tests crate with integration tests
2017-07-12 21:51:24 +02:00