Skip to content

Releases: Volst/graphql-form-helpers

v0.2.5

16 May 22:16
Compare
Choose a tag to compare
  • Fix save formatter not outputting the correct data for a singular relation (thanks to @thierryskoda)

v0.2.3

15 May 22:23
Compare
Choose a tag to compare
  • Allow null values on all elements (#9 )

v0.2.2

15 May 08:48
Compare
Choose a tag to compare
  • Fix 'merge is not a function' error appearing for some webpack configurations.

v0.2.0

08 May 19:41
Compare
Choose a tag to compare
  • Reduce package size (now only 1.04kb with all deps included!)
  • Make connect formatter handle arrays
  • Throw error when invalid values are given to parseFormToMutation
  • 100% code coverage!