dotansimha
0401c8e3a6
updated subscriptions-transport-ws version
2017-05-28 16:40:21 +03:00
dotansimha
834b2eb762
updated changelog
2017-05-28 16:38:29 +03:00
Blake Embrey
0e52588a1f
Append location.hash
to history navigation
2017-05-19 22:30:43 -04:00
Jonas Helfer
638d5d8b96
Update CHANGELOG.md
2017-04-21 09:22:37 -07:00
Jonas Helfer
66d561ba70
Update CHANGELOG.md
2017-04-14 10:37:00 -07:00
Chua Kiem Fai
eeca88ddc5
Update changelog
2017-04-12 09:21:16 +08:00
Jonas Helfer
587358a336
Update CHANGELOG.md
2017-04-10 11:46:16 -07:00
Hagai Cohen
ece5f30da2
Update dependencies ( #350 )
...
* Update dependencies
* chore(package): fix changelog
* chore(tests): disable tests for koa over node 6
* update changelog
2017-04-08 17:03:40 -07:00
Nick Nance
45aa44f08e
Zeit micro support ( #347 )
...
* micro is only supported in node 6 or greater
* update dependencies
* working Graphiql Server
* updated changelog
* fix linting errors
* adding micro to test suite
* added micro example
2017-04-08 14:17:49 -07:00
Urigo
12c8a02b18
Merge branch 'master' into feat/subscriptions-graphiql
...
# Conflicts:
# lerna.json
# package.json
# packages/graphql-server-lambda/README.md
# packages/graphql-server-lambda/src/lambdaApollo.ts
2017-03-28 20:27:21 +03:00
Reyad Attiyat
789a4ddf40
Update README and Changelog
...
Add example lambda handler and some documentation
2017-03-28 20:25:42 +03:00
Jonas Helfer
d30a420894
Merge branch 'master' into DxCx-changlog
2017-01-31 18:47:23 -08:00
Hagai Cohen
7db522be9b
Update CHANGELOG.md
2017-01-31 17:42:47 +02:00
Reyad Attiyat
e5f69548de
Update README and Changelog
...
Add example lambda handler and some documentation
2017-01-30 16:58:59 -06:00
jadkap
b52f8fff9a
Update CHANGELOG.md
2017-01-26 15:37:09 -05:00
Jonas Helfer
279f3e7f2b
Update CHANGELOG.md
2017-01-25 10:17:03 -08:00
Christian Raidl
e81f592597
allow graphql@0.9.0 as peerDependency
2017-01-25 11:46:07 +01:00
Hagai Cohen
5b578650ec
Merge branch 'master' into feature/restify-integration
2017-01-24 12:39:04 +02:00
Hagai Cohen
3d26656e78
Merge branch 'master' into feature/restify-integration
2017-01-24 12:32:52 +02:00
Hagai Cohen
123454165c
chore(package): Update CHANGELOG.md
2017-01-24 12:16:59 +02:00
Alan Christensen
539dd641bf
Use graphiql option variables if query variables are not supplied
2017-01-22 21:27:17 -06:00
Joel Griffith
d27b4af3bd
Merge remote-tracking branch 'upstream/master' into feature/restify-integration
2017-01-22 11:56:35 -08:00
Jonas Helfer
5b8abb2387
update CHANGELOG.md
2017-01-18 18:38:16 -08:00
Hagai Cohen
0ad6d42413
chore(package): Update CHANGELOG.md
2017-01-13 16:35:10 +02:00
Jonas Helfer
742b9a1323
update CHANGELOG.md
2017-01-12 23:40:36 +08:00
Jonas Helfer
eec802fd4e
update CHANGELOG.md
2017-01-07 11:56:22 +08:00
Hagai Cohen
0bb641b2c6
Update CHANGELOG.md
2016-11-17 14:58:57 +02:00
tallyb
9685e570d2
docs: Update changelog
2016-11-16 07:17:02 +02:00
Joel Griffith
d456ff5b2b
Adding in restify integration, docs, tests more...
2016-10-24 11:04:18 -07:00
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