- Allow to accept variables in mutations. See PR13
- Add cache expiration logic and cache all the items for one minute by default.
- Add query watching functionality and a built in cache.
- Add query variables support to .query().
- Update README
- Add ReactNative support. See: 1e0755e
- Fix issue of having fragment name having invalid chars
- Ability to require normally. Like this:
require('lokka').Lokka
- Validate transport via method signature. Not by the class it was created from.
- Initial version with basic querying support.