Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Latest commit

 

History

History
33 lines (21 loc) · 596 Bytes

CHANGELOG.md

File metadata and controls

33 lines (21 loc) · 596 Bytes

Changelog

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

5.1.2 (2018-01-30)

  • Allow minor releases of isomorphic-fetch (^2.1.1)
  • Add yarn support

5.1.1 (2017-09-18)

  • Support 0 as a valid path parameter value. Example:
url: '/api-url/{score}',
params: {
  score,
},

5.1.0

  • Support PDF
  • Supports lowercase ntag and clientid as options. Still backward compatible.

5.0.0

  • BREAKING: remove Promise polyfill

Previous releases

TODO: write about past releases, if needed