Skip to content

Releases: JasonBoy/wechat-jssdk

v3.0.7

10 Apr 07:22
Compare
Choose a tag to compare
  • peerDependence fix, move to dependence

v3.0.6

10 Mar 07:35
Compare
Choose a tag to compare
  • update client js to use jweixin-1.2.0.js by default

v3.0.3

21 Feb 06:07
Compare
Choose a tag to compare
  • add yarn.lock
  • minor updates

v3.0.2

10 Jan 08:39
Compare
Choose a tag to compare
  • pretty write the json file, with 2 spaces indent instead of stringify in one line

v3.0.0

23 Dec 08:50
Compare
Choose a tag to compare

🍻 Merry Chrismas 🍸 To v3.0.0

  • just minor updates

v3.0.0-rc.1

22 Dec 07:52
Compare
Choose a tag to compare
v3.0.0-rc.1 Pre-release
Pre-release

We are reaching the final release of V3 🥂 🍺

Breaking Changes

  • When try the demo, use npm start instead of npm 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 and state 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

22 Dec 02:00
Compare
Choose a tag to compare
  • #3 add api to generate oauth url with custom scope
  • other minor updates

v3.0.0-beta.5

14 Dec 09:28
Compare
Choose a tag to compare
v3.0.0-beta.5 Pre-release
Pre-release
  • 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

09 Dec 02:35
Compare
Choose a tag to compare
v3.0.0-beta.4 Pre-release
Pre-release
  • 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

06 Dec 10:24
Compare
Choose a tag to compare
v3.0.0-beta.3 Pre-release
Pre-release
  • fix jsApiList config names transformed by the original wx library
  • expose built-in MongoStore and FileStore inside Wechat class
  • README and usage updates