{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":42048803,"defaultBranch":"master","name":"EDI.Net","ownerLogin":"indice-co","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2015-09-07T11:16:53.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/14161400?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1716550648.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"6fda12d0cb2f9a828f0c0a6d6b857682a02fad52","ref":"refs/heads/release/v1.x","pushedAt":"2024-05-24T11:37:28.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"cleftheris","name":"Constantinos Leftheris","path":"/cleftheris","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1777633?s=80&v=4"},"commit":{"message":"Version bump 1.12.0 Fixes Enum string serialization #183\nDouble segment serialization when using wildcard paths #235","shortMessageHtmlLink":"Version bump 1.12.0 Fixes Enum string serialization #183"}},{"before":"a16f807bccad0d614eb11dd72e89b135f50bc8af","after":"6fda12d0cb2f9a828f0c0a6d6b857682a02fad52","ref":"refs/heads/master","pushedAt":"2024-05-24T10:04:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cleftheris","name":"Constantinos Leftheris","path":"/cleftheris","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1777633?s=80&v=4"},"commit":{"message":"Version bump 1.12.0 Fixes Enum string serialization #183\nDouble segment serialization when using wildcard paths #235","shortMessageHtmlLink":"Version bump 1.12.0 Fixes Enum string serialization #183"}},{"before":"6ddda855e9e159b58ae2a7e5b50bb1b02d394e7b","after":"a16f807bccad0d614eb11dd72e89b135f50bc8af","ref":"refs/heads/master","pushedAt":"2024-05-24T09:54:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cleftheris","name":"Constantinos Leftheris","path":"/cleftheris","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1777633?s=80&v=4"},"commit":{"message":"Wildcard segment path on mixed properties fix. When props are elements structures and and values with segment wildcard the serializer does not sort for write correctly. Closes #235","shortMessageHtmlLink":"Wildcard segment path on mixed properties fix. When props are element…"}},{"before":"3cb229fb5cec729bae284408aa814c88b50b0384","after":"6ddda855e9e159b58ae2a7e5b50bb1b02d394e7b","ref":"refs/heads/master","pushedAt":"2024-05-24T09:50:26.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"cleftheris","name":"Constantinos Leftheris","path":"/cleftheris","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1777633?s=80&v=4"},"commit":{"message":"issue 235 (#236)","shortMessageHtmlLink":"issue 235 (#236)"}},{"before":"1a8b7a8df9a9df246f4eba6e4aab03a6edc11cd1","after":"3cb229fb5cec729bae284408aa814c88b50b0384","ref":"refs/heads/master","pushedAt":"2024-05-24T08:30:57.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"cleftheris","name":"Constantinos Leftheris","path":"/cleftheris","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1777633?s=80&v=4"},"commit":{"message":"#Add - Writes Enum as Text when Alphanumeric Picture is Provided (#253)\n\n* #Feature - Writer limits the amount of chars baseada on Alphanumeric Picture Kind #198\r\n\r\nStrict Approach should be set by using GRAMMAR.SetStrictAlphanumericCharLimit(strictAlphanumericCharLimit) function\r\n\r\n* Update EdiGrammar.cs\r\n\r\n#FIX - StrictAlphanumericCharLimit options under EdiWriter class\r\n\r\n* Update EdiTextWriter.cs\r\n\r\n#FIX - StrictAlphanumericCharLimit options under EdiWriter class\r\n\r\n* Update EdiWriter.cs\r\n\r\n#FIX - StrictAlphanumericCharLimit options under EdiWriter class\r\n\r\n* Update IEdiGrammar.cs\r\n\r\n#FIX - StrictAlphanumericCharLimit options under EdiWriter class\r\n\r\n* Update IEdiGrammar.cs\r\n\r\n#FIX - StrictAlphanumericCharLimit options under EdiWriter class\r\n\r\n* Update EdiTextWriterTests.cs\r\n\r\n#FIX - StrictAlphanumericCharLimit options under EdiWriter class\r\n\r\n* #Add - Writes Enum as Text when Alphanumeric Picture is Provided\r\n\r\nWhen setting an alphanumeric picture to X(n), then automatically its gonna\r\ntranslate to Enum Name, not the integer.\r\nAlso, two test cases were provided in EdiTextWriterTests.cs.\r\nThis Implementation need to be analyzed because of changes in the ConvertUtils.cs, maybe we need to change de approach to some code\r\nthat Add Function not change the function.\r\nThis can be addressed to Issue #183","shortMessageHtmlLink":"#Add - Writes Enum as Text when Alphanumeric Picture is Provided (#253)"}},{"before":"ff0ed2b159ba01af55f52b5f34c8486507d801c4","after":"1a8b7a8df9a9df246f4eba6e4aab03a6edc11cd1","ref":"refs/heads/master","pushedAt":"2024-02-29T05:40:08.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"cleftheris","name":"Constantinos Leftheris","path":"/cleftheris","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1777633?s=80&v=4"},"commit":{"message":"#Feature - Writer limits the amount of chars baseada on Alphanumeric … (#251)\n\n* #Feature - Writer limits the amount of chars baseada on Alphanumeric Picture Kind #198\r\n\r\nStrict Approach should be set by using GRAMMAR.SetStrictAlphanumericCharLimit(strictAlphanumericCharLimit) function\r\n\r\n* Update EdiGrammar.cs\r\n\r\n#FIX - StrictAlphanumericCharLimit options under EdiWriter class\r\n\r\n* Update EdiTextWriter.cs\r\n\r\n#FIX - StrictAlphanumericCharLimit options under EdiWriter class\r\n\r\n* Update EdiWriter.cs\r\n\r\n#FIX - StrictAlphanumericCharLimit options under EdiWriter class\r\n\r\n* Update IEdiGrammar.cs\r\n\r\n#FIX - StrictAlphanumericCharLimit options under EdiWriter class\r\n\r\n* Update IEdiGrammar.cs\r\n\r\n#FIX - StrictAlphanumericCharLimit options under EdiWriter class\r\n\r\n* Update EdiTextWriterTests.cs\r\n\r\n#FIX - StrictAlphanumericCharLimit options under EdiWriter class","shortMessageHtmlLink":"#Feature - Writer limits the amount of chars baseada on Alphanumeric … ("}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEUvjE-gA","startCursor":null,"endCursor":null}},"title":"Activity · indice-co/EDI.Net"}