Releases: gucio321/tic-tac-go
Releases · gucio321/tic-tac-go
v2.0
CHANGELOG
- breaking api changes (refactor of pkg/game package)
- improvement of giu widget
What's Changed
- build(deps): bump actions/setup-go from 2.1.3 to 2.1.4 by @dependabot in #159
- build(deps): bump marvinpinto/action-automatic-releases from 1.2.0 to 1.2.1 by @dependabot in #156
- build(deps): bump toshimaru/auto-author-assign from 1.3.6 to 1.3.7 by @dependabot in #157
- build(deps): bump pascalgn/automerge-action from 0.14.2 to 0.14.3 by @dependabot in #158
- build(deps): bump toshimaru/auto-author-assign from 1.3.7 to 1.4.0 by @dependabot in #161
- build(deps): bump actions/checkout from 2.3.4 to 2.3.5 by @dependabot in #160
- build(deps): bump actions/checkout from 2.3.5 to 2.4.0 by @dependabot in #162
- build(deps): bump actions/cache from 2.1.6 to 2.1.7 by @dependabot in #163
- build(deps): bump actions/setup-go from 2.1.4 to 2.1.5 by @dependabot in #165
- build(deps): bump actions/setup-go from 2.1.5 to 2.2.0 by @dependabot in #167
- build(deps): bump golangci/golangci-lint-action from 2.5.2 to 3.1.0 by @dependabot in #168
- build(deps): bump actions/setup-go from 2.2.0 to 3 by @dependabot in #170
- build(deps): bump actions/checkout from 2.4.0 to 3 by @dependabot in #169
- [ImgBot] Optimize images by @imgbot in #171
New Contributors
Full Changelog: v1.0...v2.0
v1.0.0
add tic-tac-go game logic
Tic Tac Go
Commits
- da890da: project layout: standarize project layout (fix #146) (gucio321)
- fix makefile (gucio321)
- fix make build (gucio321)
- d962c71: fix tests (gucio321)
- ab35029: update golangci-lint version (gucio321)
- a56814a: fix circleci (gucio321)
- add ttggame package: (gucio321)
- 99230ca: add pkg/giuwidget (unify gucio321/ttg-giu) (gucio321)
- rename NewBoard -> Create (gucio321)
- rename NewLetter -> Create (gucio321)
- update screenshots and 'see also' section (gucio321)
- lintfix (gucio321)
- e357237: pkg/ttgcore: split ttgplayer package (gucio321)
- 74a8154: cmd/giu-game: bugfix: fix screen size (gucio321)
- 068ed08: pkg/ttgcore/ttgplayers: remove OnContinue (gucio321)
- rename NewPlayer -> Create (gucio321)
- rename ttgcommon -> common (gucio321)
- move IntToCords method from common package (gucio321)
- lintfix (gucio321)
- move CordsToInt into board pkg (gucio321)
- refactoring package structure (gucio321)
- set up dependencies on build and lint (gucio321)
- fix build (gucio321)
- 0921969: pkg/common: move into internal/terminalgame (gucio321)
- pkg/ttgcore -> pkg/core (gucio321)
- 482bb28: attempt to fix circleci builds (gucio321)
- fix labeler (close #150) #152 (gucio321)
- 8f3eb15: workflows/release-package: remove schedule event (gucio321)
- c96b1f5: workflows/release pakcage: attempt to fix workflow (fix #150) (gucio321)