Skip to content

Releases: nuomi1/NBus

1.3.0

09 Oct 13:19
012f8bc
Compare
Choose a tag to compare

Update

  1. refactor NBusQQSDK / NBusWechatSDK / NBusWeiboSDK to framework with module

1.1.0

13 Apr 13:29
000b701
Compare
Choose a tag to compare

Update

  1. QQSDKHandler with QQSDK 3.5.3
  2. WechatSDKHandler with WechatSDK 1.8.9
  3. access pasteboard as less as possible in QQHandler
  4. rewrite checkUniversalLinkSupported
  5. rewrite openUniversalLink (or openURLScheme)
  6. rewrite mergingQueryItems

1.0.0

16 Mar 15:16
c0613e1
Compare
Choose a tag to compare

Add

  1. support launching mini program
  2. support debug mode

Update

  1. rewrite handleSignToken
  2. rewrite openUniversalLink

0.11.0

02 Mar 13:17
39578d8
Compare
Choose a tag to compare

Update

  1. remove LogHandlerProxyType
  2. add title and description to MiniProgramMessage
  3. rewrite canShare(message:to:)
  4. check Universal Link via isSupported
  5. fetch more informations with oauthCompletionHandler

0.10.0

02 Mar 13:09
8713d0e
Compare
Choose a tag to compare

Add

  1. WechatHandler with WechatSDK 1.8.7.1

0.9.1

27 Jan 14:48
9c1d7aa
Compare
Choose a tag to compare

Update

  1. WeiboHandler supports openURL

0.9.0

27 Jan 14:36
0f0f209
Compare
Choose a tag to compare

Add

  1. WeiboHandler with WeiboSDK 3.3.0

Update

  1. WeiboSDKHandler supports shareing AudioMessage and VideoMessage.
  2. pasteboardItems with index.

0.8.1

20 Jan 11:51
be933b0
Compare
Choose a tag to compare

Update

  1. BusCompatible removes set

Fix

  1. QQHandler shares MiniProgramMessage
  2. QQHandler gets sign token from pasteboard
  3. NBus.podspec removes Dir.glob

0.8.0

16 Jan 02:31
2968de5
Compare
Choose a tag to compare

Add

  1. QQHandler from QQSDK 3.5.1
  2. BusWrapper
  3. BusUserDefaults
  4. FileMessage adds fileName and fullName

Update

  1. QQSDKHandler uses QQApiNewsObject
  2. BusMock supports switching handler
  3. BusMock supports observing sdk
  4. NBus.podspec uses Dir.glob to set source_files
  5. rename invalidMessage to invalidParameter

0.7.0

13 Jan 13:54
4db3064
Compare
Choose a tag to compare

Update

  1. WeiboSDKHandler with WeiboSDK 3.3.0
  2. update Config.xcconfig
  3. rename Helper to Coordinator
  4. rename master to owner