1.0.1 (2019-07-01)
Initial History generation.
Features
- api: AsRef all the things! (5af622eb)
- content: add baseline read functionality (e98bfb17)
- error:
- errors: add errors module (b0464849)
- exports: re-export ssri::Algorithm and serde_json::Value (87adc8cf)
- get:
- add get::open() and get::open_hash() (6e9a2f9f)
- add external cacache::get api (d91d2141)
- index:
- ls: implemented cacache::ls::all() (b0f351ea)
- path: ported content_path (0f768fa5)
- put:
- privatize Put and PutOpts fields (7f1602e2)
- make PutOpts Clone (27ce700b)
- Add put::Put and put::PutOpts (15f017fe)
- initial implementation of cacache::put (815d7a3c)
- read:
- rm:
- write: initial hack for write (e452fdcd)
Bug Fixes
- api: use &str keys (cf0fbe23)
- content: make rm use our own Error (f3b6abf4)
- fmt:
- index:
- get rid of last compiler warning (22c4b301)
- make fields public, too (65040481)
- switch to using new error module (6f78e00c)
- make Entry use actual Integrity objects (7ad0633c)
- pass references instead of using .as_path() (fc067e95)
- remove unneeded integrity() method (b579be61)
- lint: clippy told me to do this (cba2f0d3)
- put: fix warnings (4a6950ff)
- write: use shared Error type for write() (8bf623b8)