Releases: VerachadW/kraph
Releases · VerachadW/kraph
v.0.6.1
- Updated to Kotlin 1.3.72 (#35)
- Support for Variables (#26 )
- Add Enum supports (#25 )
- Add Partial request printing (#19 )
v.0.6.0
Big thanks to @OinkIguana for contributing most of the changes.
- Update Kotlin version to 1.1.51
- Initial support for fragment (#17)
- Add ability to print
Query
, Variables
and Method Name
separately ( #19 )
v.0.5.1
- Refactor Argument part. Now you can pass
Map
for object parameter. (Fix #8)
v.0.5.0: Migrate kotlin v1.1.1 (#7)
- Migrate to Kotlin v.1.1.1
- [Breaking Changes] Change package to
me.lazmaid.kraph
.
v.0.4.1: Fix escaped string array (#6)
- Fix print function for string array parameter not escape properly
v.0.4.0
- Add more print functions
toRequestString()
and toGraphQueryString
. Please us this instead of toString()
v.0.3.0
- Add support for Relay cursor connection.
- Refactor a lot of internal classes to make code more readable.
- Add more Spek tests
v.0.2.0
- Add support for Mutation operation.
- Change Builder class name from
QL
to Kraph
- Fix escape double quote for String argument.