Skip to content

Latest commit

 

History

History
57 lines (41 loc) · 1.48 KB

CHANGELOG.md

File metadata and controls

57 lines (41 loc) · 1.48 KB

Changelog

All notable changes will be documented in this file.

This file applies to the app that is created in Chapter 6 of the book—so the numbered step branches, not master (more info).

Releases are done with tags in the form [step]_[version], so for instance step 5 of version 0.1.0 is 5_0.1.0, located here:

/GraphQLGuide/guide/releases/tag/5_0.1.0

[1.0.0] - 2021-04-06

Released with r6

Added

  • Branch 28 for "Testing" section
  • Branch ssr through ssr4 for "Server-side rendering" extra chapter

Updated

  • From render props and HOCs to hooks
  • Updated packages from:
react-apollo 2.5
graphql 0.14
react 16.8

to:

@apollo/client 3.3.6
graphql 15.4.0
react 17.0.1

[0.2.0] - 2019-04-10

Released with r3

Added

  • Branches 19-27, from section "Updating multiple queries" to "Extended topics > Linting"

Changed

  • Updated all packages in the starting package.json in step 0 to latest

Fixed

  • Various small bugfixes

[0.1.0] - 2018-06-11

Released with r2

Added

  • Branches 0–18, from section "Setting up" through "Advanced querying > Paginating".