|
| 1 | +# Changelog |
| 2 | +All notable changes to this project will be documented in this file. |
| 3 | + |
| 4 | +The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) |
| 5 | +(modification: no type change headlines) and this project adheres to |
| 6 | +[Semantic Versioning](http://semver.org/spec/v2.0.0.html). |
| 7 | + |
| 8 | +## [0.6.5] - 2017-12-07 |
| 9 | +- Fix tight packing for ``ABI.soliditySHA3`` |
| 10 | +- Fix ``ABI.solidityPack`` early return on bytes32 input |
| 11 | +- Support for multi dim / dynamic arrays |
| 12 | +- Support addresses starting with zeroes |
| 13 | + |
| 14 | +[0.6.5]: https://github.com/ethereumjs/ethereumjs-abi/compare/v0.6.4...v0.6.5 |
| 15 | + |
| 16 | +## [0.6.4] - 2016-08-29 |
| 17 | +- Fix length calculation for static arrays and skip enough bytes after them |
| 18 | + |
| 19 | +[0.6.4]: https://github.com/ethereumjs/ethereumjs-abi/compare/v0.6.3...v0.6.4 |
| 20 | + |
| 21 | +## [0.6.3] - 2016-08-10 |
| 22 | +- Support for the (u)``fixedMxN`` datatype |
| 23 | +- Fix conversion of type shorthands (int, uint, fixed, ufixed) |
| 24 | +- Serpent fixes |
| 25 | +- Other bug fixes / improvements |
| 26 | + |
| 27 | +[0.6.3]: https://github.com/ethereumjs/ethereumjs-abi/compare/v0.6.2...v0.6.3 |
| 28 | + |
| 29 | +## [0.6.2] - 2016-06-01 |
| 30 | +- Minor improvements and bug fixes |
| 31 | +- Additional tests |
| 32 | + |
| 33 | +[0.6.2]: https://github.com/ethereumjs/ethereumjs-abi/compare/v0.6.1...v0.6.2 |
| 34 | + |
| 35 | +## [0.6.1] - 2016-05-19 |
| 36 | +- Properly decode fixed-length arrays |
| 37 | + |
| 38 | +[0.6.1]: https://github.com/ethereumjs/ethereumjs-abi/compare/v0.6.0...v0.6.1 |
| 39 | + |
| 40 | +## [0.6.0] - 2016-04-26 |
| 41 | +- Introduce ``ABI.stringify`` |
| 42 | +- Remove signature handling form ``rawEncode``/``rawDecode`` |
| 43 | +- Added ``ABI.simpleEncode`` and ``ABI.simpleDecode`` |
| 44 | +- Export ``methodID`` and ``eventID`` |
| 45 | +- Various improvements |
| 46 | + |
| 47 | +[0.6.0]: https://github.com/ethereumjs/ethereumjs-abi/compare/v0.5.1...v0.6.0 |
| 48 | + |
| 49 | +## Older releases: |
| 50 | + |
| 51 | +- [0.5.1](https://github.com/ethereumjs/ethereumjs-abi/compare/v0.5.0...v0.5.1) - 2016-04-12 |
| 52 | +- [0.5.0](https://github.com/ethereumjs/ethereumjs-abi/compare/v0.4.0...v0.5.0) - 2016-03-25 |
| 53 | +- [0.4.0](https://github.com/ethereumjs/ethereumjs-abi/compare/v0.3.0...v0.4.0) - 2015-12-17 |
| 54 | +- [0.3.0](https://github.com/ethereumjs/ethereumjs-abi/compare/v0.2.0...v0.3.0) - 2015-11-30 |
| 55 | +- [0.2.0](https://github.com/ethereumjs/ethereumjs-abi/compare/v0.1.0...v0.2.0) - 2015-11-25 |
| 56 | +- 0.1.0 - 2015-11-23 |
| 57 | + |
| 58 | + |
0 commit comments