v0.2.0
- Updates Result and its methods Values and Errors to only return values where the results weren't errored, and errors where the results weren't valid.
- Adds Result.Error which coalesces all of the errors in a Result collection into one with the messages combined, comma-separated.
- Adds Changelog