v2.1.0
v2.1.0 (minor)
Changes since v2.0.0:
- chore: store icon.png in LFS as .gitattributes declares (@matt-edmondson)
- [patch] Close review gaps in incremental/async hashing (#6) (@matt-edmondson)
- docs: scope build badge to the default branch (@matt-edmondson)
- Correct the async support claim in the package description (@matt-edmondson)
- Document incremental and async stream hashing (@matt-edmondson)
- Add streaming incremental hashing to the FNV providers (@matt-edmondson)
- Add streaming incremental hashing to the non-cryptographic providers (@matt-edmondson)
- Add streaming incremental hashing to the cryptographic providers (@matt-edmondson)
- Add genuinely async stream hashing to IHashProvider (@matt-edmondson)
- [minor] Add IIncrementalHash and IHashProvider.CreateIncremental (@matt-edmondson)
- Add implementation plan for incremental and async hashing (@matt-edmondson)
- Add design spec for incremental hashing and keyed hashing (@matt-edmondson)
- [patch] Raise the CI build timeout to 40 minutes (@matt-edmondson)
What's Changed
- Add incremental and genuinely async stream hashing (#6) by @matt-edmondson in #9
Full Changelog: v2.0.2...v2.1.0