Skip to content

Releases: groupon/swagql

v1.3.3

10 Feb 16:53
Compare
Choose a tag to compare
  • don't die on Query or Mutation without fields - @dbushong #15
    • e4c466f fix: don't die on Query or Mutation w/out fields

v1.3.2

01 Aug 02:01
Compare
Choose a tag to compare
  • handle invalid key names - @erothman-groupon #10
    • 93401e5 fix: handle invalid key names
    • 0c4752e fix: replace array with a set and update makeValidName
    • 51a6511 fix: do not add resolver to input types
    • 064b821 fix: do not assume type is always a string
    • 95b0def fix: add test for nested objects
    • 88e1e4f fix: create map fields resolve function for posts & puts
    • e223653 fix: handle nested objects in post/put resolver function

v1.3.1

12 Jul 19:48
Compare
Choose a tag to compare

v1.3.0

01 Jul 20:30
Compare
Choose a tag to compare
  • fix & support pathitem parameters - @dbushong #9
    • b3b8a3e fix: ignore non-method pathitem entries
    • 31e7ce1 feat: add support for pathitem-level params - see: v3

v1.2.0

05 Jun 21:11
Compare
Choose a tag to compare

v1.1.4

31 May 22:36
Compare
Choose a tag to compare
  • chore: remove silly preinstall check - @dbushong #7
    • 38bad34 chore: remove silly preinstall check
    • bd5a616 fix: use Buffer.from() instead of new Buffer()

v1.1.3

31 May 16:04
Compare
Choose a tag to compare

v1.1.2

28 Feb 21:27
Compare
Choose a tag to compare

v1.1.1

21 Feb 17:55
Compare
Choose a tag to compare
  • Add array connection tests and mention usage in docs - @saumitrab #3
    • 66a809a test: add a test for array-to-connection
    • fff5685 docs: mention pagination details in README

v1.1.0

20 Feb 21:23
Compare
Choose a tag to compare