Blame view

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