Skip to content

v0.4.1

Choose a tag to compare

@fbartho fbartho released this 18 Jul 18:17
fe49c8d

New in v0.4.1

  • Fix: Correctly slicing nested key-paths #134
  • Fix: Improve Types for ServerError #133

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: pathBuilder signature changes to give them access to context & other data #131 and support optional Values #130
  • Breaking Change: bodyBuilder signature changes to give them access to context & other data (for consistency with pathBuilder)
  • 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