Thanks to visit codestin.com
Credit goes to github.com

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: mnako/letters
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.0
Choose a base ref
...
head repository: mnako/letters
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.1
Choose a head ref
  • 7 commits
  • 171 files changed
  • 2 contributors

Commits on Aug 13, 2023

  1. Add Go version 1.21 to test job matrix. (#46)

    Add test job timeout.
    Add Makefile target for a Bookworm Go 1.21 based dev container.
    Reformat structs.go using Go 1.21.
    mnako authored Aug 13, 2023
    Configuration menu
    Copy the full SHA
    e8876bd View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    7e9763d View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

  1. [ISSUE-49] Fix panic on windows-874 (and other correct windows-) …

    …labels (#54)
    
    * [ISSUE-49] Add test cases for iso-8859-11, windows-874, and tis-620 encoding using Thai as an example.
    
    * [ISSUE-49] Fix: modify `decoders.decodeHeader.CharsetReader` to lookup the original label, replace `windows-` with `cp` only if not found, and raise informative error, if not found again.
    mnako authored Sep 17, 2023
    Configuration menu
    Copy the full SHA
    da597ba View commit details
    Browse the repository at this point in the history
  2. Bump golang.org/x/text from 0.12.0 to 0.13.0 (#51)

    Bumps [golang.org/x/text](https://github.com/golang/text) from 0.12.0 to 0.13.0.
    - [Release notes](https://github.com/golang/text/releases)
    - [Commits](golang/text@v0.12.0...v0.13.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/text
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 17, 2023
    Configuration menu
    Copy the full SHA
    47893fb View commit details
    Browse the repository at this point in the history
  3. Bump golang.org/x/net from 0.14.0 to 0.15.0 (#53)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.14.0 to 0.15.0.
    - [Commits](golang/net@v0.14.0...v0.15.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 17, 2023
    Configuration menu
    Copy the full SHA
    f2dca7e View commit details
    Browse the repository at this point in the history
  4. Bump actions/checkout from 3 to 4 (#52)

    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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 17, 2023
    Configuration menu
    Copy the full SHA
    9d378ee View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Configuration menu
    Copy the full SHA
    d23f936 View commit details
    Browse the repository at this point in the history
Loading