Releases: apollographql/apollo-link-rest
Releases · apollographql/apollo-link-rest
v0.2.3
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
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
- 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!