Releases: JasonBoy/wechat-jssdk
Releases · JasonBoy/wechat-jssdk
v.3.0.0-beta.2
- add
MongoStore
to store signatures to MongoDB - initialize tokens and signatures from db to memory for better performence
Store
class extends EventEmitter to make it events noticiable- move
client.js
tolib
dir, using webpack to transpile the client js
v3.0.0-beta.1
Using ES6 to refactor all APIs
Breaking Changes:
- change all syntax to ES6 style
- create JSSDK, OAuth class to handle jssdk and oauth requests
- create Store class to extract logic to store jssdk signatures, create subclass of Store to add custom store logic
- add simple FileStore extending from Store
- make all store apis promiseble
- add missing jsdoc for apis
- couple other updates and fixes
v2.1.0
v2.0.4
v2.0.1
v2.0.0 with Promise style
- change all apis to promise style
- other fixes