Skip to content

Latest commit

 

History

History
64 lines (34 loc) · 3.59 KB

CHANGELOG.md

File metadata and controls

64 lines (34 loc) · 3.59 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.3.2 (2023-01-07)

Bug Fixes

0.3.1 (2022-12-22)

0.3.0 (2022-12-17)

Features

  • makes initializeApollo method public (1d67c58)

0.3.0-alpha.1 (2022-09-24)

Bug Fixes

  • addresses a number of typing issues (fc5e605)

0.3.0-alpha.0 (2022-09-23)

Bug Fixes

  • comment (ab12caf)
  • unit tests and typing issues when no hydration map typing is provided (1c29921)

0.2.2 (2022-05-18)

0.2.1 (2022-05-08)

Bug Fixes

  • incorrect repo links referenced in package.json (9a01a01)

0.2.0 (2022-05-05)

Features

  • adds readme/documentation (63a4bd2)
  • apply headers from partial apollo config (32356cb)
  • apply headers from partial apollo config (58c43ee)
  • make hydration map optional (683d7d4)
  • refactor next apollo client to support simple config (5da596a)
  • type improvements, api modifications, making example more robust (1bad13f)

Bug Fixes