-
Notifications
You must be signed in to change notification settings - Fork 6
/
CHANGELOG
42 lines (32 loc) · 1.19 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
2017-09-13
------------------------------------------------------
Moves projects to separate repos, for better management / easier cloning
2017-09-01
------------------------------------------------------
## Auth app
* Replaces `sqlite3` 3.1.9 -> 3.1.8 per https://github.com/mapbox/node-sqlite3/issues/865
* Adds `Passport.js` and Facebook login
* Bumps kit to v2.7.0
2017-08-26
------------------------------------------------------
* Removes existing 1.x examples; they're redundant with kit v2.x
* Adds "Users, sessions and auth" sample to `auth`
2017-06-17
------------------------------------------------------
* Fixes `graphql-server` production build (closes #2)
2017-06-02
------------------------------------------------------
* Corrects `no-graphql` README
2017-06-02
------------------------------------------------------
* Makes `no-graphql` todos reducer more concise
* Fixes `no-graphql` README typo
2017-06-02
------------------------------------------------------
* Adds `no-graphql` example
2017-06-02
------------------------------------------------------
* Adds contribution guidelines
2017-06-01
------------------------------------------------------
* Adds `graphql-server` example