Skip to content

v4.0.0

Compare
Choose a tag to compare
@kenrick95 kenrick95 released this 12 Apr 13:26
· 69 commits to master since this release
327c7df

What's Changed

  • Configure and publish as npm package by @kenrick95 in #9
  • Docs update by @f1xer in #12
  • Bump acorn from 5.7.3 to 5.7.4 by @dependabot in #14
  • Playing against another player over WebSocket by @kenrick95 in #16
  • Restructure repo into three workspaces
    • Introduced @kenrick95/c4-server for handling the websocket communication across players
    • Refactored browser-specific logic into @kenrick95/c4-browser
    • Remaining isomorphic logic remains at @kenrick95/c4
  • Upgraded Prettier to v2
  • Updated styles
  • Added automatic deployment of @kenrick95/c4-server to Heroku

New Contributors

  • @f1xer made their first contribution in #12

Full Changelog: v3...v4.0.0