This repository was archived by the owner on Jan 13, 2025. It is now read-only.
File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- ## [ Unreleased ]
3
+ ## [ 0.13.0 ] - 2016-03-27
4
4
5
- * ** API** [ fieldFor] [ doc:BitStructure.fieldFor ] .
5
+ * ** API** Add [ fieldFor] [ doc:BitStructure.fieldFor ] .
6
6
* Fix incorrect encoding of [ boolean-valued bit fields] [ doc:Boolean ] .
7
7
* ** API** Add [ offsetOf] [ doc:Structure.offsetOf ] and [ layoutFor] [ doc:Structure.layoutFor ] .
8
8
9
- ## [ 0.12.1] - 2016-0308
9
+ ## [ 0.12.1] - 2016-03-08
10
10
11
11
* Disable coverage testing for [ patchIssue3992] [ doc:patchIssue3992 ] to
12
12
avoid taking a penalty on node versions that have been updated.
13
13
14
- ## [ 0.12.0] - 2016-0308
14
+ ## [ 0.12.0] - 2016-03-08
15
15
16
16
* ** API** Replace ` setClassLayout ` with [ bindConstructorLayout] [ doc:bindConstructorLayout ] .
17
17
* ** API** Replace ` objectPrototype ` with [ makeDestinationObject] [ doc:makeDestinationObject ] .
104
104
105
105
* Initial release.
106
106
107
- [ Unreleased ] : https://github.com/pabigot/buffer-layout/compare/v0.12.1...next
107
+ [ 0.13.0 ] : https://github.com/pabigot/buffer-layout/compare/v0.12.1...v0.13.0
108
108
[ 0.12.0 ] : https://github.com/pabigot/buffer-layout/compare/v0.11.0...v0.12.0
109
109
[ 0.11.0 ] : https://github.com/pabigot/buffer-layout/compare/v0.10.0...v0.11.0
110
110
[ 0.10.0 ] : https://github.com/pabigot/buffer-layout/compare/v0.9.0...v0.10.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " buffer-layout" ,
3
- "version" : " 0.13.0-next " ,
3
+ "version" : " 0.13.0" ,
4
4
"description" : " Translation between JavaScript values and Buffers" ,
5
5
"keywords" : [
6
6
" Buffer" ,
You can’t perform that action at this time.
0 commit comments