Releases: mnako/letters
Releases · mnako/letters
Release v0.2.3
What's Changed
- Quote commas in test emails' addresses according to RFC5322 by @mnako in #80
- Chore: Lint YAML files by @mnako in #81
- Export
letters.ParseHeaders()
so that a message can be parsed intoletters.Headers
only by @mnako in #85 - Fix/golangci lint 1.61 warnings: Fix SA1019: "io/ioutil" has been deprecated since Go 1.19 in favour of "io" by @mnako in #92
- Test against Go 1.23 by @mnako in #95
- Bump version in README.md in preparation to release v0.2.3 by @mnako in #98
Updates
- Bump version in README.md to release v0.2.2 by @mnako in #58
- Bump golang.org/x/net from 0.17.0 to 0.18.0 by @dependabot in #63
- Bump golang.org/x/net from 0.18.0 to 0.19.0 by @dependabot in #65
- Bump actions/setup-go from 4 to 5 by @dependabot in #66
- Bump golang.org/x/net from 0.19.0 to 0.20.0 by @dependabot in #69
- Bump golang.org/x/net from 0.20.0 to 0.21.0 by @dependabot in #70
- Bump golangci/golangci-lint-action from 3 to 4 by @dependabot in #71
- Bump golang.org/x/net from 0.21.0 to 0.27.0 by @dependabot in #83
- Bump actions/setup-go from 5.0.1 to 5.0.2 by @dependabot in #84
- Bump golangci/golangci-lint-action from 6.0.1 to 6.1.1 by @dependabot in #94
- Bump actions/checkout from 4.1.7 to 4.2.0 by @dependabot in #93
- Bump golang.org/x/net from 0.27.0 to 0.29.0 by @dependabot in #91
- Bump golang.org/x/text from 0.18.0 to 0.19.0 by @dependabot in #96
- Bump golang.org/x/net from 0.29.0 to 0.30.0 by @dependabot in #97
Full Changelog: v0.2.2...v0.2.3
Release v0.2.2
What's Changed
- Bump golang.org/x/net from 0.15.0 to 0.16.0 by @dependabot in #56
- Bump golang.org/x/net from 0.16.0 to 0.17.0 by @dependabot in #57
Full Changelog: v0.2.1...v0.2.2
Release v0.2.1
What's Changed
- Feature: Support Go 1.21 by @mnako in #46
- Add tests for all characters allowed in header field names and bodies by @mnako in #48
- [ISSUE-49] Fix panic on
windows-874
(and other correctwindows-
) labels by @mnako in #54 - Bump golang.org/x/text from 0.12.0 to 0.13.0 by @dependabot in #51
- Bump golang.org/x/net from 0.14.0 to 0.15.0 by @dependabot in #53
- Bump actions/checkout from 3 to 4 by @dependabot in #52
- Release: v0.2.1 by @mnako in #55
Full Changelog: v0.2.0...v0.2.1
Release v0.2.0
What's Changed
- Update README.md to mention the latest release by @mnako in #40
- Bump golang.org/x/text from 0.11.0 to 0.12.0 by @dependabot in #43
- Bump golang.org/x/net from 0.13.0 to 0.14.0 by @dependabot in #42
- [ISSUE-41] Reported by @naidishuli Bugfix: Parsing
text/plain
andtext/html
attachments by @mnako in #44 - Update README.md in preparation for v0.2.0 release by @mnako in #45
Full Changelog: v0.1.4...v0.2.0
Release v0.1.4
What's Changed
- Bump golang.org/x/text from 0.10.0 to 0.11.0 by @dependabot in #31
- Bump golang.org/x/net from 0.11.0 to 0.12.0 by @dependabot in #32
- Github Action: Test against a matrix of Go versions by @mnako in #34
- Allow dependabot to update GitHub actions by @mnako in #35
- Bump actions/setup-go from 3 to 4 by @dependabot in #36
- Merge lint workflow into test by @mnako in #38
- Bump golang.org/x/net from 0.12.0 to 0.13.0 by @dependabot in #33
- Bump actions/checkout from 2 to 3 by @dependabot in #37
- Remove lint badge from README.md after merging lint workflow into test by @mnako in #39
Full Changelog: v0.1.3...v0.1.4
Release v0.1.3
What's Changed
- Bump golang.org/x/net from 0.9.0 to 0.10.0 by @dependabot in #27
- Bump golang.org/x/text from 0.9.0 to 0.10.0 by @dependabot in #29
- Bump golang.org/x/net from 0.10.0 to 0.11.0 by @dependabot in #30
Full Changelog: v0.1.2...v0.1.3
Release v0.1.2
What's Changed
- Bump golang.org/x/text from 0.3.7 to 0.3.8 by @dependabot in #17
- Bump golang.org/x/text from 0.3.8 to 0.5.0 by @dependabot in #19
- Bump golang.org/x/text from 0.5.0 to 0.6.0 by @dependabot in #20
- Bump golang.org/x/text from 0.6.0 to 0.7.0 by @dependabot in #21
- Bump golang.org/x/text from 0.7.0 to 0.8.0 by @dependabot in #23
- Bump golang.org/x/net from 0.0.0-20220516155154-20f960328961 to 0.8.0 by @dependabot in #24
- Bump golang.org/x/net from 0.8.0 to 0.9.0 by @dependabot in #26
New Contributors
- @dependabot made their first contribution in #17
Full Changelog: v0.1.1...v0.1.2
Release v0.1.1
What's Changed
Full Changelog: v0.1.0...v0.1.1
Release v0.1.0
This version releases code that I have written around November 2019 for parsing plaintext and MIME emails in Go as an open-source library. See #13 for more information and discussion on the v0.1.0 Release Candidate.
Changes since 2019:
- Add missing go.mod and go.sum defaulting to new Go version 1.17.
- Add a new suite of automated tests.
- Add Makefile.
- Add Github Actions for linting and testing.
- Add CODEOWNERS, LICENSE, and README.md files.
Current Status
Feature-complete and tests passing.
Currently gethering feedback and refactoring code before releasing v1.0.0. Fields and API are still subject to change.
What's Changed
New Contributors
Full Changelog: https://github.com/mnako/letters/commits/v0.1.0