|
1 | 1 | # Change Log |
2 | 2 |
|
3 | | -## [Unreleased] |
| 3 | +## [1.0.0] - 2017-12-17 |
| 4 | + |
| 5 | +* Minimum Node version increased to 4.5 to support dependency |
| 6 | + on |
| 7 | + [Buffer.alloc()](https://nodejs.org/dist/latest-v4.x/docs/api/buffer.html#buffer_class_method_buffer_alloc_size_fill_encoding). |
| 8 | +* Removed [patch][node:issue#3994] for [ancient buffer bug][node:issue#3992] |
| 9 | +* Update to ES6 classes and other features |
| 10 | +* Documentation clarifications. |
| 11 | +* Update dependent packages. |
| 12 | +* Switch to [npm:eslint] and deal with fallout. |
4 | 13 |
|
5 | 14 | ## [0.13.0] - 2016-03-27 |
6 | 15 |
|
|
12 | 21 |
|
13 | 22 | * Disable coverage testing for [patchIssue3992][doc:patchIssue3992] to |
14 | 23 | avoid taking a penalty on node versions that have been updated. |
15 | | - |
| 24 | + |
16 | 25 | ## [0.12.0] - 2016-03-08 |
17 | 26 |
|
18 | 27 | * **API** Replace `setClassLayout` with [bindConstructorLayout][doc:bindConstructorLayout]. |
|
101 | 110 | list. |
102 | 111 | * Document [destination parameter to decode][issue#2]. |
103 | 112 | * Allow [user-defined name for union discriminators][issue#1]. |
104 | | - |
| 113 | + |
105 | 114 | ## 0.1.0 - 2015-10-25 |
106 | 115 |
|
107 | 116 | * Initial release. |
108 | 117 |
|
109 | | -[Unreleased]: https://github.com/pabigot/buffer-layout/compare/v0.13.0...next |
| 118 | +[1.0.0]: https://github.com/pabigot/buffer-layout/compare/v0.13.0...v1.0.0 |
| 119 | +[0.13.0]: https://github.com/pabigot/buffer-layout/compare/v0.12.0...v0.13.0 |
| 120 | +[0.12.1]: https://github.com/pabigot/buffer-layout/compare/v0.12.0...v0.12.1 |
110 | 121 | [0.12.0]: https://github.com/pabigot/buffer-layout/compare/v0.11.0...v0.12.0 |
111 | 122 | [0.11.0]: https://github.com/pabigot/buffer-layout/compare/v0.10.0...v0.11.0 |
112 | 123 | [0.10.0]: https://github.com/pabigot/buffer-layout/compare/v0.9.0...v0.10.0 |
|
122 | 133 | [doc:bindConstructorLayout]: http://pabigot.github.io/buffer-layout/module-Layout.html#.bindConstructorLayout |
123 | 134 | [doc:BitField]: http://pabigot.github.io/buffer-layout/module-Layout-BitField.html |
124 | 135 | [doc:BitStructure]: http://pabigot.github.io/buffer-layout/module-Layout-BitStructure.html |
| 136 | +[doc:BitStructure.fieldFor]: http://pabigot.github.io/buffer-layout/module-Layout-BitStructure.html#fieldFor |
125 | 137 | [doc:Blob]: http://pabigot.github.io/buffer-layout/module-Layout-Blob.html |
126 | 138 | [doc:Blob.length]: http://pabigot.github.io/buffer-layout/module-Layout-Blob.html#length |
127 | 139 | [doc:Boolean]: http://pabigot.github.io/buffer-layout/module-Layout-Boolean.html |
|
160 | 172 | [ci:travis]: https://travis-ci.org/pabigot/buffer-layout |
161 | 173 | [ci:coveralls]: https://coveralls.io/github/pabigot/buffer-layout |
162 | 174 | [node:issue#3992]: https://github.com/nodejs/node/issues/3992 |
| 175 | +[node:issue#3994]: https://github.com/nodejs/node/issues/3994 |
163 | 176 | [npm:istanbul]: https://www.npmjs.com/package/istanbul |
164 | 177 | [npm:jscs]: https://www.npmjs.com/package/jscs |
| 178 | +[npm:eslint]: https://www.npmjs.com/package/eslint |
165 | 179 |
|
166 | 180 | <!--- |
167 | 181 | # Local Variables: |
|
0 commit comments