Dirkjan Ochtman
|
62d015cf86
|
Upgrade juniper_codegen dependencies (#231)
* Upgrade `juniper_codegen` to `syn-0.14`/`quote-0.6`
* Upgrade `juniper_codegen` to `regex-1.0`
* Fix comment typos in enum derive code
* Stop testing rust-1.21.0, replace with rust-1.23.0. rust-1.21.0 breaks with the newer dependencies
|
2018-08-27 14:51:12 -07:00 |
|
piperRyan
|
9080448da2
|
Add Compile Time Check For "Invalid" Names (#170)
|
2018-05-23 00:25:20 -07:00 |
|
Christoph Herzog
|
05c1011d83
|
(juniper_codegen) Upgrade syn + quote
|
2018-05-03 01:49:36 +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
|
3750349e71
|
Bump version to 0.9.0
|
2017-12-02 02:31:56 +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 |
|
theduke
|
a826b22ffb
|
Update Readme and Cargo files for new repo url
|
2017-08-07 08:20:05 +02:00 |
|
theduke
|
d33db983de
|
Add juniper_codegen crate.
This crate will contain multiple custom_derive implementations.
For now, only enum is supported.
|
2017-07-12 21:51:24 +02:00 |
|