Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: alexdupre/caliban

Tags

v1.1.0

Toggle v1.1.0's commit message
[ci skip] update docs

v1.0.1

Toggle v1.0.1's commit message
Do not try to parse the result when data is None

v1.0.0

Toggle v1.0.0's commit message
Remove useless type parameters

v0.10.1

Toggle v0.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update zio-json to 0.1.5 (ghostdogpr#895)

v0.10.0

Toggle v0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Scala 3 Support (ghostdogpr#847)

* Initial setup

* fmt

* Fix CI

* Move stuff

* Simplify

* Fix CI

* Upgrade Scala 3 to RC2

* gqldoc macro for Scala 3 (ghostdogpr#849)

* Implement derivation for SubscriptionSchema

* Implement ArgBuilder derivation

* Polishing

* Schema derivation

* Remove test code

* WIP Schema

* Enable tests on Scala 3

* Uncomment some tests

* Remove logic for value classes since it's not supported

* Fix ExecutionSpec

* Fix ValidationSchemaSpec

* Enable client on Scala 3

* Remove federation from Scala 3

* Enable Scala 3 on Caliban Client for Scala.js

* Simplify derivation and make it work with Scala enums

* Exclude test for now

* Remove import

* cats-parse scala3 (ghostdogpr#850)

* bak cat-parse

* merge scala3 branch

* update cats-parse

* Update core/src/main/scala-3/caliban/parsing/Parser.scala

* Update core/src/main/scala-3/caliban/parsing/Parser.scala

Co-authored-by: Pierre Ricadat <[email protected]>

* Enable tests

* Unignore last ignored test

* Fix merge issue

* Cosmetic changes

* fmt

* Update docs

Co-authored-by: Javier Martínez <[email protected]>
Co-authored-by: timzaak <[email protected]>

v0.9.5

Toggle v0.9.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Upgrade zio and zio-json (ghostdogpr#768)

v0.9.4

Toggle v0.9.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Improve laziness of typeclass derivation (ghostdogpr#658)

* Improve laziness of typeclass derivation

* Fix build for 2.12

* Rename Exported to Derived

* Improve error messages

* Renaming

* Renaming + improve docs

v0.9.3

Toggle v0.9.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix interfaces (ghostdogpr#619)

* Collect interfaces in collectTypes

* Fix interface fragment selection + add test

v0.9.2

Toggle v0.9.2's commit message
Fix publishing

v0.9.1

Toggle v0.9.1's commit message
Fix build errors with 2.13