Skip to content

Commit

Permalink
Version 10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qligier committed Feb 26, 2021
1 parent 5198371 commit 23b6d19
Show file tree
Hide file tree
Showing 4 changed files with 12,499 additions and 5,100 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v10.0.0
Upgraded dependencies and bump to Angular 10 :tada:

## v8.0.0
Removed unused dependencies and upgraded other dependencies. Bump to Angular 8 :tada:

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Events Service for Angular 4
# Events Service for Angular

Events is a publish-subscribe style event system based on [sqlProvider/angular2-pubsub](https://github.com/sqlProvider/angular2-pubsub) and modified to be similar to ionic-angular/Events.

Expand All @@ -9,6 +9,7 @@ Events is a publish-subscribe style event system based on [sqlProvider/angular2-
- Angular 5: `npm install --save [email protected]`
- Angular 6: `npm install --save [email protected]`
- Angular 8: `npm install --save [email protected]`
- Angular 10: `npm install --save [email protected]`
- :warning: Version 5.0.1 is incompatible with Angular 5 and should have been version 6.0.0.

- Add module bundle to imports in your application.
Expand Down
Loading

0 comments on commit 23b6d19

Please sign in to comment.