Codebase list golang-go.uber-zap / 73d1f6e7-854b-422c-8186-cba94115fd6d/v1.10.0
Fix changelog links for 675 Prashant Varanasi 5 years ago
1 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
99 Enhancements:
1010 * [#610][]: Add `zaptest.WrapOptions` to wrap `zap.Option` for creating test
1111 loggers.
12 * [#657][]: Don't panic when encoding a String field.
12 * [#675][]: Don't panic when encoding a String field.
1313 * [#704][]: Disable HTML escaping for JSON objects encoded using the
1414 reflect-based encoder.
1515
322322 [#657]: https://github.com/uber-go/zap/pull/657
323323 [#706]: https://github.com/uber-go/zap/pull/706
324324 [#610]: https://github.com/uber-go/zap/pull/610
325 [#657]: https://github.com/uber-go/zap/pull/657
325 [#675]: https://github.com/uber-go/zap/pull/675
326326 [#704]: https://github.com/uber-go/zap/pull/704