Skip to content

Latest commit

 

History

History
76 lines (38 loc) · 4.93 KB

CHANGELOG.md

File metadata and controls

76 lines (38 loc) · 4.93 KB

Changelog

0.5.2 (2024-08-23)

Bug Fixes

  • Fix issues identified by golangci-lint (#16) (9d655f8)

Documentation

  • Add changelog for previous versions (#18) (e5019c1)

Miscellaneous Chores

Continuous Integration

  • Add basic GitHub actions configuration for release (#12) (e571c45)
  • Add Golangci-lint GitHub action (#19) (592ac55)
  • Add golangci-lint, flake.nix to run it and VSCode config for it (#17) (921f5b6)
  • Add tests and benchmarks to CI (#14) (00985c8)

0.5.1 (2024-06-14)

  • fix: Avoid panics when Unwrap/Cause return nil errors (1455806)

0.5.0 (2024-03-23)

  • feat: Support Go 1.20 error interfaces (cc9b274)

  • docs: Don't repeat error causes in error message (cc9b274)

0.4.0 (2023-01-23)

  • feat: Add ability to print pre-formatted strings (09220456)

0.3.1 (2022-12-02)

  • fix: Fix stacktrace outputs when -trimpath is set (426ebc3)

  • docs: Update docs (b9232f6)

  • chore: Bump dependencies (19d55120)

  • chore: Update benchmarking (19d55120)

0.3.0 (2022-08-29)

  • fix: Account for .With functionality (d3371ba)

  • docs: Fix broken link in Readme (ca86b8b)

  • chore: Delete zap-prettyconsole.test (a98269d)

  • chore: Delete out.png (62e33e9)

0.2.0 (2022-08-28)

  • feat: Add more configuration options (56698f7)

  • feat: Automate readme (56698f7)

0.1.0 (2022-08-26)

  • feat: Initial implementation of zap-prettyconsole (b0d2061)

  • fix: Do a better job of not sharing the encoder (1eaaae5)

  • fix: Add line ending to logger output (c134005)

  • docs: Add Readme and License (9cdd17d)