Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 2.13 KB

CHANGELOG.md

File metadata and controls

46 lines (28 loc) · 2.13 KB

Changelog

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

2.3.0 (2023-01-15)

Features

2.2.0 (2023-01-02)

Bug Fixes

  • location residents type (0b80dd3)

2.1.1

Bug Fixes

2.0.1

2.0.0

Breaking Changes

  • Only Node 18 is supported.
  • Use fetch API (experimental in Node 18) instead of the https module. This makes it easier to use in applications running Webpack 5.

1.0.0

New Features

  • The client has been entirely rewritten in Typescript.
  • New client API reference documentation: https://javascript.rickandmortyapi.com
  • The methods have been redefined to maintain a more consistent data structure.
    • New methods: getCharacters, getLocations and getEpisodes

Breaking Changes