You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

72 lines
2.4 KiB

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