Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 451 Bytes

CHANGELOG.md

File metadata and controls

22 lines (13 loc) · 451 Bytes

v0.5.0

  • depreciate weapp.requireAuth function
  • keep rest arguments on promisify

v0.4.1

  • fix overwrite wrappers

v0.4.0

Official wx version 1.7.0

Reduced

  • removed promise module
  • removed API groups

Added

  • new wrapper strategy: overwrite, to override instance methods which returned by a global(wx) function call.
  • up-to-date latest official API(v1.7.0).