首页
开源
资讯
活动
开源许可证
软件工程云服务
软件代码质量检测云服务
持续集成与部署云服务
社区个性化内容推荐服务
贡献审阅人推荐服务
群体化学习服务
重睛鸟代码扫描工具
登录
注册
代码拉取完成,页面将自动刷新
Watch
1
Star
0
Fork
0
moyuk
/
juniper
Fork 仓库
加载中
取消
确认
代码
Issues
0
Pull Requests
0
Wiki
0
统计
标签
标签名
描述
提交信息
操作
juniper_rocket-0.3.0
Release juniper_rocket 0.3.0
81a2c2b
2019-05-17 10:11
下载
juniper_iron-0.4.0
Release juniper_iron 0.4.0
bd2da30
2019-05-17 10:09
下载
juniper-0.11.1
f02e427
2018-12-19 09:35
下载
juniper_hyper-0.2.0
Release juniper_hyper 0.2.0
f3d0308
2018-12-19 03:12
下载
juniper_warp-0.2.0
Release juniper_warp 0.2.0
bd4f3c7
2018-12-18 06:51
下载
juniper_iron-0.3.0
Release juniper_iron 0.3.0
bd4f3c7
2018-12-18 06:51
下载
juniper_rocket-0.2.0
Release juniper_rocket 0.2.0
bd4f3c7
2018-12-18 06:51
下载
juniper-0.11.0
Release juniper 0.11.0
56954b1
2018-12-18 06:49
下载
juniper_codegen-0.11.0
Release juniper_codegen 0.11.0
bcf2223
2018-12-18 06:04
下载
0.9.2
406bdaa
2018-01-13 18:06
下载
0.9.1
ca9d5c1
2017-12-04 01:33
下载
0.9.0
5af0e4a
2017-12-03 23:59
下载
0.8.1
Version 0.8.1 Minor release to fix broken crate metadata.
39159ac
2017-06-16 02:32
下载
0.8.0
Version 0.8.0 Breaking changes ================ * To better comply with the specification, and to avoid weird bugs with very large positive or negative integers, support for `i64` has been completely dropped and replaced with `i32`. `i64` is no longer a valid GraphQL type in Juniper, and `InputValue`/`Value` can only represent 32 bit integers. If an incoming integer is out of range for a 32 bit signed integer type, an error will be returned to the client. ([#52](https://github.com/mhallin/juniper/issues/52), [#49](https://github.com/mhallin/juniper/issues/49)) * Serde has been updated to 1.0. If your application depends on an older version, you will need to first update your application before you can upgrade to a more recent Juniper. ([#43](https://github.com/mhallin/juniper/pull/43)) * `rustc_serialize` support has been dropped since this library is now deprecated. ([#51](https://github.com/mhallin/juniper/pull/51)) New features ============ * A new `rocket-handlers` feature now includes some tools to use the [Rocket](https://rocket.rs) framework. [A simple example](examples/rocket-server.rs) has been added to the examples folder. Bugfixes ======== * A panic in the parser has been replaced with a proper error ([#44](https://github.com/mhallin/juniper/pull/44))
f336a9a
2017-06-15 23:02
下载
0.7.0
Version 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.
eca20cd
2017-02-26 19:58
下载
0.6.3
Version 0.6.3 New features ============ * Add support for default values on input object fields ([#28](https://github.com/mhallin/juniper/issues/28))
0a3bbf8
2017-02-19 19:58
下载
0.6.2
Version 0.6.2 New features ============ * The `null` literal is now supported in the GraphQL language. ([#26](https://github.com/mhallin/juniper/pull/26)) * Rustc-serialize is now optional, but enabled by default. If you _only_ want Serde support, include Juniper without default features and enable Serde. ([#12](https://github.com/mhallin/juniper/pull/12)) * The built-in `ID` type now has a public constructor and derives a few traits (`Clone`, `Debug`, `Eq`, `PartialEq`, `From<String>`, `Deref<Target=str>`). ([#19](https://github.com/mhallin/juniper/pull/19)) * Juniper is now built and tested against all Rust compilers since version 1.12.1. Minor breaking change ===================== * Serde has been updated to 0.9. ([#25](https://github.com/mhallin/juniper/pull/25)) Bugfixes ======== * The built-in GraphiQL handler had a bug in variable serialization. ([#16](https://github.com/mhallin/juniper/pull/16)) * The example should now build and run without problems on Windows. ([#15](https://github.com/mhallin/juniper/pull/15)) * Object types now properly implement `__typename`. ([#22](https://github.com/mhallin/juniper/pull/22)) * String variables are now properly parsed into GraphQL enums. ([#17](https://github.com/mhallin/juniper/pull/17))
708b99b
2017-02-05 20:57
下载
0.6.1
Version 0.6.1 New features ============ * Optional Serde support (#8) Improvements ============ * The `graphql_input_object!` macro can now be used to define input objects as public Rust structs. * GraphiQL in the Iron GraphiQL handler has been updated to 0.8.1 (#11) Minor breaking changes ====================== Some undocumented but public APIs were changed. * `to_snake_case` correctly renamed to `to_camel_case` (#9) * JSON serialization of `GraphQLError` changed to be more consistent with how other values were serialized (#10).
8620eb1
2017-01-06 20:15
下载
0.6.0
Major API updates, see CHANGELOG for more details
f33213e
2017-01-02 20:15
下载
0.5.3
Fixes and improvements for usability New features: * Helper trait and macro for producing FieldResults Improvements: * Relax iron handler trait requirements * Let RootNode be Send and Sync if Mutations/Queries are Fixes: * Return statements in field resolver functions caused syntax errors
cd33093
2016-12-06 05:23
下载
下载
请输入验证码,防止盗链导致资源被占用
取消
下载