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