{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":659826723,"defaultBranch":"main","name":"minimax-tic-tac-toe","ownerLogin":"mrdcvlsc","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-06-28T16:36:28.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/59404502?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1688224607.0","currentOid":""},"activityList":{"items":[{"before":"070765d7a23f6edc783f74c88e5a35a6197a0d86","after":"9224eee00f7e8fc7d9105a23532a90d597583960","ref":"refs/heads/main","pushedAt":"2023-09-08T03:22:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"chore(release): 1.1.0 [skip ci]\n\n# [1.1.0](https://github.com/mrdcvlsc/minimax-tic-tac-toe/compare/v1.0.1...v1.1.0) (2023-09-08)\n\n### Features\n\n* detect other diagonal wins for lower win piece counts ([9f7b8c9](https://github.com/mrdcvlsc/minimax-tic-tac-toe/commit/9f7b8c93b2c6686314b7b45249d0f4748b8f3143))\n\n### Performance Improvements\n\n* disable eval in early turns ([4ab94d6](https://github.com/mrdcvlsc/minimax-tic-tac-toe/commit/4ab94d6da0d990b04b3740c6e8eae039ef20c140))\n* micro optimized the evaluate function ([c40aace](https://github.com/mrdcvlsc/minimax-tic-tac-toe/commit/c40aace9ec18120af1348133d1383b43c83eaf93))","shortMessageHtmlLink":"chore(release): 1.1.0 [skip ci]"}},{"before":"4ab94d6da0d990b04b3740c6e8eae039ef20c140","after":"070765d7a23f6edc783f74c88e5a35a6197a0d86","ref":"refs/heads/main","pushedAt":"2023-09-08T03:21:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"[Auto-format code on push]","shortMessageHtmlLink":"[Auto-format code on push]"}},{"before":"923185462cf43712a7badbe8085c2a53ae470491","after":"4ab94d6da0d990b04b3740c6e8eae039ef20c140","ref":"refs/heads/main","pushedAt":"2023-09-08T03:19:50.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"mrdcvlsc","name":"Jubal Mordecai Velasco","path":"/mrdcvlsc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59404502?s=80&v=4"},"commit":{"message":"perf: disable eval in early turns","shortMessageHtmlLink":"perf: disable eval in early turns"}},{"before":"cf5576df219caf203a24775e037c98dc299ce211","after":"923185462cf43712a7badbe8085c2a53ae470491","ref":"refs/heads/main","pushedAt":"2023-09-07T00:33:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"chore(release): 1.1.0 [skip ci]\n\n# [1.1.0](https://github.com/mrdcvlsc/minimax-tic-tac-toe/compare/v1.0.1...v1.1.0) (2023-09-07)\n\n### Features\n\n* detect other diagonal wins for lower win piece counts ([9f7b8c9](https://github.com/mrdcvlsc/minimax-tic-tac-toe/commit/9f7b8c93b2c6686314b7b45249d0f4748b8f3143))\n\n### Performance Improvements\n\n* disable eval in early turns ([3df277a](https://github.com/mrdcvlsc/minimax-tic-tac-toe/commit/3df277ad2bca5d992c11191ce9e7cf902d6f5a1b))\n* disable scanning further in rows & columns for win counts < grid size ([c1ceb62](https://github.com/mrdcvlsc/minimax-tic-tac-toe/commit/c1ceb62ea27211a46e2ef96554e42865428fe682))\n* micro optimized the evaluate function ([c40aace](https://github.com/mrdcvlsc/minimax-tic-tac-toe/commit/c40aace9ec18120af1348133d1383b43c83eaf93))\n* scan only single diag lines if win counts == grid size ([cf5576d](https://github.com/mrdcvlsc/minimax-tic-tac-toe/commit/cf5576df219caf203a24775e037c98dc299ce211))","shortMessageHtmlLink":"chore(release): 1.1.0 [skip ci]"}},{"before":"16f16621c9b3cfc79eb7c58ce8e65ff80377c45b","after":"cf5576df219caf203a24775e037c98dc299ce211","ref":"refs/heads/main","pushedAt":"2023-09-07T00:31:37.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"mrdcvlsc","name":"Jubal Mordecai Velasco","path":"/mrdcvlsc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59404502?s=80&v=4"},"commit":{"message":"perf: scan only single diag lines if win counts == grid size","shortMessageHtmlLink":"perf: scan only single diag lines if win counts == grid size"}},{"before":"4d8c9e473f09888e52dcff34db53c40f75c1b8c0","after":"16f16621c9b3cfc79eb7c58ce8e65ff80377c45b","ref":"refs/heads/main","pushedAt":"2023-07-13T17:40:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"chore(release): 1.1.0 [skip ci]\n\n# [1.1.0](https://github.com/mrdcvlsc/minimax-tic-tac-toe/compare/v1.0.1...v1.1.0) (2023-07-13)\n\n### Features\n\n* detect other diagonal wins for lower win piece counts ([9f7b8c9](https://github.com/mrdcvlsc/minimax-tic-tac-toe/commit/9f7b8c93b2c6686314b7b45249d0f4748b8f3143))\n\n### Performance Improvements\n\n* micro optimized the evaluate function ([c40aace](https://github.com/mrdcvlsc/minimax-tic-tac-toe/commit/c40aace9ec18120af1348133d1383b43c83eaf93))","shortMessageHtmlLink":"chore(release): 1.1.0 [skip ci]"}},{"before":"ae9d6e0dce1276d047ed9b88b3723ac4f4e5453e","after":"4d8c9e473f09888e52dcff34db53c40f75c1b8c0","ref":"refs/heads/main","pushedAt":"2023-07-13T17:39:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"[Auto-format code on push]","shortMessageHtmlLink":"[Auto-format code on push]"}},{"before":"bd630ad40deb4ed8550bf365ff8af4bf009c9615","after":"ae9d6e0dce1276d047ed9b88b3723ac4f4e5453e","ref":"refs/heads/main","pushedAt":"2023-07-13T17:38:45.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"mrdcvlsc","name":"Jubal Mordecai Velasco","path":"/mrdcvlsc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59404502?s=80&v=4"},"commit":{"message":"refactor: removed unused code.\ndocs: updated read me with minimax explanation and visuals.\nbuild: updated web app.","shortMessageHtmlLink":"refactor: removed unused code."}},{"before":"32d76aa3dcfde3cc4cbacfbf6696c89a15908410","after":"bd630ad40deb4ed8550bf365ff8af4bf009c9615","ref":"refs/heads/main","pushedAt":"2023-07-03T09:43:59.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"mrdcvlsc","name":"Jubal Mordecai Velasco","path":"/mrdcvlsc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59404502?s=80&v=4"},"commit":{"message":"chore(release): 1.1.0 [skip ci]\n\n* detect other diagonal wins for lower win piece counts ([9f7b8c9](https://github.com/mrdcvlsc/minimax-tic-tac-toe/commit/9f7b8c93b2c6686314b7b45249d0f4748b8f3143))","shortMessageHtmlLink":"chore(release): 1.1.0 [skip ci]"}},{"before":"20c35ef9d52476280cd4d0c68b3c9a5a2d8faea2","after":"32d76aa3dcfde3cc4cbacfbf6696c89a15908410","ref":"refs/heads/main","pushedAt":"2023-07-03T08:42:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"chore(release): 1.1.0 [skip ci]\n\n# [1.1.0](https://github.com/mrdcvlsc/minimax-tic-tac-toe/compare/v1.0.1...v1.1.0) (2023-07-03)\n\n### Features\n\n* detect other diagonal wins for lower win piece counts ([9f7b8c9](https://github.com/mrdcvlsc/minimax-tic-tac-toe/commit/9f7b8c93b2c6686314b7b45249d0f4748b8f3143))","shortMessageHtmlLink":"chore(release): 1.1.0 [skip ci]"}},{"before":"cf235e8dd37f9b5a9f7fe17f3c611ffcb3bbeb9a","after":"20c35ef9d52476280cd4d0c68b3c9a5a2d8faea2","ref":"refs/heads/main","pushedAt":"2023-07-03T08:41:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"[Auto-format code on push]","shortMessageHtmlLink":"[Auto-format code on push]"}},{"before":"ce4f4069edbe37e4be2b31a814fef04bdf896bed","after":"cf235e8dd37f9b5a9f7fe17f3c611ffcb3bbeb9a","ref":"refs/heads/main","pushedAt":"2023-07-03T08:39:27.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"mrdcvlsc","name":"Jubal Mordecai Velasco","path":"/mrdcvlsc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59404502?s=80&v=4"},"commit":{"message":"refactor: merged conflicts with refactored code","shortMessageHtmlLink":"refactor: merged conflicts with refactored code"}},{"before":"d03428e3e6ec1265738908d6c1267671493e7c08","after":"ce4f4069edbe37e4be2b31a814fef04bdf896bed","ref":"refs/heads/main","pushedAt":"2023-07-02T06:30:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"[Auto-format code on push]","shortMessageHtmlLink":"[Auto-format code on push]"}},{"before":"005c0993279ac7ab6fa693a080ab86c0b1f4f634","after":"d03428e3e6ec1265738908d6c1267671493e7c08","ref":"refs/heads/main","pushedAt":"2023-07-02T06:28:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mrdcvlsc","name":"Jubal Mordecai Velasco","path":"/mrdcvlsc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59404502?s=80&v=4"},"commit":{"message":"refactor: web app\n\n- organized the code a little bit","shortMessageHtmlLink":"refactor: web app"}},{"before":"c36ab0e53b705148a201b3a015f5a869826e0d58","after":"005c0993279ac7ab6fa693a080ab86c0b1f4f634","ref":"refs/heads/main","pushedAt":"2023-07-01T15:16:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"chore(release): 1.0.1 [skip ci]\n\n## [1.0.1](https://github.com/mrdcvlsc/minimax-tic-tac-toe/compare/v1.0.0...v1.0.1) (2023-07-01)\n\n### Bug Fixes\n\n* fixed depth input possibly going undefined in the web app ([95f6103](https://github.com/mrdcvlsc/minimax-tic-tac-toe/commit/95f61036d881bf09b94a99fa9e7922356ca1275b))","shortMessageHtmlLink":"chore(release): 1.0.1 [skip ci]"}},{"before":"95f61036d881bf09b94a99fa9e7922356ca1275b","after":"c36ab0e53b705148a201b3a015f5a869826e0d58","ref":"refs/heads/main","pushedAt":"2023-07-01T15:16:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"[Auto-format code on push]","shortMessageHtmlLink":"[Auto-format code on push]"}},{"before":"55adaab6baa7a79e8673c5ce86584c1a968e8a60","after":"95f61036d881bf09b94a99fa9e7922356ca1275b","ref":"refs/heads/main","pushedAt":"2023-07-01T15:13:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mrdcvlsc","name":"Jubal Mordecai Velasco","path":"/mrdcvlsc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59404502?s=80&v=4"},"commit":{"message":"fix: fixed depth input possibly going undefined in the web app","shortMessageHtmlLink":"fix: fixed depth input possibly going undefined in the web app"}},{"before":"f94c8a0b1836476fe15058c5b19ce8782a7c6572","after":"55adaab6baa7a79e8673c5ce86584c1a968e8a60","ref":"refs/heads/main","pushedAt":"2023-07-01T10:34:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"[Auto-format code on push]","shortMessageHtmlLink":"[Auto-format code on push]"}},{"before":"ef65ef02bfceff62a75bad1fdc6f7e381b0eac73","after":"f94c8a0b1836476fe15058c5b19ce8782a7c6572","ref":"refs/heads/main","pushedAt":"2023-07-01T10:33:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mrdcvlsc","name":"Jubal Mordecai Velasco","path":"/mrdcvlsc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59404502?s=80&v=4"},"commit":{"message":"refactor: removed debugging logs\n\nremoved console.logs the is used for debugging in the previous commits.","shortMessageHtmlLink":"refactor: removed debugging logs"}},{"before":"a071166fc2e7f70b1eac3a9f098aab94aca11f6b","after":"ef65ef02bfceff62a75bad1fdc6f7e381b0eac73","ref":"refs/heads/main","pushedAt":"2023-07-01T08:54:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"[Auto-format code on push]","shortMessageHtmlLink":"[Auto-format code on push]"}},{"before":"a6c3e51ed1d2cb4e7f71cc55229513edf9b10bda","after":"a071166fc2e7f70b1eac3a9f098aab94aca11f6b","ref":"refs/heads/main","pushedAt":"2023-07-01T08:51:38.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"mrdcvlsc","name":"Jubal Mordecai Velasco","path":"/mrdcvlsc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59404502?s=80&v=4"},"commit":{"message":"build: updated web app\n\nci: updated test workflow","shortMessageHtmlLink":"build: updated web app"}},{"before":"9c5674cc1ca1d06cdec0f6d23d1d8066a5c72835","after":"a6c3e51ed1d2cb4e7f71cc55229513edf9b10bda","ref":"refs/heads/main","pushedAt":"2023-07-01T08:19:37.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"mrdcvlsc","name":"Jubal Mordecai Velasco","path":"/mrdcvlsc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59404502?s=80&v=4"},"commit":{"message":"build: updated web app\n\nci: updated test workflow","shortMessageHtmlLink":"build: updated web app"}},{"before":"a5d92e2a0d587a6730bfe0489ba274f35adb0b1d","after":"9c5674cc1ca1d06cdec0f6d23d1d8066a5c72835","ref":"refs/heads/main","pushedAt":"2023-07-01T07:46:29.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"mrdcvlsc","name":"Jubal Mordecai Velasco","path":"/mrdcvlsc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59404502?s=80&v=4"},"commit":{"message":"build: updated web app\n\nci: updated test workflow","shortMessageHtmlLink":"build: updated web app"}},{"before":"8e282faad081430539b1348e0217ecf536c67a6f","after":"a5d92e2a0d587a6730bfe0489ba274f35adb0b1d","ref":"refs/heads/main","pushedAt":"2023-07-01T07:42:36.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"mrdcvlsc","name":"Jubal Mordecai Velasco","path":"/mrdcvlsc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59404502?s=80&v=4"},"commit":{"message":"build: updated web app\n\nci: updated test workflow","shortMessageHtmlLink":"build: updated web app"}},{"before":"a0388f406bcfe83f797dc452a8887f819162a062","after":"8e282faad081430539b1348e0217ecf536c67a6f","ref":"refs/heads/main","pushedAt":"2023-07-01T07:30:26.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"mrdcvlsc","name":"Jubal Mordecai Velasco","path":"/mrdcvlsc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59404502?s=80&v=4"},"commit":{"message":"build: updated web app","shortMessageHtmlLink":"build: updated web app"}},{"before":"68c1f6425f4e053e1aeff7c2cafc39bae5ba3f0a","after":"a0388f406bcfe83f797dc452a8887f819162a062","ref":"refs/heads/main","pushedAt":"2023-07-01T07:24:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"chore(release): 1.0.0 [skip ci]\n\n# 1.0.0 (2023-07-01)\n\n### Features\n\n* updated TicTacToe.js ([23b82e5](https://github.com/mrdcvlsc/minimax-tic-tac-toe/commit/23b82e5f5f0fb63a5e020da1ec00d7e67c24df0a))","shortMessageHtmlLink":"chore(release): 1.0.0 [skip ci]"}},{"before":"b506b00807beb195e67a2cc50f2ffce01def9dcf","after":"68c1f6425f4e053e1aeff7c2cafc39bae5ba3f0a","ref":"refs/heads/main","pushedAt":"2023-07-01T07:23:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"[Auto-format code on push]","shortMessageHtmlLink":"[Auto-format code on push]"}},{"before":"690a10a3c865e9fcbf70ac019792a3301cae2f5e","after":"b506b00807beb195e67a2cc50f2ffce01def9dcf","ref":"refs/heads/main","pushedAt":"2023-07-01T07:22:29.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"mrdcvlsc","name":"Jubal Mordecai Velasco","path":"/mrdcvlsc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59404502?s=80&v=4"},"commit":{"message":"ci: workflow update\n\n* updated workflow\n\n* added semantic release","shortMessageHtmlLink":"ci: workflow update"}},{"before":"a1ac72beb61b248ae1f6de81177159dfeac24087","after":"690a10a3c865e9fcbf70ac019792a3301cae2f5e","ref":"refs/heads/main","pushedAt":"2023-07-01T07:20:34.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"mrdcvlsc","name":"Jubal Mordecai Velasco","path":"/mrdcvlsc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59404502?s=80&v=4"},"commit":{"message":"ci: workflow update\n\n* updated workflow\n\n* added semantic release","shortMessageHtmlLink":"ci: workflow update"}},{"before":"8d73f8b25764f1bbf0c96f483c9ef01fb5b1e447","after":"a1ac72beb61b248ae1f6de81177159dfeac24087","ref":"refs/heads/main","pushedAt":"2023-07-01T07:12:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"[Auto-format code on push]\n\nFormatted the last commit -> ''","shortMessageHtmlLink":"[Auto-format code on push]"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADe_U31AA","startCursor":null,"endCursor":null}},"title":"Activity ยท mrdcvlsc/minimax-tic-tac-toe"}