Skip to content

Commit

Permalink
Merge pull request #25 from pubnub/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
ManuelFernando authored Sep 6, 2017
2 parents 8f754e6 + 4d93746 commit 4fa4e78
Show file tree
Hide file tree
Showing 28 changed files with 664 additions and 483 deletions.
1 change: 1 addition & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ rules:
object-shorthand: 0
no-await-in-loop: 0
prefer-spread: 0
no-multi-assign: 0
new-cap:
- 2
- {"newIsCap": true, "capIsNew": false}
Expand Down
24 changes: 21 additions & 3 deletions .pubnub.yml
Original file line number Diff line number Diff line change
@@ -1,62 +1,80 @@
name: pubnub-angular2
version: 1.1.0
version: 1.2.0
schema: 1
scm: github.com/pubnub/pubnub-angular2
files:
- dist/pubnub-angular2.js
- dist/pubnub-angular2.min.js
changelog:
- version: v1.2.0
changes:
- type: feature
text: add support for environments CLI/no CLI simultaneously
date: Sep 4, 2017
- version: v1.1.0
changes:
- type: feature
text: add release method
date: Jun 20, 2017
- version: v1.0.3
changes:
- type: bug
text: fix issue 20 autoload history
- type: improvement
text: update for Angular4 and TS 2.3
date: Jun 16, 2017
- version: v1.0.2
changes:
- type: bug
text: fix issue over commmand 'ng build --prod' in Angular CLI
date: Apr 3, 2017
- version: v1.0.1
changes:
- type: bug
text: fix issue 15 reconnection event error
date: Feb 28, 2017
- version: v1.0.0
changes:
- type: feature
text: release final beta
date: Feb 23, 2017
- version: v1.0.0.beta.9
changes:
- type: feature
text: fix ionic2 bootstrap logic.
date: Feb 13, 2017
- version: v1.0.0.beta.8
changes:
- type: feature
text: additional typescript support
date: Jan 16, 2017
- version: v1.0.0.beta.7
changes:
- type: feature
text: first-class support for typescript.
date: Dec 29, 2016
- version: v1.0.0.beta.6
changes:
- type: feature
text: invoke pubnub features via HTML
date: Nov 22, 2016
- version: v1.0.0.beta.5
changes:
- type: feature
text: events are now broadcast to all instances
date: Nov 18, 2016
- version: v1.0.0.beta.4
changes:
- type: feature
text: error emitter
date: Nov 14, 2016
- version: v1.0.0.beta.3
changes:
- type: feature
text: first public beta of the wrapper.
text: first public beta of the wrapper
date: Nov 3, 2016
- version: v1.0.0.beta.2
changes:
- type: feature
text: first public beta of the wrapper.
text: first public beta of the wrapper
date: Nov 2, 2016
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [v1.2.0](https://github.com/pubnub/pubnub-angular2/tree/v1.2.0)


[Full Changelog](https://github.com/pubnub/pubnub-angular2/compare/v1.1.1...v1.2.0)

- 🌟add support for environments CLI/no CLI simultaneously




## [v1.1.0](https://github.com/pubnub/pubnub-angular2/tree/v1.1.0)

Expand Down
Loading

0 comments on commit 4fa4e78

Please sign in to comment.