This repository was archived by the owner on Oct 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,19 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55(modification: no type change headlines) and this project adheres to
66[ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.6.6] - 2019-01-16
9+
10+ - Include size of fixed-size array in offset for dynamic type,
11+ PR [ #60 ] ( https://github.com/ethereumjs/ethereumjs-abi/pull/60 )
12+ - Replaced problematic for..in loops with C-style loops,
13+ PR [ #68 ] ( https://github.com/ethereumjs/ethereumjs-abi/pull/68 )
14+ - Updated ` ethereumjs-util ` dependency to ` v5.0.0 ` ,
15+ PR [ #59 ] ( https://github.com/ethereumjs/ethereumjs-abi/pull/59 )
16+ - Run CI tests on currently supported Node versions,
17+ PR [ #61 ] ( https://github.com/ethereumjs/ethereumjs-abi/pull/61 )
18+
19+ [ 0.6.6 ] : https://github.com/ethereumjs/ethereumjs-abi/compare/v0.6.5...v0.6.6
20+
821## [ 0.6.5] - 2017-12-07
922- Fix tight packing for `` ABI.soliditySHA3 ``
1023- Fix `` ABI.solidityPack `` early return on bytes32 input
Original file line number Diff line number Diff line change 11{
22 "name" : " ethereumjs-abi" ,
3- "version" : " 0.6.5 " ,
3+ "version" : " 0.6.6 " ,
44 "description" : " Decoder and encoder for the Ethereum ABI" ,
55 "main" : " index.js" ,
66 "dependencies" : {
You can’t perform that action at this time.
0 commit comments