Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.12 KB

CHANGELOG.md

File metadata and controls

30 lines (21 loc) · 1.12 KB

Changelog

All notable changes will be documented in this file.

This file applies to the app that is created in Chapter 11 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-api/releases/tag/5_0.1.0

[0.2.0] - 2020-05-23

Released with r5

Added

  • Branches 26–29 sql-sql4 rest mocking pagination-pagination3 files-files2 federation-federation4 directives, from section "Production" through "Future"
  • apollo.config.js

Updated

  • Updated packages, node, and prettier config

[0.1.0] - 2019-10-22

Released with r4

Added

  • Branches 0–25, from section "Introduction" through "Building -> Testing -> End-to-end tests".