Skip to content

v0.2.2

Choose a tag to compare

@fbartho fbartho released this 27 Feb 19:59
· 239 commits to master since this release
320235d

New

  • Fix: Queries with Arrays & omitted fields would treat those fields as required (and fail) #85

v0.2.x - Other Changes

  • Fix: Query throws an error when path-parameter is falsy #82
  • Fix: Concurrency bug when multiple requests are in flight and both use @export(as:) #81
  • Fix: fieldNameNormalizer/fieldNameDenormalizer should now be working! #80
  • Improvement: Jest should now report code-coverage correctly for Unit Tests on PRs!
  • Feature: Support Handling Non-success HTTP Status Codes
  • Feature: Dynamic Paths & Query building using pathBuilder
  • Improvement: Sourcemaps should now be more TypeScript aware (via rollup changes) see #76 for more up-to-date info.