Skip to content

Latest commit

 

History

History
67 lines (42 loc) · 1.58 KB

CHANGELOG.md

File metadata and controls

67 lines (42 loc) · 1.58 KB

Changelog

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

Changed

  • Upgrade to Go 1.20

0.4.0 - 2021-12-14

Changed

  • 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

Added

  • Make masked error compliant with Sentry.

0.2.1 2020-07-24

Added

  • Add pretty printer.

0.2.0 2020-02-12

Added

  • Add JSON function.

Changed

  • 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.

Removed

  • Drop Error.String method.
  • Drop New function.
  • Drop Newf function.
  • Drop Stack function in favour of JSON function.

0.1.0 2020-02-03

Added

  • First release.