{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":185481943,"defaultBranch":"main","name":"tomlj","ownerLogin":"tomlj","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2019-05-07T21:40:04.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/50344751?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1704066885.0","currentOid":""},"activityList":{"items":[{"before":"761e5a40d37b76ebc4f2eb8007e2012c039f7ece","after":"9413c7c43b462b21dcecc33caa2f775678db0d83","ref":"refs/heads/main","pushedAt":"2024-01-01T17:55:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cleishm","name":"Chris Leishman","path":"/cleishm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/79651?s=80&v=4"},"commit":{"message":"Remove reference to JCenter (deprecated)","shortMessageHtmlLink":"Remove reference to JCenter (deprecated)"}},{"before":"3064eae857e3ec850ac25468cd273bc2b302c0db","after":"761e5a40d37b76ebc4f2eb8007e2012c039f7ece","ref":"refs/heads/main","pushedAt":"2023-12-31T23:49:22.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"cleishm","name":"Chris Leishman","path":"/cleishm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/79651?s=80&v=4"},"commit":{"message":"Merge branch '1.1'","shortMessageHtmlLink":"Merge branch '1.1'"}},{"before":"c1a1102342e825137625bf1b2f3810c325a53a5b","after":"227835e78a59b69feb5a2a8cb3483205ca4b263c","ref":"refs/heads/gh-pages","pushedAt":"2023-12-31T23:48:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cleishm","name":"Chris Leishman","path":"/cleishm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/79651?s=80&v=4"},"commit":{"message":"Add javadoc for version 1.1.1","shortMessageHtmlLink":"Add javadoc for version 1.1.1"}},{"before":"c46f50a833497e167a076ce179aaadd97b2ea599","after":"954c3876ab92c88c17974a2bcb519c022df3fd6f","ref":"refs/heads/1.1","pushedAt":"2023-12-31T23:27:14.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cleishm","name":"Chris Leishman","path":"/cleishm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/79651?s=80&v=4"},"commit":{"message":"Increment version to 1.1.1","shortMessageHtmlLink":"Increment version to 1.1.1"}},{"before":"3064eae857e3ec850ac25468cd273bc2b302c0db","after":"c46f50a833497e167a076ce179aaadd97b2ea599","ref":"refs/heads/1.1","pushedAt":"2023-12-31T23:26:08.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"cleishm","name":"Chris Leishman","path":"/cleishm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/79651?s=80&v=4"},"commit":{"message":"Increment version to 1.1.1","shortMessageHtmlLink":"Increment version to 1.1.1"}},{"before":"9945ea2690d829e2c238c0f51f10df6c407efb76","after":"3064eae857e3ec850ac25468cd273bc2b302c0db","ref":"refs/heads/1.1","pushedAt":"2023-12-31T21:48:45.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"cleishm","name":"Chris Leishman","path":"/cleishm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/79651?s=80&v=4"},"commit":{"message":"Allow tokenizing of `,`, `]` and newline when not in an array\n\nThe grammar rules will still flag errors.","shortMessageHtmlLink":"Allow tokenizing of ,, ] and newline when not in an array"}},{"before":"00432dde4748a0b120731403b93a1f5b475f8cab","after":"3064eae857e3ec850ac25468cd273bc2b302c0db","ref":"refs/heads/main","pushedAt":"2023-12-31T21:46:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cleishm","name":"Chris Leishman","path":"/cleishm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/79651?s=80&v=4"},"commit":{"message":"Allow tokenizing of `,`, `]` and newline when not in an array\n\nThe grammar rules will still flag errors.","shortMessageHtmlLink":"Allow tokenizing of ,, ] and newline when not in an array"}},{"before":"5f99f69632193bece6e03721fb148720421be991","after":null,"ref":"refs/heads/lexer-array-tokenizing-update","pushedAt":"2023-12-31T21:45:28.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"cleishm","name":"Chris Leishman","path":"/cleishm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/79651?s=80&v=4"}},{"before":"528128b23ae8af40a01f4754343aed1a54ec7d82","after":"00432dde4748a0b120731403b93a1f5b475f8cab","ref":"refs/heads/main","pushedAt":"2023-12-31T21:26:57.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"cleishm","name":"Chris Leishman","path":"/cleishm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/79651?s=80&v=4"},"commit":{"message":"Merge pull request #64 from tomlj/lexer-array-tokenizing-update\n\nKeep lexer in ValueMode when tokenizing arrays","shortMessageHtmlLink":"Merge pull request #64 from tomlj/lexer-array-tokenizing-update"}},{"before":"4bc8485ad549b32bdb6253486c50b3522a646627","after":"5f99f69632193bece6e03721fb148720421be991","ref":"refs/heads/lexer-array-tokenizing-update","pushedAt":"2023-12-31T21:24:46.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cleishm","name":"Chris Leishman","path":"/cleishm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/79651?s=80&v=4"},"commit":{"message":"Keep lexer in ValueMode when tokenizing arrays\n\nThe lexer uses ValueMode to tokenize a value, and each rule pops the\nmode stack after emitting the value token(s). When tokenizing an array,\neach value rule now pushes an extra ValueMode to the mode stack, using\n`pushValueModeIfInArray()`, ensuring the lexer remains in ValueMode\nafter that mode stack is popped.\n\nThis removes the need for special handling of commas.\n\nFixes #60.","shortMessageHtmlLink":"Keep lexer in ValueMode when tokenizing arrays"}},{"before":null,"after":"4bc8485ad549b32bdb6253486c50b3522a646627","ref":"refs/heads/lexer-array-tokenizing-update","pushedAt":"2023-12-31T21:24:12.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"cleishm","name":"Chris Leishman","path":"/cleishm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/79651?s=80&v=4"},"commit":{"message":"Keep lexer in ValueMode when tokenizing arrays\n\nThe lexer uses ValueMode to tokenize a value, and each rule pops the\nmode stack after emitting the value token(s). When tokenizing an array,\neach value rule now pushes an extra ValueMode to the mode stack, using\n`pushValueModeIfInArray()`, ensuring the lexer remains in ValueMode\nafter that mode stack is popped.\n\nThis removes the need for special handling of commas.","shortMessageHtmlLink":"Keep lexer in ValueMode when tokenizing arrays"}},{"before":"9945ea2690d829e2c238c0f51f10df6c407efb76","after":"528128b23ae8af40a01f4754343aed1a54ec7d82","ref":"refs/heads/main","pushedAt":"2023-12-30T20:30:17.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"cleishm","name":"Chris Leishman","path":"/cleishm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/79651?s=80&v=4"},"commit":{"message":"Merge pull request #55 from shateq/wrapper-validation-patch\n\nMute Node.js 12 actions deprecation warning in Actions","shortMessageHtmlLink":"Merge pull request #55 from shateq/wrapper-validation-patch"}},{"before":"2f59bb403e206ed195802b1bc8c130a7dc9128dc","after":"9945ea2690d829e2c238c0f51f10df6c407efb76","ref":"refs/heads/1.1","pushedAt":"2023-12-30T20:09:46.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"cleishm","name":"Chris Leishman","path":"/cleishm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/79651?s=80&v=4"},"commit":{"message":"Merge pull request #63 from elohhim/fix-array-trailing-comma-issue\n\nFix issue with array trailing commas","shortMessageHtmlLink":"Merge pull request #63 from elohhim/fix-array-trailing-comma-issue"}},{"before":"0e89a77a49661fbfe2b46b486c784e961061d59e","after":"9945ea2690d829e2c238c0f51f10df6c407efb76","ref":"refs/heads/main","pushedAt":"2023-12-30T20:03:02.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"cleishm","name":"Chris Leishman","path":"/cleishm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/79651?s=80&v=4"},"commit":{"message":"Merge pull request #63 from elohhim/fix-array-trailing-comma-issue\n\nFix issue with array trailing commas","shortMessageHtmlLink":"Merge pull request #63 from elohhim/fix-array-trailing-comma-issue"}},{"before":"da9862b33c38234dcde9b44b557abf0157542ced","after":"0e89a77a49661fbfe2b46b486c784e961061d59e","ref":"refs/heads/main","pushedAt":"2023-11-10T21:43:39.000Z","pushType":"pr_merge","commitsCount":5,"pusher":{"login":"cleishm","name":"Chris Leishman","path":"/cleishm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/79651?s=80&v=4"},"commit":{"message":"Merge pull request #61 from kPYKx7Ddw4n1aIKZ/toml_serializer_nested_fix\n\nToml serializer nested table fix","shortMessageHtmlLink":"Merge pull request #61 from kPYKx7Ddw4n1aIKZ/toml_serializer_nested_fix"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAD1YZyigA","startCursor":null,"endCursor":null}},"title":"Activity ยท tomlj/tomlj"}