Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 803 Bytes

CHANGELOG.md

File metadata and controls

34 lines (21 loc) · 803 Bytes

Change Log

v1.7.0

  • Allow to accept variables in mutations. See PR13

v1.6.0

  • Add cache expiration logic and cache all the items for one minute by default.

v1.5.0

  • Add query watching functionality and a built in cache.

v1.4.0

  • Add query variables support to .query().

v1.3.1

  • Update README

v1.3.0

  • Add ReactNative support. See: 1e0755e

v1.2.1

  • Fix issue of having fragment name having invalid chars

v1.2.0

  • Ability to require normally. Like this: require('lokka').Lokka

v1.1.0

  • Validate transport via method signature. Not by the class it was created from.

v1.0.0

  • Initial version with basic querying support.