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

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: add mixins_meta, move PbMapMixin to separate library 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/mixins_meta.dart » ('j') | lib/mixins_meta.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 mixins_meta library
3 * Add experimental PbMapMixin class (in a separate library).
4 * Fix bug where ExtensionRegistry would not be used for nested messages.
5
1 ## 0.3.7 6 ## 0.3.7
2 * More docs. 7 * More docs.
3 8
4 ## 0.3.6 9 ## 0.3.6
5 * Added mergeFromMap() and writeToJsonMap() 10 * Added mergeFromMap() and writeToJsonMap()
6 * Fixed an analyzer warning. 11 * Fixed an analyzer warning.
7 12
8 ## 0.3.5+3 13 ## 0.3.5+3
9 * Bugfix for `setRange()`: Do not assume Iterable has a `sublist()` method. 14 * Bugfix for `setRange()`: Do not assume Iterable has a `sublist()` method.
10 15
11 ## 0.3.5+2 16 ## 0.3.5+2
12 * Simplify some types used in is checks and correct PbList to match the 17 * Simplify some types used in is checks and correct PbList to match the
13 * signature of the List setRange method. 18 * signature of the List setRange method.
14 19
15 ## 0.3.5+1 20 ## 0.3.5+1
16 21
17 * Bugfix for incorrect decoding of protobuf messages: Uint8List views with 22 * Bugfix for incorrect decoding of protobuf messages: Uint8List views with
18 non-zero offsets were handled incorrectly. 23 non-zero offsets were handled incorrectly.
19 24
20 ## 0.3.5 25 ## 0.3.5
21 26
22 * Allow constants as field initial values as well as creation thunks to reduce 27 * Allow constants as field initial values as well as creation thunks to reduce
23 generated code size. 28 generated code size.
24 29
25 * Improve the performance of reading a protobuf buffer. 30 * Improve the performance of reading a protobuf buffer.
26 31
27 * Fixed truncation error in least significant bits with large Int64 constants. 32 * Fixed truncation error in least significant bits with large Int64 constants.
OLDNEW
« no previous file with comments | « no previous file | lib/mixins_meta.dart » ('j') | lib/mixins_meta.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698