Skip to content

Releases: kenrick95/c4

v5.0.0

21 Apr 14:09
e72869f
Compare
Choose a tag to compare

Core package is published at npm: @kenrick95/c4

What's Changed

New Contributors

Full Changelog: v4.0.0...v5.0.0

v4.0.0

12 Apr 13:26
327c7df
Compare
Choose a tag to compare

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

v3

05 Jul 15:02
37d2e0a
Compare
Choose a tag to compare
v3

What's Changed

  • Project cleanup by @kenrick95 in #7
    • Use parcel-bundler and remove gulp
    • Remove FlyWeb as it has stopped working
    • Delete dist folder and add it as gitignore
  • Apply prettier
  • Remove code for Flyweb feature detection
  • Modify tsconfig

Full Changelog: v2...v3