Commit graph

38 commits

Author SHA1 Message Date
Sashko Stubailo
836a8c1b11 Add to changelog 2016-10-23 00:07:30 -07:00
Sashko Stubailo
269c13e7de Update changelog for 0.3.3 2016-10-22 16:27:40 -07:00
Nick Martin
78d8ef367b Shallow clone the context object for each query in a batch.
This lets users distinguish multiple queries in a batch. It also
protects against users modifying the context in one query and
affecting another. (Although modifications to existing properties
of the context object will still be visible in other queries because
we only shallow copy.)
2016-10-22 16:27:22 -07:00
Nicolás López
eae2a0ac7e update changelog 2016-10-17 14:09:21 -03:00
Sashko Stubailo
4663252a37 Changelog formatting 2016-10-12 16:24:43 -07:00
weipeng
778daed2a6 fix bugs for passHeader for Koa 2016-10-12 16:19:40 -07:00
Weipeng Kuang
f7392283e1 Update CHANGELOG.md 2016-10-12 16:19:40 -07:00
Conrad VanLandingham
9b9f4a7b00 Do'oh! Fix issue number 2016-10-05 11:02:50 -05:00
Conrad VanLandingham
9653ea4d80 Add author/pr# 2016-10-05 11:02:06 -05:00
Conrad VanLandingham
f16b714fc5 Add connect readme change to changelog 2016-10-05 10:58:45 -05:00
Olgert Erste
6ceca86561 Add TS declaration files as dependencies 2016-10-01 22:45:00 +03:00
Bojan Hribernik
05fb6dc396 Add changelog message for Koa integration change 2016-09-21 23:46:01 +02:00
Jonas Helfer
f9f4bb2a61 update changelog 2016-09-20 12:26:06 -07:00
Jonas Helfer
e87abf3b70 update changelog 2016-09-19 20:23:55 -07:00
Jonas Helfer
72214684ca 0.3.0 (#146)
* update changelog

* 0.3.0
2016-09-19 12:19:57 -07:00
Nicolás López
be0f5ec38d Pass custom header in GraphiQL (#133)
* Pass meteor login token in Authorization header

* Use passHeader method

* update changelog

* Fix lint rules
2016-09-12 15:07:35 -07:00
Nick Nance
f4546e7654 Output stack trace for errors in debug mode (#137)
* add debug option to runQuery

* add test for integrations

* update changelog

* fix lint error
2016-09-12 15:02:41 -07:00
Nick Nance
d0ed1faa0f Improve log function (#136)
* improve log function

* fix test cases

* update changelog

* add PR to changelog
2016-09-10 15:28:38 -07:00
Nick Nance
00394c6a23 Handle variable parse error (#131)
* error handling for parsing query variables
* update changelog
2016-09-09 20:30:27 -05:00
Nick Nance
fe9564d2cd Camelcase hapi (#132)
* camelcase hapi
* update changelog
2016-09-09 20:22:13 -05:00
Nick Nance
40e8b55594 HAPI Integration Refactor (#127)
* convert hapi plugin classes to functions
* create Hapi plugin options
* improve error handling
* working batch query
* add route config options
* improve HAPIGraphiQL api
* update documentation
2016-09-09 07:49:23 -05:00
Jonas Helfer
7b42c335ea Revert "Fix query batching for single queries for hapi integration. (#123)"
This reverts commit 64cd8069ac.
2016-09-06 12:05:27 -07:00
David Alan Hjelle
64cd8069ac Fix query batching for single queries for hapi integration. (#123) 2016-09-02 13:55:28 -07:00
Nick Nance
3d810da9fe support adding parsed operations to store (#104)
* support adding parsed operations to store

* expose ApolloOptions

* update Changelog

* fix missing operation in query

* improve code coverage
2016-08-22 20:19:01 -07:00
Nick Nance
58aa25f09e Expose OperationStore (#102)
* expose interface

* update documentation

* improve whitelisting example
2016-08-20 20:33:20 -07:00
Jonas Helfer
d37d973859 Version 0.2.5 (#94)
* 0.2.5

* update changelog

* update CHANGELOG.md - fix old typo
2016-08-14 01:18:57 -07:00
Jonas Helfer
adf57271ba log server events to logFunction (#78)
* log server events to logFunction

* update changelog
2016-08-05 11:14:56 -07:00
Jonas Helfer
ed00387282 Another typo in CHANGELOG.md 2016-08-02 10:49:34 -07:00
Jonas Helfer
ca5899c4ad Fix typo in CHANGELOG.md 2016-08-02 10:46:57 -07:00
Jonas Helfer
96e6ee5503 CHANGELOG.md: make PRs and mentions clickable 2016-08-02 10:46:29 -07:00
Jonas Helfer
d097c5f3d3 Remove vNEXT from CHANGELOG.md
No idea how it got there...
2016-08-02 10:42:06 -07:00
Jonas Helfer
5812c543a1 Bump CHANGELOG.md version from 0.2.0 to 0.2.1 2016-08-02 10:41:36 -07:00
Ian MacLeod
790fd30b5d Expose the Express response object to the options callback (#49)
For example, it's necessary to have the response object for mutations that set/clear cookies
2016-07-29 10:20:29 -07:00
Jonas Helfer
1f2d6ca821 Add support for connect (#58)
* add support for connect

* export apolloConnect and graphiqlConnect

* update changelog
2016-07-28 20:19:39 -07:00
Bojan Hribernik
925a3072a0 Mention Koa integration in CHANGELOG.md 2016-07-29 03:06:23 +02:00
Jonas Helfer
34b3f4ed52 update changelog 2016-07-05 15:12:24 -07:00
Jonas Helfer
07495a163e cherry-pick changes from master 2016-07-05 15:01:49 -07:00
James Baxley
4419eedb2b add empty changelog 2016-06-10 20:50:31 -04:00