Skip to content

Releases: juri/graphqler

GraphQLer 0.3.2

19 Mar 15:02
Compare
Choose a tag to compare

This release contains no new features or bug fixes, it's just basic housekeeping.

  • Test compilation with Swift 5.7. Fix warnings.
  • Switch from Jazzy to DocC.

0.3.1

08 Mar 15:01
Compare
Choose a tag to compare

Bug Fixes

  • Make the append methods on Arguments public 🤦‍♂️

0.3.0

07 Mar 15:57
Compare
Choose a tag to compare

Bug Fixes

  • Fix version format to be semver compliant with three digits.
  • Upgrade Jazzy to a version that doesn't have a security vulnerability. Add configuration to ensure it does the right thing.

Features

  • Add EnumValue for representing values of an Enum type.
  • Replace most lets inside the structs with vars.
  • Add mutating append methods to Arguments.

Other changes

  • Remove the unnecessary and broken workspace from the repository.
  • Change spec links to link to graphql.org.

First release

02 Jun 15:24
Compare
Choose a tag to compare

Seems to work. I renamed the library after noticing a naming conflict.