aboutsummaryrefslogtreecommitdiff
path: root/types/dynamicpb/dynamic.go
AgeCommit message (Expand)Author
2022-05-24all: remove shorthand import aliasesKoichi Shiraishi
2020-07-23reflect/protoreflect: add MessageFieldTypesJoe Tsai
2020-06-10types/dynamicpb: add NewEnumTypeDamien Neil
2020-04-23all: improve extension validationJoe Tsai
2020-03-20types/dynamicpb: fix message Zero return type to read-onlyEdward McFarlane
2020-03-17types/dynamic: make Message implement legacy message interfaceJoe Tsai
2020-02-19reflect/protoreflect: add List.AppendMutable and Map.MutableDamien Neil
2020-02-14types/dynamicpb: minor doc changeJoe Tsai
2020-01-21all: add ProtoMethods method to protoreflect.MessageDamien Neil
2019-11-26all: fix reflection behavior for empty lists and mapsDamien Neil
2019-11-26reflect/protoreflect: add {Message,List,Map}.IsValidDamien Neil
2019-11-05reflect/protoreflect: remove nullability from repeated extension fieldsDamien Neil
2019-10-07all: remove {Enum,Message,Extension}Type.GoType methodsDamien Neil
2019-09-17all: use typed variant of protoreflect.ValueOfJoe Tsai
2019-09-05all: remove NewMessage methodsDamien Neil
2019-09-04types/dynamicpb: New->NewMessage, add NewMessageTypeDamien Neil
2019-09-03types/dynamicpb: support dynamic extensionsDamien Neil
2019-09-03reflect/protoreflect: add ExtensionType IsValid{Interface,Value} methodsDamien Neil
2019-08-09all: drop reflect/prototype packageDamien Neil
2019-08-08all: refactor extensions, add proto.GetExtension etc.Damien Neil
2019-08-06all: add NewField, NewElement, NewValueDamien Neil
2019-07-12reflect/protoreflect: add Enum.Type and Message.TypeJoe Tsai
2019-06-25all: remove protoreflect.Message.LenDamien Neil
2019-06-24types/dynamicpb: add dynamic message typeDamien Neil