| OLD | NEW |
| 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. |
| OLD | NEW |