Skip to content

Releases: evolutionsoftswiss/tic-tac-toe-webapp

Release v1.0.1

11 Sep 16:39
Compare
Choose a tag to compare

Fix off by 1 client-side move feedback

  • Use correct id base in view.xhtml for javascript move feedback

Release v1.0.0

11 Sep 03:41
Compare
Choose a tag to compare

Ported from tic-tac-toe-portlet with improvements

  • Update to Java 11
  • Use primefaces 10.0.0
  • Use PropertyChangeListener and PropertyChangeSupport instead of
    Observer and Observable in several classes
  • Other updated dependencies