Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(257)

Side by Side Diff: CHANGELOG.md

Issue 1844293003: Add generic types for strong mode (Closed) Base URL: git@github.com:dart-lang/dart-protobuf.git@master
Patch Set: oops, change all callers to use fi._createRepeatedField Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 ## 0.5.1
2
3 * Experimental support for strong mode.
4
1 ## 0.5.0+1 5 ## 0.5.0+1
2 6
3 * Support the latest version of package `fixnum`. 7 * Support the latest version of package `fixnum`.
4 8
5 ## 0.5.0 9 ## 0.5.0
6 * Reorganized internals to improve performance. We now store 10 * Reorganized internals to improve performance. We now store
7 field values in a list instead of a map. Private properties 11 field values in a list instead of a map. Private properties
8 and methods are all moved to the \_FieldSet class. There 12 and methods are all moved to the \_FieldSet class. There
9 are new entry points for generated getters, hazzers, and 13 are new entry points for generated getters, hazzers, and
10 setters. Improved JSON decoding performance. 14 setters. Improved JSON decoding performance.
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 non-zero offsets were handled incorrectly. 71 non-zero offsets were handled incorrectly.
68 72
69 ## 0.3.5 73 ## 0.3.5
70 74
71 * Allow constants as field initial values as well as creation thunks to reduce 75 * Allow constants as field initial values as well as creation thunks to reduce
72 generated code size. 76 generated code size.
73 77
74 * Improve the performance of reading a protobuf buffer. 78 * Improve the performance of reading a protobuf buffer.
75 79
76 * Fixed truncation error in least significant bits with large Int64 constants. 80 * Fixed truncation error in least significant bits with large Int64 constants.
OLDNEW
« no previous file with comments | « no previous file | lib/src/protobuf/builder_info.dart » ('j') | lib/src/protobuf/extension_field_set.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698