Releases: JasonBoy/wechat-jssdk
Releases · JasonBoy/wechat-jssdk
v3.0.7
v3.0.6
v3.0.3
v3.0.2
v3.0.0
v3.0.0-rc.1
We are reaching the final release of V3 🥂 🍺
Breaking Changes
- When try the demo, use
npm start
instead ofnpm run demo
now - The OAuth tokens are now stored in Stores, without need to get code every time
- Some Store APIs are updated, with api names changes
- Now can pass
scope
andstate
when generating your custom oauth url,generateOAuthUrl (redirectUrl, scope, state)
, see #3 - Add support for node v4 by removing default function parameter
Fixing and Updates
- fix oauth url query order
- implementation for storing oauth tokens for MongoStore
- Add MongoStore options for custom host and port config
- does not threw error when batch operation is empty, since it's not error on the Store perspective
- fix some UTs
- use different debug names for stores
- use strict mode
v2.2.0
v3.0.0-beta.5
- add UTs
- add coveralls for tests
- remove some unnecessary sdk apis, remove
getStore
,getCachedGlobalToken
from JSSDK, use store api directly - add option for store flush interval
- reject promise when wechat response status is 200, but not ok
v3.0.0-beta.4
- fix
url
field missing in get-signature response - add flush store interval
- signature from memory or mongodb optimization
- try/catch while parsing json file when use FileStore
v3.0.0-beta.3
- fix
jsApiList
config names transformed by the original wx library - expose built-in
MongoStore
andFileStore
insideWechat
class - README and usage updates