1. c26ac34 Add grpc example to protoc_plugin README (#514) by Ali Ebrahim · 3 years, 2 months ago
  2. c35d787 Revert changes to reserved names to maintain backwards compat (#636) by Ömer Sinan Ağacan · 3 years, 2 months ago
  3. 146b186 Remove unused `GeneratedMessage` constructors (#634) by Ömer Sinan Ağacan · 3 years, 2 months ago
  4. 99bc541 protoc_plugin README fixes and tweaks: (#617) by Ömer Sinan Ağacan · 3 years, 2 months ago
  5. 96bdf38 Fix TypeRegistry passing when unpacking nested Any messages from JSON (#568) by Ben Vercammen · 3 years, 2 months ago
  6. b96dc21 Testing: don't return static methods in findMemberNames (#618) by Ömer Sinan Ağacan · 3 years, 2 months ago
  7. d232e6e Tweak READMEs: (#610) by Ömer Sinan Ağacan · 3 years, 2 months ago
  8. a10426b Update protoc_plugin pubspec.yaml (#615) by Devon Carew · 3 years, 2 months ago
  9. 3df8669 Latest mono_repo (#601) by Kevin Moore · 3 years, 3 months ago
  10. 6be405f Remove old and unused test file (#589) by Ömer Sinan Ağacan · 3 years, 3 months ago
  11. 900cef5 Fix protoc_plugin run-tests make rule (#586) by Ömer Sinan Ağacan · 3 years, 3 months ago
  12. 2546269 Fix rounding when handling negative timestamps (#580) by Sigurd Meldgaard · 3 years, 3 months ago
  13. 8afce8d Fix Readme `pub get` instead of `pub install`. (#486) by Sigurd Meldgaard · 3 years, 3 months ago
  14. a7e75cb Update README.md by Kevin Moore · 3 years, 6 months ago
  15. 18346f5 Convert null keys and values to default when parsing map entries (#536) by Sigurd Meldgaard · 3 years, 7 months ago
  16. 835ab75 Remove unneeded imports by Kevin Moore · 3 years, 8 months ago
  17. ecfb862 Fix test for latest analysis (#543) by Kevin Moore · 3 years, 9 months ago
  18. 26a0a26 fix insecure link in protoc_plugin readme by Kevin Moore · 3 years, 9 months ago
  19. d3e0e4a Fix analysis options by Kevin Moore · 4 years ago
  20. cf29280 Fix comment references by Kevin Moore · 4 years ago
  21. cad0150 Update repository URLs (#533) by Kevin Moore · 4 years ago
  22. 45e054a Enable pkg:lints recommended lints by Kevin Moore · 4 years ago
  23. c520280 Moved a number of parts to libraries by Kevin Moore · 4 years ago
  24. 456b01d Remove gratuitous print in json_test by Kevin Moore · 4 years ago
  25. 9cea1d3 Drop dart version from a file by Kevin Moore · 4 years ago
  26. 1015fd6 protoc_plugin: move more bits into libraries by Kevin Moore · 4 years ago
  27. 38898a6 protoc_plugin: move shared constants to a shared library by Kevin Moore · 4 years ago
  28. 1cc75c3 protoc_plugin: move part files into lib/src directory by Kevin Moore · 4 years ago
  29. ef89f3d protoc_plugin: move generated libs by Kevin Moore · 4 years ago
  30. 778d32c Lint: prefer single quotes by Kevin Moore · 4 years ago
  31. c7e5ddf Directive ordering by Kevin Moore · 4 years ago
  32. a5333d4 prococ_plugin: move to recommended part naming model by Kevin Moore · 4 years ago
  33. eaaf1d3 Remove gratuitous library directies by Kevin Moore · 4 years ago
  34. 8304474 Merge null_safety into master by Kevin Moore · 4 years ago
  35. 48dbb16 protoc_plugin: drop version back to 19.3.2-dev (#526) by Kevin Moore · 4 years ago
  36. 8571b58 null safe cleanup (#525) by Kevin Moore · 4 years ago
  37. 51f4be0 Fix CI (#522) by Kevin Moore · 4 years ago
  38. 47812f8 Update CI with mono_repo 5.0 (#518) by Michael Thomsen · 4 years ago
  39. 5af4455 Switch to `dart format` (#519) by Michael Thomsen · 4 years ago
  40. 77575f7 Fix CI stages (#515) by Kevin Moore · 4 years, 1 month ago
  41. ea28b9c Bump dart-lang/setup-dart from 0.3 to 1 (#512) by dependabot[bot] · 4 years, 1 month ago
  42. aac6fc4 Update LICENSE (#499) by Franklin Yow · 4 years, 3 months ago
  43. deeacd7 Add the test for fixed32int (#391) by Ji Li · 4 years, 4 months ago
  44. 2afbe82 Add tests for the repeated and map enum value fields where the (#480) by Ji Li · 4 years, 4 months ago
  45. d53d2bb Fix protoc_plugin publish errors and warnings (#475) by Ivan Inozemtsev · 4 years, 5 months ago protoc_plugin-v20.0.0
  46. eb45463 Stable release of protoc_plugin for null safety (#474) by Ivan Inozemtsev · 4 years, 5 months ago
  47. d7bff4e Resurrect Github actions (#470) by Sigurd Meldgaard · 4 years, 5 months ago
  48. aa9958e Fix copyWith's return type. (#458) by Brett Morgan · 4 years, 5 months ago
  49. d2620dd Generate null-safe .pbgrpc files (#466) by Ivan Inozemtsev · 4 years, 5 months ago
  50. 1144e40 Use null-safe bootstrap protos (#464) by Ivan Inozemtsev · 4 years, 5 months ago
  51. fe93fb8 Merge master into null safety (#463) by Ivan Inozemtsev · 4 years, 5 months ago
  52. 938dd9d Emit binary coded descriptors from dart protoc_plugin. (#406) by Ivan Inozemtsev · 4 years, 5 months ago protoc_plugin-v19.3.1
  53. f3a64af Migrate from Travis to GitHub Actions (#460) by Ivan Inozemtsev · 4 years, 5 months ago
  54. 9f19695 named optional arguments in constructors for messages (#441) by Pieter van Loon · 4 years, 6 months ago protoc_plugin-20.0.0-nullsafety.1
  55. ead5550 Let protoc_plugin depend on protobuf from null-safety and fix changelog. (#456) by Sigurd Meldgaard · 4 years, 6 months ago
  56. 27d382d Use @dart = 2.7 in generated files (#455) by Sigurd Meldgaard · 4 years, 6 months ago protoc_plugin-19.3.0
  57. d30a4c8 Restore possibility to use reflective API to create default field values using getField() (#453) by Martin Kustermann · 4 years, 7 months ago
  58. 75389dd Allow dart protos to be sent through sendports (and therefore to other isolates) (#452) by Martin Kustermann · 4 years, 7 months ago
  59. 7ac17d0 Named arguments to construct messages (#442) by Pieter van Loon · 4 years, 7 months ago
  60. 2d80431 Fix handling of oneofs in dart proto3 json parsing. (#447) by Sigurd Meldgaard · 4 years, 7 months ago
  61. 1319847 Support optional proto3 fields (#444) by Ivan Inozemtsev · 4 years, 7 months ago
  62. 0d03fd5 Regenerate bootstrap protos with previous version of protoc_plugin (#440) by Ivan Inozemtsev · 4 years, 8 months ago
  63. e94c997 Set protoc_plugin version to 20.0.0-nullsafety.0 (#439) by Ivan Inozemtsev · 4 years, 8 months ago
  64. 3daa36c Merge master into null_safety (#438) by Ivan Inozemtsev · 4 years, 8 months ago
  65. f06208e Fix syntax issue with client interceptors feature in 19.2.0. (#437) by Vyacheslav Egorov · 4 years, 8 months ago protoc_plugin-19.2.0+1
  66. 780bee8 Null safe package:protobuf and null safe code generation (#435) by Ivan Inozemtsev · 4 years, 8 months ago
  67. 0806fd7 Prepare 19.2.0 release (#436) by Vyacheslav Egorov · 4 years, 8 months ago protoc_plugin-19.2.0
  68. 9a071e3 feat: support client interceptors (#429) by Zbigniew Mandziejewicz · 4 years, 8 months ago
  69. 06835ba Fix Travis build by removing duplicated analysis suppression. (#430) by Vyacheslav Egorov · 4 years, 8 months ago
  70. 4bb477a Remove another unused dart:async import. (#412) by Michael R Fairhurst · 4 years, 9 months ago
  71. 72c3b21 Remove unnecessary dart:async import. (#397) by Michael R Fairhurst · 4 years, 10 months ago
  72. e049553 Include some missing tests into all_tests.dart (#405) by Ivan Inozemtsev · 4 years, 10 months ago
  73. 8702755 Make protobuf message and field names dependent on a fromEnvironment constants (#403) by Ivan Inozemtsev · 4 years, 10 months ago
  74. e96efd5 Fix escaping of string default values. (#402) by Ivan Inozemtsev · 4 years, 10 months ago
  75. f522c4b Use inferred (stricter) type for generated extension info (#401) by Ivan Inozemtsev · 4 years, 10 months ago
  76. 353d323 Throw an error when reading an extension that is present in the unknown fields. (#399) by Ivan Inozemtsev · 4 years, 10 months ago
  77. 36f474d Add option to omit enum names in generated code (#400) by Ivan Inozemtsev · 4 years, 10 months ago
  78. 6ed458c Extension methods to replace `copyWith` and `clone` (#394) by Ivan Inozemtsev · 4 years, 10 months ago
  79. 52544ea Update pedantic (#388) by Ivan · 4 years, 10 months ago
  80. 13b27f5 Cast repeated field to PbListBase instead of PbList (#395) by Ivan Inozemtsev · 4 years, 10 months ago
  81. b80f465 Fix outdated URLs (#383) by Kevin Moore · 5 years ago
  82. 3c3afdf Ignore `annotate_overrides` in generated files. (#378) by Kevin Moore · 5 years ago
  83. fe95491 Fix one-off formatting issue (#379) by Kevin Moore · 5 years ago
  84. 8c96933 Add unnecessary_const to generated ignore_for_file (#352) by emadfarag · 5 years ago
  85. 95fec2f Revert "Explain how to use "pub run protoc_plugin" (#316)" (#344) by Sigurd Meldgaard · 5 years ago
  86. 29b8a3c Fix hashcode of bytes fields (#332) by Sigurd Meldgaard · 6 years ago
  87. ac96195 Remove `author` field from pubspec.yaml (#323) by Sigurd Meldgaard · 6 years ago
  88. 7ee5910 Small cleanups around ExtensionRegistry.reparseMessage (#322) by Sarah Zakarias · 6 years ago
  89. b3fe12b Merge protobuf versions 1.0.1 and 1.0.2 into 1.0.1 (#321) by Sarah Zakarias · 6 years ago
  90. 4f736d1 Fix issue with not handling map fields with scalar value types corre… (#320) by Sarah Zakarias · 6 years ago
  91. 9fbbdfd remove lines about proto3 compatibility in README (#308) by MusiKid · 6 years ago
  92. 999d459 Explain how to use "pub run protoc_plugin" (#316) by Sigurd Meldgaard · 6 years ago
  93. fb2517d Fix 29-bit tagnumbers in unknown fields (#315) by Sigurd Meldgaard · 6 years ago
  94. db7b9c2 Add missed `protoName` population (#313) by Mikhail Gurevich · 6 years ago
  95. d12b233 Escape the special character '$' in proto json_name. (#304) by Nic Hite · 6 years ago
  96. ab431f0 Avoid using `extension` as an import prefix. (#302) by Sigurd Meldgaard · 6 years ago
  97. 72bdbf4 Avoid name collisions with Int64 and enum names beginning with digits. (#299) by Nic Hite · 6 years ago
  98. 03fa404 Graduate protobuf to 1.0 (#301) by Sarah Zakarias · 6 years ago protobuf-1.0.0 protoc_plugin-19.0.0+1
  99. 3746c8f Annotate fields accessors with tagNumber (#282) by Sigurd Meldgaard · 6 years ago protobuf-0.14.4 protoc_plugin-19.0.0
  100. 41adc13 Add option to do permissive parsing of proto3 json enums (#294) by Sigurd Meldgaard · 6 years ago