Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.64 KB

CHANGELOG.md

File metadata and controls

33 lines (20 loc) · 1.64 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

2.0.0 - 2024-05-23

Added

  • A Check for if the response is in JSON. (60d88a5)
  • Object map of error status codes. (ff42b84)

Fixed

  • Properly implement Status interface. (a8ee28e)

Changed

  • Package license from ISC to MIT. (3c1b449)
  • Names with long acronyms to lowercase. (56b0425)
  • Migrate from TypeScript's tsc to tsup. (1f545c9)
  • Rename Error to GoogleError. (9b5b096)

Removed

  • Deprecated v1 API types. (1056ea5)

1.0.0 - 2024-05-02