v1.10.0
Bugfixes:
- #657: Fix
MapObjectEncoder.AppendByteString
not adding value as a
string. - #706: Fix incorrect call depth to determine caller in Go 1.12.
Enhancements:
- #610: Add
zaptest.WrapOptions
to wrapzap.Option
for creating test
loggers. - #675: Don't panic when encoding a String field.
- #704: Disable HTML escaping for JSON objects encoded using the
reflect-based encoder.
Thanks to @iaroslav-ciupin, @lelenanam, @joa, @NWilson for their contributions
to this release.