## v4.2.0
*May 24, 2019*
| Type | Changes |
|------|----------|
| **Added** | • Add reconnect for v4 wrapper |
| **Fixed** | • Fix for encrypt method with customCipherKey |
## v4.1.0
*October 30, 2017*
| Type | Changes |
|------|----------|
| **Added** | • Add deleteMessages and fetchMessages for v4 wrapper |
| **Fixed** | • Active events broadcaster only with the param triggerEvent |
## v4.0.3
*September 21, 2017*
| Type | Changes |
|------|----------|
| **Added** | • Add delegated method setHeartbeatInterval for v4 wrapper |
## v4.0.2
*November 14, 2016*
| Type | Changes |
|------|----------|
| **Fixed** | • Add delegated method setFilterExpression for v4 wrapper |
## v4.0.1
*November 11, 2016*
| Type | Changes |
|------|----------|
| **Fixed** | • Add missing delegated methods (v3 -> fire, v4 -> removeListener, push, unsubscribeAll, decrypt, encrypt, fire ) |
## v4.0.0
*October 6, 2016*
| Type | Changes |
|------|----------|
| **Added** | • V4 support. |
## v3.2.1
*June 13, 2016*
| Type | Changes |
|------|----------|
| **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.
<br/>• $pubnubChannel.$extend(): Avoid to share extensions across every $pubnubChannel objects.
|
## v3.2.0
*May 10, 2016*
| Type | Changes |
|------|----------|
| **Added** | • Adding new $pubnubChannel and $pubnubChannelGroup injectables to simplify working with channel and channel groups |
## v3.1.2
*May 2, 2016*
| Type | Changes |
|------|----------|
| **Modified** | • Adjustments to build package and upgraded dependencies. |
## v3.1.1
*January 27, 2016*
| Type | Changes |
|------|----------|
| **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
| Type | Changes |
|------|----------|
| **Modified** | • added eslint, babel and webpack to the compilation process |
## 3.0.0
| Type | Changes |
|------|----------|
| **Added** | • full rewrite :)
|
Added | - Add reconnect for v4 wrapper
|
Fixed | - Fix for encrypt method with customCipherKey
|
Added | - Add deleteMessages and fetchMessages for v4 wrapper
|
Fixed | - Active events broadcaster only with the param triggerEvent
|
Added | - Add delegated method setHeartbeatInterval for v4 wrapper
|
Fixed | - Add delegated method setFilterExpression for v4 wrapper
|
Fixed | - Add missing delegated methods (v3 -> fire, v4 -> removeListener, push, unsubscribeAll, decrypt, encrypt, fire )
|
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.
|
Added | - Adding new $pubnubChannel and $pubnubChannelGroup injectables to simplify working with channel and channel groups
|
Modified | - Adjustments to build package and upgraded dependencies.
|
Added | - [#18](https://github.com/pubnub/pubnub-angular/pull/18) adding
mobile_gw_provision to the delegated methods ([@kminkler](https://github.com/kminkler))
|
Modified | - added eslint, babel and webpack to the compilation process
|