This repository was archived by the owner on Jun 14, 2019. It is now read-only.
Releases: knalli/angular-vertxbus
Releases · knalli/angular-vertxbus
Release 0.5.0
Breaking changes
All options have been moved into a dedicated options object
angularVertxBusOptions which MAY be injected or modified. However, the
new module provider vertxEventBus provides shortcuts to all options (6b71de3).
For instance:
var app = angular.module('app', ['knalli.vertx-eventbus']
.config(function(vertxEventBus){
vertxEventBus.useDebug(true).useUrlPath('/eventbus');
});Release 0.4.5
No changes, internally.
Release 0.4.4 (Patch)
v0.4.4 release 0.4.4
Release 0.4.3 (Patch)
v0.4.3 release 0.4.3
Release 0.4.2 (Replacing 0.4.1)
v0.4.2 release 0.4.2
Release 0.4.1 (Patch)
v0.4.1 release 0.4.1
0.4.0
Release with binaries
v0.3.0 chore(): expose the current artifacts in the repo itself
0.2.0 First release
v0.2.0 Update README.md