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