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

Releases: Kronos-Integration/kronos-step

v5.0.0

10 Mar 00:34

Choose a tag to compare

<a name"5.0.0">

5.0.0 (2016-03-10)

Features

Breaking Changes

  • delete endpoint exports - use kronos-endpoints module itself
    BREAKING CHANGE: delete createEndpoint(name,def,step) - use new XYZEndpoint()

    (ebc5be29)

v4.1.0

10 Mar 00:30

Choose a tag to compare

<a name"4.1.0">

4.1.0 (2016-03-10)

Features

v4.0.5

14 Feb 14:12

Choose a tag to compare

<a name"4.0.5">

4.0.5 (2016-02-14)

Bug Fixes

v4.0.4

07 Feb 16:43

Choose a tag to compare

<a name"4.0.4">

4.0.4 (2016-02-07)

Bug Fixes

  • when present connect log endpoint to service logger (3df5b6ca)

v4.0.3

07 Feb 15:20

Choose a tag to compare

<a name"4.0.3">

4.0.3 (2016-02-07)

Bug Fixes

  • logging: only define log() method once (and static) (79cec987)

v4.0.2

03 Feb 22:57

Choose a tag to compare

<a name"4.0.2">

4.0.2 (2016-02-03)

Bug Fixes

  • error: Add a 'throw Error' if the manager is missing when creating the step (cb6ca5a4)

v4.0.1

02 Feb 20:45

Choose a tag to compare

<a name"4.0.1">

4.0.1 (2016-02-02)

Bug Fixes

  • dependencies: kronos-interceptor@2.0.1 provides factory name to be registered (64370bd1)

v4.0.0

02 Feb 15:48

Choose a tag to compare

<a name"4.0.0">

4.0.0 (2016-02-02)

Bug Fixes

  • use registrar calling convention for interceptors (a29c14d1)
  • api_rework: Changed the order of the parameter from 'createInstance' (78f79e33)

Features

  • Merge origin/api_rework into master BREAKING CHANGE: createInstance() flipped or (c0b329f8)
  • remove scopeDefinitions (f81fbb1a)

Breaking Changes

  • createInstance() flipped order of arguments - config first

    (c0b329f8)

v3.9.0

22 Jan 15:46

Choose a tag to compare

<a name"3.9.0">

3.9.0 (2016-01-22)

Features

  • interceptor: The creation of interceptor instances is now moved to the service manager. (7111da73)

v3.8.1

20 Jan 21:47

Choose a tag to compare

<a name"3.8.1">

3.8.1 (2016-01-20)

Bug Fixes

  • endpoint: Interceptor creation. Set the wrong endpoint (d313a939)
  • test: Added a default scope reporter if no one is given (41de8c43)