Skip to content

Latest commit

 

History

History
152 lines (87 loc) · 8.39 KB

CHANGELOG.md

File metadata and controls

152 lines (87 loc) · 8.39 KB

v1.4.0 (2021-10-25)

🏡 Internal

v1.3.12 (2021-10-22)

🏡 Internal

v1.3.11 (2021-06-04)

🏡 Internal

v1.3.10 (2021-05-27)

🔼 Dependencies

v1.3.9 (2021-03-26)

🏡 Internal

v1.3.8 (2021-03-22)

🐛 Bug Fixes

v1.3.7 (2021-02-17)

🔼 Dependencies

1.3.6 - 2020-10-06

1.3.5 - 2020-09-12

  • refactor: upgrade to babel 7 & drop node 8 support - @aaarichter #18
    • 12a21ef ♻️ chore: update devDependencies
    • ad8cbff ♻️ chore: upgrade swagger-parser
    • 1c18355 ♻️ chore: upgrade commander
    • b28382e 📦️ refactor: upgrade to babel 7
    • 0e5020d 💚 ci: update travis to use node 10 - 14
    • 42cca4f 🐛 fix: npm audit
    • 365db23 📝 docs: update README and CONTRIBUTING
    • d38fad9 💚 ci: update eslint config files
    • 8c4d405 🐛 fix: address feedback

1.3.4

1.3.3

  • don't die on Query or Mutation without fields - @dbushong #15
    • e4c466f fix: don't die on Query or Mutation w/out fields

1.3.2

  • 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

1.3.1

1.3.0

  • fix & support pathitem parameters - @dbushong #9
    • b3b8a3e fix: ignore non-method pathitem entries
    • 31e7ce1 feat: add support for pathitem-level params - see: v3

1.2.0

1.1.4

  • chore: remove silly preinstall check - @dbushong #7
    • 38bad34 chore: remove silly preinstall check
    • bd5a616 fix: use Buffer.from() instead of new Buffer()

1.1.3

1.1.2

1.1.1

  • 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

1.1.0

1.0.0