Skip to content

Releases: apollographql/apollo-link-rest

v0.2.3

08 Mar 01:05
c9d81ae

Choose a tag to compare

New

  • Fix: react-native: Android boolean responses being iterated by fieldNameNormalizer throws an error #89

v0.2.x Improvements

  • Fix: Queries with Arrays & omitted fields would treat those fields as required (and fail) #85
  • 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.

v0.2.2

27 Feb 19:59
320235d

Choose a tag to compare

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.

v0.2.1

27 Feb 01:49
527c9aa

Choose a tag to compare

  • 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!