zap v1.14.1 Release Notes

Release Date: 2020-03-14 // about 4 years ago
  • ๐Ÿ›  Bugfixes:

    • ๐Ÿ— #791: Fix panic on attempting to build a logger with an invalid Config.
    • #795: Vendoring Zap with go mod vendor no longer includes Zap's
      development-time dependencies.
    • #799: Fix issue introduced in 1.14.0 that caused invalid JSON output to
      be generated for arrays of time.Time objects when using string-based time
      formats.

    ๐Ÿš€ Thanks to @YashishDua for their contributions to this release.