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

Side by Side Diff: CHANGELOG.md

Issue 2094533003: Fix coded buffer reader so all tests pass using dart2js. (Closed) Base URL: git@github.com:dart-lang/dart-protobuf.git@master
Patch Set: Created 4 years, 6 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
« no previous file with comments | « no previous file | lib/src/protobuf/coded_buffer_reader.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## upcoming
2
3 * fix zigzag function so all coded buffer reader tests work on dart2js.
4
1 ## 0.5.2 5 ## 0.5.2
2 6
3 * make PbMixin constructor public for use within protoc plugin. 7 * make PbMixin constructor public for use within protoc plugin.
4 8
5 ## 0.5.1+5 9 ## 0.5.1+5
6 10
7 * Revert previous change because it causes strong mode type error 11 * Revert previous change because it causes strong mode type error
8 in the generated code. We will revisit this in a new version of 12 in the generated code. We will revisit this in a new version of
9 mixin support. 13 mixin support.
10 14
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 non-zero offsets were handled incorrectly. 105 non-zero offsets were handled incorrectly.
102 106
103 ## 0.3.5 107 ## 0.3.5
104 108
105 * Allow constants as field initial values as well as creation thunks to reduce 109 * Allow constants as field initial values as well as creation thunks to reduce
106 generated code size. 110 generated code size.
107 111
108 * Improve the performance of reading a protobuf buffer. 112 * Improve the performance of reading a protobuf buffer.
109 113
110 * Fixed truncation error in least significant bits with large Int64 constants. 114 * Fixed truncation error in least significant bits with large Int64 constants.
OLDNEW
« no previous file with comments | « no previous file | lib/src/protobuf/coded_buffer_reader.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698