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