v1.14.1
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 oftime.Time
objects when using string-based time
formats.
Thanks to @YashishDua for their contributions to this release.