Skip to content
This repository has been archived by the owner on Nov 18, 2020. It is now read-only.

Releases: j-easy/easy-states

v2.0.0

13 Mar 21:52
4500781
Compare
Choose a tag to compare

This release is based on Java 8 and comes with the following enhancements:

  • Issue #4: Make EventHandler generic
  • Issue #5: Event should be an interface
  • Issue #6: Improve JUL log format

v1.0.1

03 Jul 21:52
Compare
Choose a tag to compare

This is the same release as v1.0.0 except the artifactId has changed from easy-states-core to easy-states. The groupId is always the same: org.jeasy. The maven dependency to import is the following:

<dependency>
    <groupId>org.jeasy</groupId>
    <artifactId>easy-states</artifactId>
    <version>1.0.1</version>
</dependency>

This change makes the artifactId consistent with other jeasy projects.

v1.0.0

08 Jun 18:06
Compare
Choose a tag to compare

This is the first release of Easy States. It provides the core API and implementation of an event driven finite state machine.