1
|
2.0.1 / 2016-06-22
|
2
|
------------------
|
3
|
- added LICENSE file.
|
4
|
|
5
|
2.0.0 / 2016-04-11
|
6
|
------------------
|
7
|
- rewritten, license change BSD-3 to MIT. [#13][#13]
|
8
|
- stream support [#13][#13]
|
9
|
|
10
|
1.0.1 / 2015-05-05
|
11
|
------------------
|
12
|
- standard formatting
|
13
|
|
14
|
1.0.0 / 2015-01-14
|
15
|
------------------
|
16
|
- updated dev deps
|
17
|
- added more test fixtures
|
18
|
- updated readme with usage, testing, etc
|
19
|
- moved from https://github.com/cryptocoinjs/ripemd160 to https://github.com/crypto-browserify/ripemd160
|
20
|
|
21
|
0.2.1 / 2014-12-31
|
22
|
------------------
|
23
|
- made license clear in `package.json`
|
24
|
- deleted `Makefile`, moved targets to `package.json`
|
25
|
- removed `terst` for `assert`
|
26
|
|
27
|
0.2.0 / 2014-03-09
|
28
|
------------------
|
29
|
* removed bower.json and component.json
|
30
|
* changed 4 spacing to 2
|
31
|
* returns `Buffer` type now, input must be Array, Uint8Array, Buffer, or string
|
32
|
* remove deps: `convert-hex` and `convert-string`
|
33
|
|
34
|
0.1.0 / 2013-11-20
|
35
|
------------------
|
36
|
* changed package name
|
37
|
* removed AMD support
|
38
|
|
39
|
0.0.2 / 2013-11-06
|
40
|
------------------
|
41
|
* fixed component.json file
|
42
|
|
43
|
0.0.1 / 2013-11-03
|
44
|
------------------
|
45
|
* initial release
|
46
|
|
47
|
<!--- add streams support, unroll loops [enhancement] -->
|
48
|
[#13]: https://github.com/crypto-browserify/ripemd160/pull/13
|
49
|
<!--- Update all dependencies 🌴 [greenkeeper] -->
|
50
|
[#12]: https://github.com/crypto-browserify/ripemd160/pull/12
|
51
|
<!--- little optimizations [enhancement] -->
|
52
|
[#11]: https://github.com/crypto-browserify/ripemd160/pull/11
|
53
|
<!--- Added LICENSE file to repo -->
|
54
|
[#10]: https://github.com/crypto-browserify/ripemd160/pull/10
|
55
|
<!--- Add LICENCE file -->
|
56
|
[#9]: https://github.com/crypto-browserify/ripemd160/pull/9
|
57
|
<!--- Support streaming [enhancement] -->
|
58
|
[#8]: https://github.com/crypto-browserify/ripemd160/issues/8
|
59
|
<!--- Unroll loops [enhancement] -->
|
60
|
[#7]: https://github.com/crypto-browserify/ripemd160/pull/7
|
61
|
<!--- Use SPDX-standard license naming -->
|
62
|
[#6]: https://github.com/crypto-browserify/ripemd160/pull/6
|
63
|
<!--- License -->
|
64
|
[#5]: https://github.com/crypto-browserify/ripemd160/issues/5
|
65
|
<!--- Add BSD license to package.json -->
|
66
|
[#4]: https://github.com/crypto-browserify/ripemd160/pull/4
|
67
|
<!--- Indicate byte array inputs are supported too -->
|
68
|
[#3]: https://github.com/crypto-browserify/ripemd160/pull/3
|
69
|
<!--- Node-specific implementation -->
|
70
|
[#2]: https://github.com/crypto-browserify/ripemd160/pull/2
|
71
|
<!--- Incorrect name of convert-string dependency in bower.json -->
|
72
|
[#1]: https://github.com/crypto-browserify/ripemd160/pull/1
|