Changelog for PubNub Angular SDK

v4.2.0

May 24, 2019
Added
  • Add reconnect for v4 wrapper
Fixed
  • Fix for encrypt method with customCipherKey

v4.1.0

October 30, 2017
Added
  • Add deleteMessages and fetchMessages for v4 wrapper
Fixed
  • Active events broadcaster only with the param triggerEvent

v4.0.3

September 21, 2017
Added
  • Add delegated method setHeartbeatInterval for v4 wrapper

v4.0.2

November 14, 2016
Fixed
  • Add delegated method setFilterExpression for v4 wrapper

v4.0.1

November 11, 2016
Fixed
  • Add missing delegated methods (v3 -> fire, v4 -> removeListener, push, unsubscribeAll, decrypt, encrypt, fire )

v4.0.0

October 6, 2016
Added
  • V4 support.

v3.2.1

June 13, 2016
Modified
  • When subscribing directly to a -pnpres channel, the AngularJS events were broadcasted on the channel itself and not on the -pnpres channel as it should have been.
  • $pubnubChannel.$extend(): Avoid to share extensions across every $pubnubChannel objects.

v3.2.0

May 10, 2016
Added
  • Adding new $pubnubChannel and $pubnubChannelGroup injectables to simplify working with channel and channel groups

v3.1.2

May 2, 2016
Modified
  • Adjustments to build package and upgraded dependencies.

v3.1.1

January 27, 2016
Added
  • [#18](https://github.com/pubnub/pubnub-angular/pull/18) adding `mobile_gw_provision` to the delegated methods ([@kminkler](https://github.com/kminkler))

3.1.0

Modified
  • added eslint, babel and webpack to the compilation process

3.0.0

Added
  • full rewrite :)
Last updated on