All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.4.1 - 2023-11-09
- Upgrade to Go 1.20
0.4.0 - 2021-12-14
- Upgrade to Go 1.17
- Upgrade github.com/google/go-cmp from 0.5.4 to 0.5.6
0.3.0 2020-12-04
- Make masked error compliant with Sentry.
0.2.1 2020-07-24
- Add pretty printer.
0.2.0 2020-02-12
- Add JSON function.
- Error should be defined as a value instead of pointer.
- Maskf takes only Error type.
- Use built-in errors package instead of juju/errgo.
- Print error stacks in JSON format instead of custom errgo format.
- Switch from dep to Go modules.
- Drop Error.String method.
- Drop New function.
- Drop Newf function.
- Drop Stack function in favour of JSON function.
0.1.0 2020-02-03
- First release.