package.json
Makefile
, moved targets to package.json
terst
for assert
Buffer
type now, input must be Array, Uint8Array, Buffer, or stringconvert-hex
and convert-string
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
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 19553 | swellard | Move and rename clients | ||
//guest/perforce_software/helix-web-services/main/source/clients/2016.1.0/javascript/node_modules/ripemd160/CHANGELOG.md | |||||
#1 | 18810 | tjuricek |
First-pass at JavaScript client SDK. JavaScript requires Node with Gulp to "browserfy" the library. It's the easiest way I found to use the swagger-js project; bundle up a wrapping method. There is no JavaScript reference guide. The swagger-js doesn't really document what they do very well, actually. Overall I'm not particularly impressed by swagger-js, it was hard to even figure out what the right method syntax was. We may want to invest time in doing it better. This required setting CORS response headers, which are currently defaulted to a fairly insecure setting. |