Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jhillyerd/enmime
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.0
Choose a base ref
...
head repository: jhillyerd/enmime
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.0
Choose a head ref
  • 17 commits
  • 34 files changed
  • 6 contributors

Commits on Feb 11, 2024

  1. tests: add output to ExampleBuilder (#321)

    Signed-off-by: James Hillyerd <james@hillyerd.com>
    jhillyerd authored Feb 11, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    goto1134 Andrei Efanov
    Copy the full SHA
    b46da36 View commit details
  2. mediatype: add missing comment (#322)

    Signed-off-by: James Hillyerd <james@hillyerd.com>
    jhillyerd authored Feb 11, 2024
    Copy the full SHA
    e3cda51 View commit details
  3. chore: resolve some linter issues (#323)

    * fix: don't shadow len() built-in
    * style: remove whitespace
    * envelope: remove unused error return
    
    Signed-off-by: James Hillyerd <james@hillyerd.com>
    jhillyerd authored Feb 11, 2024
    Copy the full SHA
    3b1b635 View commit details

Commits on Feb 12, 2024

  1. Copy the full SHA
    3c08ca3 View commit details

Commits on Feb 15, 2024

  1. chore: Resolve many linter warnings (#325)

    * style: use ReplaceAll instead of Replace
    
    Signed-off-by: James Hillyerd <james@hillyerd.com>
    
    * encode_test: resolve several style warnings
    
    Signed-off-by: James Hillyerd <james@hillyerd.com>
    
    * style: use require to appease testify linter
    
    Signed-off-by: James Hillyerd <james@hillyerd.com>
    
    * textproto: ignore lint for stdlib api
    
    Signed-off-by: James Hillyerd <james@hillyerd.com>
    
    * chore: remove unneeded sprintf calls
    
    Signed-off-by: James Hillyerd <james@hillyerd.com>
    
    ---------
    
    Signed-off-by: James Hillyerd <james@hillyerd.com>
    jhillyerd authored Feb 15, 2024
    Copy the full SHA
    42099e6 View commit details
  2. actions: update linter config (#326)

    * golangci: update linter list
    
    Signed-off-by: James Hillyerd <james@hillyerd.com>
    
    * use newer version of golangci-lint
    
    Signed-off-by: James Hillyerd <james@hillyerd.com>
    
    ---------
    
    Signed-off-by: James Hillyerd <james@hillyerd.com>
    jhillyerd authored Feb 15, 2024
    Copy the full SHA
    678b835 View commit details
  3. actions: add dependabot config (#327)

    Signed-off-by: James Hillyerd <james@hillyerd.com>
    jhillyerd authored Feb 15, 2024
    Copy the full SHA
    bb0b2e6 View commit details
  4. build(deps): bump golangci/golangci-lint-action from 3 to 4 (#328)

    Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3 to 4.
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: golangci/golangci-lint-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 15, 2024
    Copy the full SHA
    805775e View commit details
  5. build(deps): bump actions/setup-go from 3 to 5 (#329)

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 5.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@v3...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 15, 2024
    Copy the full SHA
    5154a3d View commit details
  6. build(deps): bump actions/checkout from 3 to 4 (#330)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 15, 2024
    Copy the full SHA
    102348b View commit details

Commits on Apr 22, 2024

  1. build(deps): bump golang.org/x/net from 0.17.0 to 0.23.0 (#332)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0.
    - [Commits](golang/net@v0.17.0...v0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 22, 2024
    Copy the full SHA
    f2cfa43 View commit details

Commits on Apr 29, 2024

  1. build(deps): bump golangci/golangci-lint-action from 4 to 5 (#333)

    Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4 to 5.
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: golangci/golangci-lint-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 29, 2024
    Copy the full SHA
    5139f90 View commit details

Commits on May 9, 2024

  1. Add parser option to disable HTML to Text down conversion (#334)

    * Add parser option to skip HTML to Text down conversion
    * option, add tests, always warn
    
    ---------
    
    Signed-off-by: James Hillyerd <james@hillyerd.com>
    Co-authored-by: tvdv <2144030+tvdv@users.noreply.github.com>
    Co-authored-by: James Hillyerd <james@hillyerd.com>
    3 people authored May 9, 2024
    Copy the full SHA
    8f65d85 View commit details
  2. build: disable golint (#335)

    Signed-off-by: James Hillyerd <james@hillyerd.com>
    jhillyerd authored May 9, 2024
    Copy the full SHA
    1da8c2f View commit details
  3. chore: update README.md (#336)

    Signed-off-by: James Hillyerd <james@hillyerd.com>
    jhillyerd authored May 9, 2024
    Copy the full SHA
    9a22ad0 View commit details

Commits on May 14, 2024

  1. build(deps): bump golangci/golangci-lint-action from 5 to 6 (#337)

    Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 5 to 6.
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: golangci/golangci-lint-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 14, 2024
    Copy the full SHA
    16957e7 View commit details

Commits on Aug 31, 2024

  1. feat: add option to disable character detection (#342)

    * feat: add option to disable character detection
    
    Resolves #340
    
    ---------
    
    Signed-off-by: James Hillyerd <james@hillyerd.com>
    Co-authored-by: James Hillyerd <james@hillyerd.com>
    axllent and jhillyerd authored Aug 31, 2024
    Copy the full SHA
    a9fae7a View commit details
Loading