This repository was archived by the owner on Jan 13, 2025. It is now read-only.
File tree 4 files changed +6
-6
lines changed
4 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
+ ## [ 1.1.0 ] - 2018-01-06
4
4
5
5
* ** API** Add a third parameter to Structure specifying it should decode
6
6
short buffers as prefixes, resolving [ issue #19 ] [ issue#19 ] .
122
122
123
123
* Initial release.
124
124
125
- [ Unreleased ] : https://github.com/pabigot/buffer-layout/compare/v1.0.0...next
125
+ [ 1.1.0 ] : https://github.com/pabigot/buffer-layout/compare/v1.0.0...v1.1.0
126
126
[ 1.0.0 ] : https://github.com/pabigot/buffer-layout/compare/v0.13.0...v1.0.0
127
127
[ 0.13.0 ] : https://github.com/pabigot/buffer-layout/compare/v0.12.0...v0.13.0
128
128
[ 0.12.1 ] : https://github.com/pabigot/buffer-layout/compare/v0.12.0...v0.12.1
Original file line number Diff line number Diff line change 1
1
The MIT License (MIT)
2
2
3
- Copyright (c) 2015 Peter A. Bigot
3
+ Copyright (c) 2015-2018 Peter A. Bigot
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1
1
/* The MIT License (MIT)
2
2
*
3
- * Copyright 2015-2017 Peter A. Bigot
3
+ * Copyright 2015-2018 Peter A. Bigot
4
4
*
5
5
* Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
* of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " buffer-layout" ,
3
- "version" : " 1.1.0-dev " ,
3
+ "version" : " 1.1.0" ,
4
4
"description" : " Translation between JavaScript values and Buffers" ,
5
5
"keywords" : [
6
6
" Buffer" ,
18
18
"author" :
" Peter A. Bigot <[email protected] >" ,
19
19
"main" : " ./lib/Layout.js" ,
20
20
"devDependencies" : {
21
- "coveralls" : " ~ 3.0.0" ,
21
+ "coveralls" : " ^ 3.0.0" ,
22
22
"eslint" : " ~4.13.1" ,
23
23
"eslint-config-google" : " ~0.9.1" ,
24
24
"eslint-plugin-pabigot" : " ~1.1.0" ,
You can’t perform that action at this time.
0 commit comments