Skip to content
This repository has been archived by the owner on Dec 6, 2019. It is now read-only.

Releases: leancloud/js-push-sdk

2.0.4

31 Jul 07:09
Compare
Choose a tag to compare

2.0.4

  • 兼容 IE8、IE9,提供插件方式

2.0.3

04 Jun 06:31
Compare
Choose a tag to compare
  • 修正 where 参数无法发送的 bug
  • 支持美国节点
  • 暴露 installationId

2.0.2

30 Mar 03:28
Compare
Choose a tag to compare

2.0.2

  • 修正 event center 中的 bug
  • 修正 ajax 对于 2xx 的返回码都应该认为正确
  • 开放 off 方法,可以取消对事件的绑定
  • 增加 receive 方法,可以快捷的接受消息

2.0.1

12 Mar 13:30
Compare
Choose a tag to compare
  • 接口 PushObject.channel() 改为 PushObject.subscribe()
  • 接口 PushObject.unchannel() 改为 PushObject.unsubscribe()

2.0.0

11 Mar 10:34
Compare
Choose a tag to compare
Merge pull request #16 from wangxiao/master

[feature] 补充 bower ignore 。