Skip to content

Latest commit

 

History

History
179 lines (87 loc) · 5.73 KB

CHANGELOG.md

File metadata and controls

179 lines (87 loc) · 5.73 KB

0.0.24 (2016-04-12)

Bug Fixes

  • ngautobahnSession: Return promise always when subscribing. (f83215b)

0.0.23 (2016-03-07)

Bug Fixes

  • equality fail (9f393af)
  • failing tests (3d3c985)
  • implemented close handler logic to deal with close and lost (5e20036)

0.0.22 (2016-02-24)

0.0.21 (2016-02-24)

0.0.20 (2016-02-12)

Features

0.0.19 (2016-01-07)

Bug Fixes

  • CxSocketConnection: check that session is present when reusing session in openConnection (e2ddb6c)
  • NgAutobahnSession: clearSession onOpenConnectionError (3200cd5)

0.0.18 (2016-01-07)

Bug Fixes

  • CxSocketConnection: notify about lost conenction on success (9e4cb14)
  • NgAutobahnConnectionPing: typo on isOpen (cc70e62)

0.0.17 (2015-12-23)

Bug Fixes

  • ping: Cancels the previous interval when starting a new one. (adb8bfa)

0.0.16 (2015-12-23)

Bug Fixes

  • session: resubscribing brokers fixed. (76284e9)

0.0.15 (2015-12-23)

0.0.10 (2015-12-23)

Bug Fixes

0.0.9 (2015-12-23)

Bug Fixes

  • session: broker subscription fixed. (8b77c72)
  • session: Reject the promise when invoking remoteCall and the session exists but it is not (e5f05c9)

Features

  • diagrams: Gliffy diagrams added for session. WIP (3fb4308)

v0.0.8 (2015-12-15)

Features

  • ping: removed timer (a2179c70)
  • session:
    • handling lost and close separately. (bd45f029)
    • unsubscribe returns a promise (c8e702b6)

v0.0.7 (2015-12-08)

Features

  • bower: returned to 1.3.3 (e281d1a9)
  • pingProvider: log removed (1c2f6eef)
  • travis:
    • fix script (4a20a1ca)
    • update scripts (18c901e1)
    • avoid system check (f4a18ee4)
    • avoid bower update (f40439cd)
    • added bower cache clear (1f3daf5c)
  • travis.sh: clean npm (219c5276)

v0.0.6 (2015-12-08)

Bug Fixes

  • session:
    • End session test. (f2939145)
    • typo (c681c364)

v0.0.5 (2015-12-01)

Features

  • session: avoid $q.resolve when performing a remote call. (cb70b8b6)

v0.0.4 (2015-11-27)

v0.0.3 (2015-11-27)

Bug Fixes

  • session: ensure payload is non undefined (23628a5f)

Features

  • Ping: ConnectionPing && Ping -> ngAutobahn. (2a65a3a5)
  • session: $scope.$apply made optional. (7aba1959)