UNPKG

hashlink

Version:

Javascript Cryptographic Hyperlinks Library (hashlink)

66 lines (42 loc) 1.13 kB
# hashlink ChangeLog ## 0.12.1 - 2020-04-06 ### Fixed - Distribute sourcemap file. ## 0.12.0 - 2020-01-28 ### Changed - Update dependencies. - Use base58-universal. ## 0.11.0 - 2019-09-11 ### Fixed - Fix a bug when passing a sha2-256 buffer during the encoding process. ### Changed - **BREAKING**: Rename hl.create to hl.encode to bring it inline w/ hl.decode(). ## 0.10.4 - 2019-09-06 ### Fixed - Distribute all js files. ## 0.10.3 - 2019-09-06 ### Fixed - Distribute hl binary. ## 0.10.2 - 2019-09-06 ### Fixed - Path in package.json for hl binary. ## 0.10.1 - 2019-08-21 ### Added - Browser demo for Github pages. - Instructions for use in browser environments. ## 0.10.0 - 2019-08-21 ### Added - Browser packaging. - Webpack support. ### Fixed - Style and doc fixes. - Simplify and enable Karma testing. - Currently using a CBOR library that uses a Buffer polyfill. - Test codec buffer handling. ## 0.9.0 - 2019-08-20 ### Added - Add Acknowledgements to README.md ## 0.8.0 - 2019-08-20 ### Added - Add initial implementation for first release. - See git history for changes previous to this release.