Skip to content

Releases: mnako/letters

Release v0.2.2

15 Oct 01:55
cb55b2a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.2.2

Release v0.2.1

18 Sep 06:02
d23f936
Compare
Choose a tag to compare

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 correct windows-) 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

13 Aug 05:59
6e7edef
Compare
Choose a tag to compare

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 and text/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

02 Aug 12:46
9992d6e
Compare
Choose a tag to compare

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

17 Jun 01:42
40a6480
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.2...v0.1.3

Release v0.1.2

07 Apr 12:37
4349cc0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.1...v0.1.2

Release v0.1.1

21 Aug 07:02
740e34b
Compare
Choose a tag to compare

What's Changed

  • Bugfix: parse email with no text content by @mnako in #15
  • v0.1.1 release by @mnako in #16

Full Changelog: v0.1.0...v0.1.1

Release v0.1.0

12 Jun 00:37
42e1b2a
Compare
Choose a tag to compare

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

  • Request for Comments and Public v0.1.0 Release Candidate by @mnako in #13

New Contributors

  • @mnako made their first contribution in #13

Full Changelog: https://github.com/mnako/letters/commits/v0.1.0