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

Side by Side Diff: CHANGELOG.md

Issue 1196773004: changes for 0.3.9 (Closed) Base URL: https://github.com/dart-lang/dart-protobuf.git@master
Patch Set: Created 5 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/protobuf.dart » ('j') | lib/src/protobuf/coded_buffer_reader.dart » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 0.3.9
2 * Add experimental PbMapMixin class
3 * Fix bug where ExtensionRegistry would not be used for nested messages.
4
1 ## 0.3.7 5 ## 0.3.7
2 * More docs. 6 * More docs.
3 7
4 ## 0.3.6 8 ## 0.3.6
5 * Added mergeFromMap() and writeToJsonMap() 9 * Added mergeFromMap() and writeToJsonMap()
6 * Fixed an analyzer warning. 10 * Fixed an analyzer warning.
7 11
8 ## 0.3.5+3 12 ## 0.3.5+3
9 * Bugfix for `setRange()`: Do not assume Iterable has a `sublist()` method. 13 * Bugfix for `setRange()`: Do not assume Iterable has a `sublist()` method.
10 14
11 ## 0.3.5+2 15 ## 0.3.5+2
12 * Simplify some types used in is checks and correct PbList to match the 16 * Simplify some types used in is checks and correct PbList to match the
13 * signature of the List setRange method. 17 * signature of the List setRange method.
14 18
15 ## 0.3.5+1 19 ## 0.3.5+1
16 20
17 * Bugfix for incorrect decoding of protobuf messages: Uint8List views with 21 * Bugfix for incorrect decoding of protobuf messages: Uint8List views with
18 non-zero offsets were handled incorrectly. 22 non-zero offsets were handled incorrectly.
19 23
20 ## 0.3.5 24 ## 0.3.5
21 25
22 * Allow constants as field initial values as well as creation thunks to reduce 26 * Allow constants as field initial values as well as creation thunks to reduce
23 generated code size. 27 generated code size.
24 28
25 * Improve the performance of reading a protobuf buffer. 29 * Improve the performance of reading a protobuf buffer.
26 30
27 * Fixed truncation error in least significant bits with large Int64 constants. 31 * Fixed truncation error in least significant bits with large Int64 constants.
OLDNEW
« no previous file with comments | « no previous file | lib/protobuf.dart » ('j') | lib/src/protobuf/coded_buffer_reader.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698