weapp-next
Version:
Weapp(微信小程序) official API wrapper, purpose to expose fashionable, friendly and fluent programming API.
23 lines (13 loc) • 451 B
Markdown
# 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)](https://mp.weixin.qq.com/debug/wxadoc/dev/devtools/uplog.html).