Skip to content

Latest commit

 

History

History
98 lines (42 loc) · 3.23 KB

CHANGELOG.md

File metadata and controls

98 lines (42 loc) · 3.23 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.5.3 (2019-05-24)

Bug Fixes

  • was using slice incorrectly (80e0dde)

0.5.2 (2019-05-24)

Bug Fixes

  • more fixes for win logic (8e8f2ad)

0.5.1 (2019-05-24)

Bug Fixes

  • player-move: now only uses x coord (a5dc612)
  • status: game won and tied messages (627a54b)
  • checks for diagonal causing erroneous wins (faf3e4c)
  • removed console log (14bb0c7)

0.5.0 (2019-05-22)

Bug Fixes

Features

0.4.0 (2019-05-20)

Bug Fixes

  • base-styles: improve page layout (d3b5e70)
  • changed page title (dec19e0)

Features

  • reset-button: added a reset button (8d1a0b4)
  • added ability to make moves (a9e4858)
  • added game logic for horizontal wins (c3bda5d)

0.3.0 (2019-05-18)

Features

  • game-board: added game board (f2f34c1)

0.2.0 (2019-05-17)

Features

  • redux: added redux to the app (b7f13c2)
  • status-display: added status display (b2e532c)

0.1.0 (2019-05-17)

Features

  • add top level component (7688531)

Tests

  • added some App tests (897f9ee)
  • added some tests for Layout component (cc57c2f)
  • added test setup with enzyme (7fa77bc)