Jesse Rosenberger
9d0e7b6866
v1.3.5
2018-04-18 16:10:04 +03:00
David Glasser
bd2504e04b
v1.3.4
2018-03-28 13:57:11 -07:00
David Glasser
0f7c1c53b4
Update CHANGELOG for all releases back to v1.1.3 ( #915 )
...
There were many missing releases and bullet points as well as inaccurate
ones. For example, it was impossible to figure out that users of Hapi 16 who
want to use Apollo Cache Control needed to use precisely version 1.2.0 of
apollo-server-hapi (which wasn't even mentioned).
Link to CHANGELOG from all READMEs. Add READMEs for the graphql-server-*
packages. Add an explanation of our versioning system to the top of
CHANGELOG.md.
2018-03-27 09:22:13 -07:00
Jesse Rosenberger
19d04ff7f7
v1.3.3
2018-03-26 17:20:44 +03:00
Sashko Stubailo
281392c3f0
Update to graphql@0.12 ( #726 )
...
* Update peer deps and tests for 0.12
* v1.3.2
2018-03-13 17:10:37 +02:00
Laurin Quast
df51fd90da
Setup prettier ( #724 )
...
* Setup prettier and precommit hooks
* Format code with prettier
* Use husky because it works...
* Move prettier config to .prettierrc file
* Implement fixing markdown file formatting when running lint-fix script
* Format markdown files
* Add .json file formatting
* Fixes json file formatting
* Add pretteir linting step
* Remove tslint
* Use gitignore for prettier
* Fix linting errors
* Ignore submodule folder
2018-01-08 15:08:01 -08:00
Martijn Walraven
6685ecb458
v1.3.1
2017-12-18 07:34:48 +01:00
Martijn Walraven
9ba34306ed
v1.3.0
2017-12-12 09:45:49 +01:00
Martijn Walraven
3fecfcd321
v1.2.0
2017-10-24 09:14:51 -07:00
Martijn Walraven
0cf62cda51
v1.1.6
2017-10-09 21:12:08 +02:00
Martijn Walraven
9b8e9de2c4
v1.1.4
2017-10-09 20:21:29 +02:00
Martijn Walraven
eb6bb7f5dd
v1.1.3
2017-10-05 06:46:38 +02:00
Martijn Walraven
a750507fd6
v1.1.0
2017-08-09 21:12:51 +02:00
Martijn Walraven
d89a07bc9c
v1.0.2
2017-07-17 16:44:05 -07:00
Martijn Walraven
300c0cd12b
Rename packages from graphql-server- to apollo-server- ( #465 )
2017-07-17 16:29:40 -07:00
Hagai Cohen
16dc8025b0
fix lint issue
2017-07-12 14:56:21 +03:00
Jonas Helfer
1e783e550c
v1.0.0
2017-06-29 00:05:56 -07:00
Jonas Helfer
693991bdac
v0.9.0
2017-06-22 13:36:12 -07:00
Jonas Helfer
08c39f593a
v0.8.5
2017-06-15 22:07:36 -07:00
Jonas Helfer
86e1b03fd1
v0.8.2
2017-06-13 23:17:52 -07:00
Jonas Helfer
f00c8de00d
v0.8.1
2017-06-13 23:17:52 -07:00
Jonas Helfer
6cfa82ff58
v0.8.0
2017-05-30 20:11:26 -07:00
Jonas Helfer
c4e2f5224a
Update dependencies
2017-05-30 20:11:26 -07:00
dotansimha
9eac2f9a5b
update deps
2017-05-29 09:18:18 +03:00
dotansimha
e718dc5e2e
chore(deps): updated graphql-js version to support 0.10.0
2017-05-28 16:37:16 +03:00
Jonas Helfer
6947222889
v0.7.0
2017-04-10 11:48:26 -07:00
Jonas Helfer
25e63d4dde
Revert "v0.7.0"
...
This reverts commit b0817dbcab
.
2017-04-10 11:46:50 -07:00
Jonas Helfer
b0817dbcab
v0.7.0
2017-04-10 11:40:12 -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
Hagai Cohen
61ebda42e8
chore(package): align versions with lerna again
2017-03-22 15:16:39 +02:00
Kamil Kisiela
924d13c970
Use one central typescript configuration
2017-01-25 13:54:11 +01:00
Kamil Kisiela
162780e330
Use TypeScript es6 lib
2017-01-25 13:07:51 +01:00
Christian Raidl
e81f592597
allow graphql@0.9.0 as peerDependency
2017-01-25 11:46:07 +01:00
Hagai Cohen
dd08c0e5c2
chore(package): fix es5 compilation for core & operation-store
2017-01-25 02:05:24 +02:00
Hagai Cohen
bf55ab66b0
chore(package): remove babel
2017-01-25 02:05:24 +02:00
Hagai Cohen
e957242359
chore(package): update all dependancies for internal packages
2017-01-24 14:20:05 +02:00
Hagai Cohen
e6f09c01be
chore(tslint): fix linting errors
2017-01-23 13:16:52 +02:00
Jonas Helfer
3858033ed8
v0.5.0
2017-01-12 23:56:19 +08:00
Jonas Helfer
ca597628c1
Merge branch 'master' into switch-typings
2017-01-12 23:15:06 +08:00
Jonas Helfer
26d55cc5f7
v0.4.4
2017-01-07 12:09:47 +08:00
Sashko Stubailo
0c48b3436c
Fix operation store
2017-01-04 18:09:22 -08:00
Sashko Stubailo
ec13412d69
Remove all references to typed-graphql
2017-01-04 17:49:23 -08:00
Yaroslav Kiliba
aca12a4a9f
Allow to install graphql@0.8
...
Fixes #234
2016-12-07 21:01:01 +02:00
Sashko Stubailo
6aff32d0ef
v0.4.3
2016-10-23 01:18:02 -07:00
Sashko Stubailo
ff5bcbdb7d
Add READMEs to all packages
2016-10-23 01:17:37 -07:00
Sashko Stubailo
8d635376e9
v0.4.0
2016-10-22 16:59:47 -07:00
Sashko Stubailo
b4e0d4f6e2
Small copy changes
2016-10-22 16:48:45 -07:00
Hagai Cohen
8df3383ece
chore(package): rename apollo-server to graphql-server
...
Closes #163
2016-10-18 09:36:07 +03:00