Releases: kenrick95/c4
Releases · kenrick95/c4
v5.1.1
v5.1.0
What's Changed
- feat: end game and back to mode chooser by @kenrick95 in #44
- feat: upgrade dependencies by @kenrick95 in #47
- feat: player name input by @kenrick95 in #48
- chore(deps-dev): bump vite from 4.5.0 to 4.5.2 by @dependabot in #50
- chore(deps): bump ip from 2.0.0 to 2.0.1 by @dependabot in #51
- Update README.md by @kenrick95 in #53
- chore(deps-dev): bump vite from 4.5.2 to 4.5.3 by @dependabot in #55
- chore(deps): bump tar from 6.2.0 to 6.2.1 by @dependabot in #56
- chore(deps): bump ws from 8.14.2 to 8.17.1 by @dependabot in #57
- feat: upgrade deps to latest by @kenrick95 in #58
- chore(deps-dev): bump vite from 5.3.1 to 5.3.6 by @dependabot in #59
- chore(deps): bump vite from 5.3.1 to 5.4.6 by @dependabot in #60
- chore(deps): bump rollup from 4.21.3 to 4.22.4 in the npm_and_yarn group by @dependabot in #61
- chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in the npm_and_yarn group by @dependabot in #62
- chore(deps): bump nanoid from 3.3.7 to 3.3.8 in the npm_and_yarn group by @dependabot in #63
- chore(deps-dev): bump the npm_and_yarn group with 2 updates by @dependabot in #64
- chore(deps-dev): bump vite from 5.4.14 to 6.0.9 in the npm_and_yarn group by @dependabot in #65
- chore(deps-dev): bump vite from 6.0.11 to 6.1.0 in the npm_and_yarn group by @dependabot in #66
- chore(deps-dev): bump vite from 6.1.0 to 6.1.2 in the npm_and_yarn group across 1 directory by @dependabot in #67
- chore(deps-dev): bump vite from 6.2.3 to 6.2.4 in the npm_and_yarn group across 1 directory by @dependabot in #68
- chore(deps-dev): bump vite from 6.2.4 to 6.2.5 in the npm_and_yarn group across 1 directory by @dependabot in #69
- chore(deps-dev): bump vite from 6.2.5 to 6.2.6 in the npm_and_yarn group across 1 directory by @dependabot in #70
- chore(deps-dev): bump vite from 6.2.6 to 6.2.7 in the npm_and_yarn group across 1 directory by @dependabot in #71
- fix typos by @samuelcolvin in #72
- feat: use node 22 by @kenrick95 in #73
- chore(deps-dev): bump vite from 6.3.4 to 6.3.5 in the npm_and_yarn group across 1 directory by @dependabot in #74
New Contributors
- @samuelcolvin made their first contribution in #72
Full Changelog: v5.0.0...v5.1.0
v5.0.0
Core package is published at npm: @kenrick95/c4
What's Changed
- Set up GitHub Actions by @kenrick95 in #17
- Bump lodash from 4.17.15 to 4.17.19 by @dependabot in #18
- Bump elliptic from 6.5.2 to 6.5.3 by @dependabot in #20
- Bump ini from 1.3.5 to 1.3.7 by @dependabot in #21
- Bump elliptic from 6.5.3 to 6.5.4 by @dependabot in #22
- Bump y18n from 4.0.0 to 4.0.1 by @dependabot in #23
- Bump lodash from 4.17.19 to 4.17.21 by @dependabot in #24
- Bump hosted-git-info from 2.8.8 to 2.8.9 by @dependabot in #25
- Bump ws from 7.4.5 to 7.4.6 by @dependabot in #26
- Bump path-parse from 1.0.6 to 1.0.7 by @dependabot in #28
- Bump tmpl from 1.0.4 to 1.0.5 by @dependabot in #29
- refactor(utils): apply optimizations by @VoltrexKeyva in #30
- Bump shelljs from 0.8.4 to 0.8.5 by @dependabot in #31
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #32
- Upgrade to Yarn berry by @kenrick95 in #34
- Migrate to Fly.io by @kenrick95 in #35
- Migrate to Vite by @kenrick95 in #41
- Replaced test runner to Vitest
- Bump minimatch from 3.0.4 to 3.1.2 by @dependabot in #42
- fix(core): AI logic by @kenrick95 in #43
New Contributors
- @VoltrexKeyva made their first contribution in #30
Full Changelog: v4.0.0...v5.0.0
v4.0.0
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-serverfor handling the websocket communication across players - Refactored browser-specific logic into
@kenrick95/c4-browser - Remaining isomorphic logic remains at
@kenrick95/c4
- Introduced
- Upgraded Prettier to v2
- Updated styles
- Added automatic deployment of
@kenrick95/c4-serverto Heroku
New Contributors
Full Changelog: v3...v4.0.0
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