Skip to content
This repository was archived by the owner on Oct 30, 2024. It is now read-only.

Commit 5e7ba25

Browse files
authored
Merge pull request #28 from ethereumjs/new-release-v061
New version v0.6.1
2 parents 688bd06 + eba9d1b commit 5e7ba25

File tree

2 files changed

+53
-1
lines changed

2 files changed

+53
-1
lines changed

CHANGELOG.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
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+
9+
## [0.6.1] - 2018-07-28
10+
- Added support for vanity address generation, PR [#5](https://github.com/ethereumjs/ethereumjs-wallet/pull/5)
11+
- Fixed typo in provider-engine, PR [#16](https://github.com/ethereumjs/ethereumjs-wallet/pull/16)
12+
- Accept the true range of addresses for ICAP direct, PR [#6](https://github.com/ethereumjs/ethereumjs-wallet/pull/6)
13+
- Switched to babel ES5 build, PR [#37](https://github.com/ethereumjs/ethereumjs-wallet/pull/37)
14+
- Improve test coverage (at 88% now), PR [#27](https://github.com/ethereumjs/ethereumjs-wallet/pull/27)
15+
- Various dependency updates, PR [#25](https://github.com/ethereumjs/ethereumjs-wallet/pull/25)
16+
17+
[0.6.1]: https://github.com/ethereumjs/ethereumjs-wallet/compare/v0.6.0...v0.6.1
18+
19+
## [0.6.0] - 2016-04-27
20+
- Added provider-engine integration, PR [#7](https://github.com/ethereumjs/ethereumjs-wallet/pull/7)
21+
22+
[0.6.0]: https://github.com/ethereumjs/ethereumjs-wallet/compare/v0.5.2...v0.6.0
23+
24+
## [0.5.2] - 2016-04-25
25+
- Dependency updates
26+
27+
[0.5.2]: https://github.com/ethereumjs/ethereumjs-wallet/compare/v0.5.1...v0.5.2
28+
29+
## [0.5.1] - 2016-03-26
30+
- Bugfix for ``EthereumHDKey.privateExtendedKey()``
31+
- Added travis and coveralls support
32+
- Documentation and test improvements
33+
34+
[0.5.1]: https://github.com/ethereumjs/ethereumjs-wallet/compare/v0.5.0...v0.5.1
35+
36+
## [0.5.0] - 2016-03-23
37+
- Support HD keys using ``cryptocoinjs/hdkey``
38+
- Ensure private keys are valid according to the curve
39+
- Support instantation with public keys
40+
- Support importing BIP32 xpub/xpriv
41+
- Only support Ethereum keys internally, non-strict mode for importing compressed ones
42+
- Thirdparty API doc improvements
43+
44+
[0.5.0]: https://github.com/ethereumjs/ethereumjs-wallet/compare/v0.4.0...v0.5.0
45+
46+
## Older releases:
47+
48+
- [0.4.0](https://github.com/ethereumjs/ethereumjs-wallet/compare/v0.3.0...v0.4.0) - 2016-03-16
49+
- [0.3.0](https://github.com/ethereumjs/ethereumjs-wallet/compare/v0.2.1...v0.3.0) - 2016-03-09
50+
- [0.2.1](https://github.com/ethereumjs/ethereumjs-wallet/compare/v0.2.0...v0.2.1) - 2016-03-07
51+
- [0.2.0](https://github.com/ethereumjs/ethereumjs-wallet/compare/v0.1.0...v0.2.0) - 2016-03-07
52+
- 0.1.0 - 2016-02-23

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ethereumjs-wallet",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "Utilities for handling Ethereum keys",
55
"main": "dist/index.js",
66
"files": [

0 commit comments

Comments
 (0)