🌐 AI搜索 & 代理 主页
  1. 9e30258 Check key and value validity in PbMap (#1076) by Ömer Sinan Ağacan · 2 weeks ago master protobuf-v6.0.0 protoc_plugin-v25.0.0
  2. cafeac4 Hide PbList and PbMap constructors (#1072) by Ömer Sinan Ağacan · 3 weeks ago
  3. 7fcd48b Sync some of the internal changes (#1084) by Ömer Sinan Ağacan · 3 weeks ago
  4. 3ed04a9 Add well-known type support (#1081) by Ömer Sinan Ağacan · 4 weeks ago
  5. a1dceed protoc_plugin refactors (#1082) by Ömer Sinan Ağacan · 4 weeks ago
  6. 46c3697 Update test protos copied from C++ protobuf (#1079) by Ömer Sinan Ağacan · 4 weeks ago
  7. b98d4e2 Implement proto text format generator (#1080) by Ömer Sinan Ağacan · 4 weeks ago
  8. 1ebb09c Release protobuf-5.1.0 (#1078) by Ömer Sinan Ağacan · 5 weeks ago protobuf-v5.1.0
  9. 24f9cf0 Fix message comparison throwing type error when comparing maps in some cases (#1077) by Ömer Sinan Ağacan · 5 weeks ago
  10. 4dfedaf Don't iterate iterable arguments twice in PbList (#1070) by Ömer Sinan Ağacan · 6 weeks ago protoc_plugin-v24.0.0
  11. bed508e Don't generate `createRepeated` members (#1074) by Ömer Sinan Ağacan · 6 weeks ago
  12. 4b488e0 Make annotations.dart and exceptions.dart libraries (#1071) by Ömer Sinan Ağacan · 6 weeks ago
  13. 7db0784 Avoid redundant nullability checks when updating repeated fields (#1069) by Ömer Sinan Ağacan · 7 weeks ago
  14. a77f9a6 More field validation tests (#1068) by Ömer Sinan Ağacan · 7 weeks ago
  15. 27730db Move PbMap to its own library (#1066) by Ömer Sinan Ağacan · 7 weeks ago
  16. 9b4c46f More clearExtension tests: (#1064) by Ömer Sinan Ağacan · 7 weeks ago
  17. 5a44489 Move PbList to its own library (#1063) by Ömer Sinan Ağacan · 7 weeks ago
  18. 78cf743 Fix a few extension field bugs (#1062) by Ömer Sinan Ağacan · 8 weeks ago
  19. 14bbd0b Sync a few small CLs: (#1060) by Ömer Sinan Ağacan · 2 months ago
  20. fb89979 Update CHANGELOGs for release (#1059) by Ömer Sinan Ağacan · 2 months ago protobuf-v5.0.0 protoc_plugin-v23.0.0
  21. ccf56f3 Fix unknown JSON handling (#1058) by Ömer Sinan Ağacan · 2 months ago
  22. b9b59e1 Fix clearing oneof fields (#1057) by Ömer Sinan Ağacan · 2 months ago
  23. f167191 Remove redundant `break` statements in switch cases (#1056) by Ömer Sinan Ağacan · 2 months ago
  24. 07eed6e Generalize argument type of `PbList.from` from `List<T>` to `Iterable<T>` (#1054) by Ömer Sinan Ağacan · 3 months ago
  25. 0447bd2 Run plugin with asserts when building test protos (#1055) by Ömer Sinan Ağacan · 3 months ago
  26. 660bbc8 Edition support (#1052) by Ömer Sinan Ağacan · 3 months ago
  27. 82fc34f Improve golden file checking (#1053) by Ömer Sinan Ağacan · 3 months ago
  28. 456e2ee Generate unittest_features proto (#1051) by Ömer Sinan Ağacan · 3 months ago
  29. c215029 Update pre-generated protos (#1050) by Ömer Sinan Ağacan · 3 months ago
  30. 971bcae Use a map to cache the `valueOf` functions for enums (#1047) by Ömer Sinan Ağacan · 3 months ago
  31. 8750ed7 Sync internal Kythe support improvements (#1048) by Ömer Sinan Ağacan · 3 months ago
  32. 0a13935 Bump actions/checkout from 4.2.2 to 5.0.0 (#1046) by dependabot[bot] · 3 months ago
  33. 765ba8a Fix non-proto3 JSON format double decoding (#1043) by Ömer Sinan Ağacan · 4 months ago
  34. 703bf7c Compile dart2wasm benchmarks with --no-strip-wasm (#1044) by Ömer Sinan Ağacan · 4 months ago
  35. 9939965 Fix JS interop annotations (#1042) by Ömer Sinan Ağacan · 4 months ago
  36. da354a2 Update benchmark builder to use -O2 with dart2wasm, add output dir to gitignore (#1041) by Ömer Sinan Ağacan · 4 months ago
  37. 41eba19 Add sinks to benchmarks to prevent smart tools eliminating benchmarked code (#1040) by Ömer Sinan Ağacan · 4 months ago
  38. 3ccc8ab Bump actions/checkout from 3.5.3 to 4.2.2 (#1036) by dependabot[bot] · 4 months ago
  39. 6bce9d7 Fix unknown enum handling (#853) by Ömer Sinan Ağacan · 4 months ago
  40. 19e5a25 Implement deepCopy as copying, instead of merge (#742) by Ömer Sinan Ağacan · 4 months ago
  41. 6e9c9f4 Improve clone and deepCopy tests (#1039) by Ömer Sinan Ağacan · 4 months ago
  42. 086dfab Make proto3_json.dart aware of well known types (#1037) by Ömer Sinan Ağacan · 4 months ago
  43. 277b45a Release protobuf 4.2.0 (#1038) by Ömer Sinan Ağacan · 4 months ago protobuf-v4.2.0
  44. 0b73b0d workspace, formatting, and proto version updates (#1033) by Devon Carew · 4 months ago
  45. a664760 various CI workflow updates (#1035) by Devon Carew · 4 months ago
  46. 44ecd74 Sync JSON web decoders (#1028) by Ömer Sinan Ağacan · 5 months ago
  47. f7f65d4 CI: Also run plugin tests on Chrome, with dart2js and dart2wasm (#1031) by Ömer Sinan Ağacan · 5 months ago
  48. 048fdc5 CI: Run all of the checks on every change (#1032) by Ömer Sinan Ağacan · 5 months ago
  49. 33b782f Remove monorepo (#1030) by Moritz · 5 months ago
  50. 4c842a7 Make PbFieldType members public (#1027) by Ömer Sinan Ağacan · 5 months ago
  51. 7f7d776 Split protobuf package into libraries (#1026) by Ömer Sinan Ağacan · 5 months ago
  52. 4916e6f CI: Test PRs and commits to all branches, instead of just master (#1029) by Ömer Sinan Ağacan · 5 months ago
  53. a9822d8 prep for publishing protobuf 4.1.1, protoc_plugin 22.5.0 (#1025) by Devon Carew · 5 months ago protobuf-v4.1.1 protoc_plugin-v22.5.0
  54. 38f1549 update the generator to emit formatted files (#1020) by Devon Carew · 5 months ago
  55. 04bd6ac Update SDK version to 3.7, reformat with 3.7 formatter (#1024) by Ömer Sinan Ağacan · 5 months ago
  56. bce362d prep to publish 22.4.0 (#1023) by Devon Carew · 6 months ago protoc_plugin-v22.4.0
  57. 269e004 improve the readability of generated gRPC client files (#1021) by Devon Carew · 6 months ago
  58. 48ba649 update the header for generated files (#1022) by Devon Carew · 6 months ago
  59. 0bfff0c update to the latest analysis lints (#1017) by Devon Carew · 6 months ago
  60. 32d53da Refactor the test goldens so they have standard file name extensions (#1014) by Devon Carew · 6 months ago
  61. c69077d revert the change to not generate empty enum files (#1016) by Devon Carew · 7 months ago
  62. 08e7410 ignore unused_imports for json files (#1013) by Devon Carew · 7 months ago
  63. efdabd7 update how we calculate import prefixes (#1012) by Devon Carew · 7 months ago
  64. 60dfaed rev package:protoc_plugin to 22.3.0 (#1011) by Devon Carew · 7 months ago protoc_plugin-v22.3.0
  65. 86dfa6b move generated test code from out/ to test/gen/ (#1009) by Devon Carew · 7 months ago
  66. d940c8d Update the generated code to improve readability and to better follow common Dart patterns. (#1003) by Devon Carew · 7 months ago
  67. ce05559 no longer generate empty enum or server files (#1006) by Devon Carew · 7 months ago
  68. 976ebb8 add a script to update the vendored protos (#1004) by Devon Carew · 7 months ago
  69. c8954ea Refactor the vendored protos (#1000) by Devon Carew · 7 months ago
  70. deda288 address a merge issue with the protoc_plugin changelog (#1002) by Devon Carew · 7 months ago protobuf-v4.1.0 protoc_plugin-v22.2.0
  71. 5ed4611 shorten the deprecation messages for clone() and copyWith() (#999) by Devon Carew · 7 months ago
  72. 4960b92 Switch to pub workspace (#1001) by Ömer Sinan Ağacan · 7 months ago
  73. b7753f6 rev package:protobuf version (#994) by Devon Carew · 7 months ago
  74. b5d20ff Update protobuf changelog with #981 (#995) by Ömer Sinan Ağacan · 7 months ago
  75. 9bd149b read from and generate grpc service metadata (#991) by Devon Carew · 7 months ago
  76. 065d881 generate dartdocs for grpc services (#993) by Devon Carew · 7 months ago
  77. e2bd416 remove the api_benchmark/ package (#992) by Devon Carew · 7 months ago
  78. a6c8e56 Improve enum decoding -- alternative (#981) by Ömer Sinan Ağacan · 7 months ago
  79. 376c9ce Update README.md (#990) by Devon Carew · 7 months ago
  80. d5906e7 rev to 22.1.0 in prep for publishing (#989) by Devon Carew · 7 months ago protoc_plugin-v22.1.0
  81. 072f99d use super params in generated grpc service classes (#988) by Devon Carew · 7 months ago
  82. 7d2e615 Add fromDart() and toDart() methods to convert between $core.Duration and proto Duration (#986) by Agam Agarwal · 7 months ago
  83. e4fca16 Add sparse enum decoding benchmarks (#984) by Ömer Sinan Ağacan · 7 months ago
  84. 006d3aa Update protoc_plugin pre-generated protos (#982) by Ömer Sinan Ağacan · 7 months ago
  85. 4abee01 Sort input proto files before processing (#983) by Ömer Sinan Ağacan · 7 months ago
  86. 60e23f1 Fix factory argument types for map fields (#976) by Ömer Sinan Ağacan · 7 months ago
  87. de6bcc2 Fix packed enum decoding benchmark (#979) by Ömer Sinan Ağacan · 7 months ago
  88. 9daf5ca Improve packed field decoding (#959) by Ömer Sinan Ağacan · 7 months ago
  89. 1aaa332 Bump actions/cache from 4.2.2 to 4.2.3 (#972) by dependabot[bot] · 8 months ago
  90. cf4f3a8 Patch release for protoc_plugin: bump constraint to use protobuf 4.0.0 (#971) by Slava Egorov · 9 months ago protoc_plugin-v22.0.1
  91. 3bffe4b Prepare to publish protobuf 4.0.0 and protoc_plugin 22.0.0 (#969) by Slava Egorov · 9 months ago protobuf-v4.0.0 protoc_plugin-v22.0.0
  92. 0bab78d rename -dev pubspec versions to -wip (#968) by Devon Carew · 9 months ago
  93. 7838e44 Prefix grpc method 'call' and 'request' arguments with '$' to avoid shadowing user methods with the same name (#964) by Ömer Sinan Ağacan · 9 months ago
  94. 125fe9c Bump dart-lang/setup-dart from 1.7.0 to 1.7.1 (#965) by dependabot[bot] · 9 months ago
  95. fb77c7c Bump actions/cache from 4.2.0 to 4.2.2 (#966) by dependabot[bot] · 9 months ago
  96. 610943a update the publish workflow; add a post_summaries one (#961) by Devon Carew · 10 months ago
  97. 35a1bd6 update the repo analysis config (#962) by Devon Carew · 10 months ago
  98. d3f9ad1 updates to the gitignore files (#960) by Devon Carew · 10 months ago
  99. 950b6a7 Remove redundant checkNotNull calls from pre-null-safe days (#958) by Ömer Sinan Ağacan · 10 months ago
  100. d00f905 Fix slow handling of protobuf comments (#955) by Ömer Sinan Ağacan · 10 months ago