Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Latest commit

 

History

History
36 lines (28 loc) · 1.08 KB

CHANGELOG.md

File metadata and controls

36 lines (28 loc) · 1.08 KB

Changelog

Changelog.

Version 1.1.0 - 2018-04-23

Added

  • Add authorize header.
    • Support OAuth2 token (sent in a header).
    • Support Basic authenticate.
  • Add x-github-otp header.
    • Support Two-Factor Authorize when basic authenticate.

Version 1.0.2 - 2018-04-18

Changed

  • Add check integer in constructor parameters.

Fixed

  • Fix did not fetch multiple pages when last is 19.

Fixed

  • Fix URL is not constructor in browser.
    However, change module 'url' to 'universal-url' for URL and URLSearchQuery.

Version 1.0.0 - 2018-04-16

Initial release.

  • Support GET api.
  • Async fetch.