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

Side by Side Diff: CHANGELOG.md

Issue 1399093002: pkg/protbuf: Support the latest release of pkg/fixnum (Closed) Base URL: https://github.com/dart-lang/dart-protobuf.git@master
Patch Set: Created 5 years, 2 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 | pubspec.yaml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 0.5.0+1
2
3 * Support the latest version of package `fixnum`.
4
1 ## 0.5.0 5 ## 0.5.0
2 * Reorganized internals to improve performance. We now store 6 * Reorganized internals to improve performance. We now store
3 field values in a list instead of a map. Private properties 7 field values in a list instead of a map. Private properties
4 and methods are all moved to the \_FieldSet class. There 8 and methods are all moved to the \_FieldSet class. There
5 are new entry points for generated getters, hazzers, and 9 are new entry points for generated getters, hazzers, and
6 setters. Improved JSON decoding performance. 10 setters. Improved JSON decoding performance.
7 * Dropped compatibility with .pb.dart files before 0.4.2 11 * Dropped compatibility with .pb.dart files before 0.4.2
8 by removing internal constants from GeneratedMessage. Also, 12 by removing internal constants from GeneratedMessage. Also,
9 protoc plugins before 0.5.0 won't work. 13 protoc plugins before 0.5.0 won't work.
10 14
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 non-zero offsets were handled incorrectly. 67 non-zero offsets were handled incorrectly.
64 68
65 ## 0.3.5 69 ## 0.3.5
66 70
67 * Allow constants as field initial values as well as creation thunks to reduce 71 * Allow constants as field initial values as well as creation thunks to reduce
68 generated code size. 72 generated code size.
69 73
70 * Improve the performance of reading a protobuf buffer. 74 * Improve the performance of reading a protobuf buffer.
71 75
72 * Fixed truncation error in least significant bits with large Int64 constants. 76 * Fixed truncation error in least significant bits with large Int64 constants.
OLDNEW
« no previous file with comments | « no previous file | pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698