Skip to content

Releases: arlac77/statetransition-mixin

v1.4.3

31 Dec 18:44
Compare
Choose a tag to compare

<a name"1.4.3">

1.4.3 (2015-12-31)

Bug Fixes

  • defineStateTransitionProperties() only do not overwrite properties fix: handle r (68f153d7)

v1.4.2

31 Dec 15:39
Compare
Choose a tag to compare

<a name"1.4.2">

1.4.2 (2015-12-31)

Bug Fixes

  • rejectUnlessResolvedWithin() using promise.next() corrected feat: reject former (5a95c392)

v1.4.1

31 Dec 02:54
Compare
Choose a tag to compare

<a name"1.4.1">

1.4.1 (2015-12-31)

Bug Fixes

  • catch promise inside of rejectUnlessResolvedWithin (ebb0704c)

v1.4.0

31 Dec 01:59
Compare
Choose a tag to compare

<a name"1.4.0">

1.4.0 (2015-12-31)

Features

  • defineActionMethods(object, actionsAndStates, enumerable) now has an optional en (8292020d)

v1.3.1

29 Dec 21:37
Compare
Choose a tag to compare

<a name"1.3.1">

1.3.1 (2015-12-29)

Bug Fixes

  • already beeing in the target state of an action should result in a resolved prom (80e6427a)
  • serveral naming typos (369027cd)

v1.3.0

29 Dec 12:00
Compare
Choose a tag to compare

<a name"1.3.0">

1.3.0 (2015-12-29)

Features

  • defineStateTransitionProperties(object, actions, currentState) for none classes (fd6032c7)

v1.2.0

28 Dec 21:55
Compare
Choose a tag to compare

<a name"1.2.0">

1.2.0 (2015-12-28)

Features

  • state transitions are now time guarded if timeout is reached during transition t (8e204a3a)

v1.1.0

26 Dec 14:06
Compare
Choose a tag to compare

<a name"1.1.0">

1.1.0 (2015-12-26)

Features

  • new method stateTransitionRejection() called when a transition rejects (b5685695)

v1.0.1

26 Dec 13:37
Compare
Choose a tag to compare

<a name"1.0.1">

1.0.1 (2015-12-26)

Bug Fixes

v1.0.0

26 Dec 01:01
Compare
Choose a tag to compare

<a name"1.0.0">

1.0.0 (2015-12-26)

Features

  • simple transtions start: running; stop: -> stopped are working now (8d11605f)