Skip to content
This repository has been archived by the owner on Jun 14, 2019. It is now read-only.

Releases: knalli/angular-vertxbus

1.0.0

01 Mar 19:39
Compare
Choose a tag to compare

Starting with this release, the versions are considered to be semantic.

Bug Fixes

  • protractor-$timeout: use $interval service for reply timeouts so protractor tests can continue (eed05bd9)
  • service: avoid duplicate broadcast events for (dis)connected (0f56411d)
  • wrapper: avoid invalid host+port combination (CORS) (e29def5d, closes #39)

0.11.2

16 Jan 14:50
Compare
Choose a tag to compare
0.11.2 Pre-release
Pre-release

Bug Fixes

  • service: fix possible npe on re-registration of handlers after reconnect (2225a8ab)

0.11.1

09 Jan 17:59
Compare
Choose a tag to compare
0.11.1 Pre-release
Pre-release

Bug Fixes

  • service: fix registering a callback again after disconnect (483d2ee0)

0.11.0

18 Dec 21:19
Compare
Choose a tag to compare
0.11.0 Pre-release
Pre-release

Features

  • replace console w/ $log (3c9be73c)
  • service: improve memory usage, remove empty arrays of handlers (4b680026)

0.10.0

14 Dec 21:41
Compare
Choose a tag to compare
0.10.0 Pre-release
Pre-release

No functional modifications.

  • update internal dependencies and tooling (CoffeeScript 1.8)
  • improve debugging using more fn.displayName

Package

  • provide support range AngularJS 1.2 - 1.3

0.9.0

23 Nov 17:20
Compare
Choose a tag to compare
0.9.0 Pre-release
Pre-release

Bug Fixes

  • package: use non minified artifact as 'main' (72b51654, closes #27)

Features

Breaking Changes

Release 0.8.0

16 Oct 18:59
Compare
Choose a tag to compare
Release 0.8.0 Pre-release
Pre-release

Features

  • service: use a simple map internally avoiding callbacks issues (8a5bd54e)

Release 0.7.1

19 Sep 16:17
Compare
Choose a tag to compare
Release 0.7.1 Pre-release
Pre-release

v0.7.1 (2014-09-19)

No new features, but a fixed package release.

Features

  • tests: introduce automatic tests against latest AJS 1.2 & 1.3 (89d6a3d6)

Breaking Changes

  • The name of the artifact in dist/ is without version suffix now.
    (339a6aa3)

Release 0.7.0

30 Aug 18:11
Compare
Choose a tag to compare
Release 0.7.0 Pre-release
Pre-release

Bug Fixes

  • artifact: (requirejs) add angular as a missing dependency (a566c537)
  • service:
  • wrapper: fix typo in debug message (0acd99bc)

Features

  • mock: sockjs mock can emulate a login shake (3618edef)
  • service:
    • breaking change: service.send(addr, data, timeout) (55716e46)
    • send/publish will additionally check login state (e16083fa)
    • the service handles a login if defined (7727da73)

Release 0.6.0

19 May 17:53
Compare
Choose a tag to compare
Release 0.6.0 Pre-release
Pre-release

Bug Fixes

  • vertxEventBusProvider:
    • avoid default options object mutations (031871cf)
    • make config functions chainable (7b02eab6)
  • vertxEventBusService:
    • on registerHandler, return function to unregister this handler (1f1b6bd7)
    • on unregistering a handler, the callback was called accidently itself (2dfcd112)

Features

  • vertxEventBusService: add opt-in feature buffering messages (de0e1345)