v0.2.0
Pre-release
Pre-release
Changelog
[0.2.0] - 2019-10-13
Added
- An (experimental)
sioutil
package with a similar scope like the std libraryio/ioutil
package. - Fuzzing using go-fuzz and fuzzbuzz.io.
Changed
- All exported errors are now actual constants instead of effectively constant variables.
(27e1114)
Also theErrAuth
has been renamed toNotAuthentic
.
This is a major breaking change since:- An exported symbol has changed.
- The type of exported symbols has changed.
- The go documentation has changed to
be more explicit about how to use the API and what guarantees are provided.