...
1# Changelog
2
3All notable changes to this project will be documented in this file.
4
5The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8## [0.6.0] - 2023-01-30
9
10[0.6.0]: https://github.com/go-logfmt/logfmt/compare/v0.5.1...v0.6.0
11
12### Added
13
14- NewDecoderSize by [@alexanderjophus]
15
16## [0.5.1] - 2021-08-18
17
18[0.5.1]: https://github.com/go-logfmt/logfmt/compare/v0.5.0...v0.5.1
19
20### Changed
21
22- Update the `go.mod` file for Go 1.17 as described in the [Go 1.17 release
23 notes](https://golang.org/doc/go1.17#go-command)
24
25## [0.5.0] - 2020-01-03
26
27[0.5.0]: https://github.com/go-logfmt/logfmt/compare/v0.4.0...v0.5.0
28
29### Changed
30
31- Remove the dependency on github.com/kr/logfmt by [@ChrisHines]
32- Move fuzz code to github.com/go-logfmt/fuzzlogfmt by [@ChrisHines]
33
34## [0.4.0] - 2018-11-21
35
36[0.4.0]: https://github.com/go-logfmt/logfmt/compare/v0.3.0...v0.4.0
37
38### Added
39
40- Go module support by [@ChrisHines]
41- CHANGELOG by [@ChrisHines]
42
43### Changed
44
45- Drop invalid runes from keys instead of returning ErrInvalidKey by [@ChrisHines]
46- On panic while printing, attempt to print panic value by [@bboreham]
47
48## [0.3.0] - 2016-11-15
49
50[0.3.0]: https://github.com/go-logfmt/logfmt/compare/v0.2.0...v0.3.0
51
52### Added
53
54- Pool buffers for quoted strings and byte slices by [@nussjustin]
55
56### Fixed
57
58- Fuzz fix, quote invalid UTF-8 values by [@judwhite]
59
60## [0.2.0] - 2016-05-08
61
62[0.2.0]: https://github.com/go-logfmt/logfmt/compare/v0.1.0...v0.2.0
63
64### Added
65
66- Encoder.EncodeKeyvals by [@ChrisHines]
67
68## [0.1.0] - 2016-03-28
69
70[0.1.0]: https://github.com/go-logfmt/logfmt/commits/v0.1.0
71
72### Added
73
74- Encoder by [@ChrisHines]
75- Decoder by [@ChrisHines]
76- MarshalKeyvals by [@ChrisHines]
77
78[@ChrisHines]: https://github.com/ChrisHines
79[@bboreham]: https://github.com/bboreham
80[@judwhite]: https://github.com/judwhite
81[@nussjustin]: https://github.com/nussjustin
82[@alexanderjophus]: https://github.com/alexanderjophus
View as plain text