Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 2.72 KB

CHANGELOG.md

File metadata and controls

49 lines (32 loc) · 2.72 KB

2.3.1 (2021-01-12)

  • test: fix timeout tests (17d0544)
  • chore: define types file in package.json (a75fab8)
  • chore(ci): migrate to travis-ci.com (f49ced5)
  • fix: types defination (d915218)
  • refactor: apply eslint rules (57fe532)
  • docs: fix option titles (3503889)

2.3.0 (2019-07-03)

  • feat: option for timeout (83246de)
  • feat: support instance options (a461e4b)
  • chore(package): update eslint to version 6.0.0 (48c3941)

2.2.1 (2019-06-21)

  • fix: set header in middleware not work for wechat mini app (04e4428)
  • docs: add homepage link (34d30e0)
  • docs: fix typo (dfb818f)
  • docs: fix typo (61bb0b4)
  • test: fix tests on source code (18e26b0)
  • chore: move coverage report to coveralls (aed8821)
  • chore: upgrade babel (c5c7a95)
  • chore(package): update rollup-plugin-node-resolve to version 5.0.0 (d03eee7)

2.2.0 (2019-05-10)

  • docs: add module description (5296a6c)
  • refactor: adaptor always returns a Promise (ae01b63)
  • refactor: response declaration (2dfcb6b)
  • feat: add middleware using chained calls (920d74e)
  • feat: add type declaration file (146fcfc)
  • feat: shorthand methods (51e829b)
  • fix: weapp response is undefined when status 204 (352da6a)
  • chore(ci): switch to node.js 10 (824e81b)
  • chore(license): update copyright to 2019 (4efb29d)

2.1.0 (2019-02-02)

  • feat: initialize context.headers (1152944)