UNPKG

nacl-blob

Version:

Encrypt browser blobs and files with tweetnacl-js-stream

92 lines (56 loc) 4.73 kB
# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). ## [v2.0.3](https://github.com/bcomnes/nacl-blob/compare/v2.0.2...v2.0.3) - 2020-02-10 ### Merged - Update mkdirp to the latest version 🚀 [`#16`](https://github.com/bcomnes/nacl-blob/pull/16) - Update standard to the latest version 🚀 [`#15`](https://github.com/bcomnes/nacl-blob/pull/15) - chore(package): update dependency-check to version 4.1.0 [`#13`](https://github.com/bcomnes/nacl-blob/pull/13) - Update rimraf to the latest version 🚀 [`#14`](https://github.com/bcomnes/nacl-blob/pull/14) - Update standard to the latest version 🚀 [`#11`](https://github.com/bcomnes/nacl-blob/pull/11) - Update tape-run to the latest version 🚀 [`#10`](https://github.com/bcomnes/nacl-blob/pull/10) - Update tape-run to the latest version 🚀 [`#9`](https://github.com/bcomnes/nacl-blob/pull/9) ### Fixed - chore(package): update dependency-check to version 4.1.0 [`#12`](https://github.com/bcomnes/nacl-blob/issues/12) - chore(package): update standard to version 12.0.1 [`#5`](https://github.com/bcomnes/nacl-blob/issues/5) ### Commits - Fix lint [`693b2c3`](https://github.com/bcomnes/nacl-blob/commit/693b2c395f9a17349dabea5bc2e94a12741be06f) - Update README.md [`e670939`](https://github.com/bcomnes/nacl-blob/commit/e670939dd892e70dc2b97b88dc101561fbf56253) - chore(package): update tweetnacl to 1.0.3 and rebuild [`a65c585`](https://github.com/bcomnes/nacl-blob/commit/a65c5852184b0c39eaf2b2cfeee498f64c04024a) ## [v2.0.2](https://github.com/bcomnes/nacl-blob/compare/v2.0.1...v2.0.2) - 2018-12-13 ### Merged - chore(package): update nanobus to version 4.4.0 [`#8`](https://github.com/bcomnes/nacl-blob/pull/8) ### Commits - Add autochangelog and gh-release [`a81b490`](https://github.com/bcomnes/nacl-blob/commit/a81b490d766bb13b219d9f40f75c546039c305ce) ## [v2.0.1](https://github.com/bcomnes/nacl-blob/compare/v2.0.0...v2.0.1) - 2018-10-29 ### Merged - chore(package): update nanobus to version 4.3.5 [`#7`](https://github.com/bcomnes/nacl-blob/pull/7) ### Commits - Add appveyor tests [`c4d24c8`](https://github.com/bcomnes/nacl-blob/commit/c4d24c8bcb020dc87622a2d83251514c00194dbb) - Update README.md [`763e8ce`](https://github.com/bcomnes/nacl-blob/commit/763e8cec6db4d33942cb121b670102cc06a54027) - Update CHANGELOG [`e6ade17`](https://github.com/bcomnes/nacl-blob/commit/e6ade178c4f569e4a8acba7fcdf6eb710499af7e) ## [v2.0.0](https://github.com/bcomnes/nacl-blob/compare/v1.1.2...v2.0.0) - 2018-07-01 ### Commits - Return files instead of blobs, when passed a file [`d9e8efb`](https://github.com/bcomnes/nacl-blob/commit/d9e8efbe1d1e449fd7485811dc6b544a6193ca24) ## [v1.1.2](https://github.com/bcomnes/nacl-blob/compare/v1.1.1...v1.1.2) - 2018-07-01 ### Commits - Delete util.js [`fc5a996`](https://github.com/bcomnes/nacl-blob/commit/fc5a9961f1f38069507723da1ead1a47ca912ffa) - Changelog [`4e1fea1`](https://github.com/bcomnes/nacl-blob/commit/4e1fea1d0962f50d33b77af87fbd54b9915bd38f) - Actually export something in dist [`a23fec6`](https://github.com/bcomnes/nacl-blob/commit/a23fec68ca52fbf94e2998898a3023b7d208c4ff) ## [v1.1.1](https://github.com/bcomnes/nacl-blob/compare/v1.1.0...v1.1.1) - 2018-05-27 ### Commits - Decrypt example [`d9c567c`](https://github.com/bcomnes/nacl-blob/commit/d9c567c0015aa1dea44800096a6134eef89ef63a) - Update README regarding key/nonce generation [`76d7ec7`](https://github.com/bcomnes/nacl-blob/commit/76d7ec7864313cd42505783e4efa0ed98e88dfe0) - Finish up PoC [`41097d1`](https://github.com/bcomnes/nacl-blob/commit/41097d1f080caf25ec46387baf2dc91760947b44) ## [v1.1.0](https://github.com/bcomnes/nacl-blob/compare/v1.0.0...v1.1.0) - 2018-05-21 ### Commits - Add example [`646f678`](https://github.com/bcomnes/nacl-blob/commit/646f6785c53ae70aa9e99ecbc870589d49460582) - Add argument checks to the module [`59f77be`](https://github.com/bcomnes/nacl-blob/commit/59f77beedb95d82d876f89f3d1bc5a6a79ab446e) - Fix website [`380333c`](https://github.com/bcomnes/nacl-blob/commit/380333c2c8674afb2946f2d57039754dce13855a) ## v1.0.0 - 2018-05-20 ### Commits - Try a straight copy [`d7bddf4`](https://github.com/bcomnes/nacl-blob/commit/d7bddf4b8b5ce499c197d213db6167298fa7cefb) - Prepping for 1.0 [`75ce572`](https://github.com/bcomnes/nacl-blob/commit/75ce572213de3ab0e1997f1d9b8167267aff9d32) - Checking in basic experiments [`d86c95d`](https://github.com/bcomnes/nacl-blob/commit/d86c95d35dbe7d01f6f7887e407540d8e4e81f4c)