Skip to content

Releases: abcnews/terminus-fetch

API is now promises only

07 Oct 01:08
9862d8c
Compare
Choose a tag to compare
  • [BREAKING]: Support for callback functions has been dropped. The API is now exclusively promise based.
  • Export the TerminusDocument type in case it's needed by consumers

v6.0.1...v7.0.0

v6.0.1

04 Apr 04:26
9f4189b
Compare
Choose a tag to compare
  • Update dependencies 5184cdc
  • Fix: handle potentially URL encoded query params 8738a21

v6.0.0...v6.0.1

Remove Terminus v1 compatibility

17 Nov 06:51
d2bd33e
Compare
Choose a tag to compare

Breaking changes:

  • All functionality and types related to Terminus v1 have been removed.
  • The default export has been removed

Other changes:

  • There is now an optional defaultRatio prop on returned image data if it has been set in the CMS

Commits:

  • Add defaultRatio to readme. bbfa410
  • Remove more redundant v1 code 25814b4
  • Update tests and remove code related to Terminus v1 2c84717
  • Return defaultRatio for images 5213c64
  • Remove outdated documentation from the readme d4b407d
  • Remove default export 5390660
  • tsdx → tsub, jest, eslint 9189e1c

v5.0.0...v6.0.0