Skip to content

v2.0.0

Compare
Choose a tag to compare
@djhi djhi released this 23 Jan 15:48
· 249 commits to master since this release

Changes

  • Add ability to specify port for json-graphql-server binary through NODE_PORT djhi
  • Fix meta queries filter parameter djhi
  • Fix usage for fetch djhi
  • Fix for calling update multiple times sioked

Breaking changes

On client side, the function returned by getHandler now has the same signature as fetch: (url, options). It can be used the same way as before with fetch-mock.