v0.4.1
New in v0.4.1
v0.4.0
Breaking changes around path-variable replacement and pathBuilder (previously undocumented, #132).
- Breaking Change: paths now have a new style for variable replacement. (Old style is marked as deprecated, but will still work until v0.5.0). The migration should be easy in most cases
/path/:foo=>/path/{args.foo} - Breaking Change:
pathBuildersignature changes to give them access to context & other data #131 and support optional Values #130 - Breaking Change:
bodyBuildersignature changes to give them access to context & other data (for consistency withpathBuilder) - Fix/Feature: Queries that fetch Scalar values or Arrays of scalar values should now work! #129
Tickets from this milestone: https://github.com/apollographql/apollo-link-rest/milestone/4