Ng Event Bus Versions Save

RxJS-based message bus service for Angular.

v6.0.0

5 months ago
  • Updated project structure to the latest angular CLI library generation.
  • Updated CircleCI configuration.
  • Improvements in demo project.
  • Recompiled code with Angular 17.

v5.2.0

1 year ago
  • Added generic type to metadata's data property.
  • Deleted unused property.
  • Updated project dependencies.
  • Updated CircleCI configuration.
  • Recompiled code.
  • Updated demo project.

v5.1.0

1 year ago
  • Updated version.
  • Updated RxJS dependency to 7.8
  • Updated some classes.
  • Recompiled code.

v5.0.1

1 year ago
  • Fixed types.
  • Updated some classes.
  • Updated types index file.
  • Fixed deployment to npm.

v5.0.0

1 year ago
  • Updated project dependencies.
  • Updated Angular files to cover changes in version 15.x
  • Updated CircleCI configuration.
  • Recompiled code.
  • Updated some tests configurations.
  • Added demo project.
  • Updated Angular configuration.

v4.0.0

2 years ago
  • Updated Angular to use version 13.x
  • Updated some dependencies.
  • Update RxJS to make compatible with latest Angular version.
  • Updated Angular configurations.
  • Changed Travis CI for CircleCI.
  • Dropped support for Node 15.x

v3.1.0

2 years ago
  • Updated Angular dependencies.
  • Updated RxJS to ~7.4.0

v3.0.1

2 years ago
  • Fix deploy.

v3.0.0

2 years ago
  • Updated some dependencies.
  • Updated Angular to use version 12.x
  • Updated Angular configuration to delete deprecated tslint.
  • Added support for RxJS 7.
  • Dropped support for Node 10.x

v2.0.0

3 years ago

Breaking change

  • Added MetaData instance in Observable subscription (More info) (#7).

Other changes

  • Reconstruction of the project according to Angular CLI generation for libraries.
  • Updated project dependencies to Angular v11.x
  • Fixed CommonJS warning message when compile projects (#10).
  • Dropped support for Node 11.x and 13.x
  • Updated Travis configuration.