Skip to content
This repository was archived by the owner on Jan 9, 2020. It is now read-only.

Releases: Kronos-Integration/kronos-step

v3.2.0

06 Jan 12:48

Choose a tag to compare

<a name"3.2.0">

3.2.0 (2016-01-06)

Features

  • interceptor:
    • added type (ce7d212e)
    • added TimeoutInterceptor, RequestLimitInterceptor (a2bd817c)

v3.1.1

05 Jan 12:42

Choose a tag to compare

<a name"3.1.1">

3.1.1 (2016-01-05)

Bug Fixes

  • endpoint: deprecate connect(otherEndpoint) (f6a96e92)

v3.1.0

04 Jan 17:17

Choose a tag to compare

<a name"3.1.0">

3.1.0 (2016-01-04)

Features

  • endpoint: new removeNext() to remove an interceptor (dd4b8c18)

v3.0.1

03 Jan 10:13

Choose a tag to compare

<a name"3.0.1">

3.0.1 (2016-01-03)

v2.13.0

31 Dec 19:03

Choose a tag to compare

<a name"2.13.0">

2.13.0 (2015-12-31)

Bug Fixes

  • by using statetransition-mixin@1.4.3 stopping while starting should now work (069e6ddb)
  • use defineActionMethods(...,..., true) to make the defined methotes enumerable (9821b31c)
  • state:
    • several state transition issues by using statetransition-mixin@1.4.2 (6ad184db)
    • by using statetransition-mixin@1.4.1 a rejecting start() will behandeld correctl (814bc172)

Features

v2.12.1

29 Dec 10:06

Choose a tag to compare

<a name"2.12.1">

2.12.1 (2015-12-29)

Bug Fixes

  • debug: disabled Error.prepareStackTrace otherwise moche does not work (for several modu (520e0076)
  • logging: use stack.getLineNumber() && stack.getFileName() only if they are present (2bb2f86c)

v2.12.0

29 Dec 00:17

Choose a tag to compare

<a name"2.12.0">

2.12.0 (2015-12-29)

Features

  • endpoint: provide full iterable interface to enable bi directional communication (c51d57c2, closes #7)

v2.11.0

28 Dec 22:00

Choose a tag to compare

<a name"2.11.0">

2.11.0 (2015-12-28)

Bug Fixes

  • show endpoint (as ${this}) in all Errors (2374edfc)
  • ensure Step.toString() is used int rejectWrongState() message (a5b46e83)
  • endpoint: Work on the function that one IN endpoint could be connected to many out endpoin (0cfb552c)
  • endpoint creation: When creating the endpoint, and the endpoint is a target then update it to an ob (0a7e4936)
  • step: Step.start() now returns a rejecting Promise if the _start() method has already (4c8d7850)
  • travis:
    • trigger a new travis build and version (da90ad77)
    • trigger a new travis build and version (d197ddf1)
    • trigger a new travis build and version (c200fa6d)
    • trigger a new travis build and version (a84250d0)

Features

  • Step.createInstance() sceleton implementation (e88109f3)
  • Endpoint: show endpoint name in connection exceptions (8171dff0)
  • endpoint:
    • Now one IN endpoint could be connected with many OUT endpoints (0fceba73)
    • Allows an IN endpoint to receive messages from many OUT endpoints. (b86d7266)
    • toString reports in/out/active/passive too (07916a8c)
  • log: changed the logging support for the step (0d9088b7)
  • logging: use loglevel-mixin (345ec370)
  • state: allow transition from starting into stopped state (32fbb37a)

v1.1.0

25 Sep 21:32

Choose a tag to compare

<a name"1.1.0">

1.1.0 (2015-09-25)

Features

v1.0.0

25 Sep 21:30

Choose a tag to compare

<a name"1.0.0">

1.0.0 (2015-09-25)

Features