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: spf13/cast
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.1
Choose a base ref
...
head repository: spf13/cast
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.0
Choose a head ref
  • 9 commits
  • 7 files changed
  • 4 contributors

Commits on Jul 10, 2020

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

Commits on Jul 23, 2020

  1. Convert error slice to string slice

    * feat: added test case for error slice to parse to string
    
    * feat: added handler to convert an error slice to string slice
    PacoDw authored Jul 23, 2020
    Configuration menu
    Copy the full SHA
    8d17101 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

  1. travis: Bump Go versions

    bep committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    c3e59ce View commit details
    Browse the repository at this point in the history
  2. Add ToTimeInDefaultLocation/E

    Go's time parsing uses UTC when the format doesn't have a tiemzone, and
    has even weirder behavior when it has a zone name but no numeric offset.
    A caller to `cast.ToTime` won't know if the returned time was explicitly
    in UTC, or defaulted there, so the caller cannot fix it. These new
    functions allow a user to supply a different timezone to default to,
    with nil using the local zone.
    heewa authored and bep committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    e4dda5f View commit details
    Browse the repository at this point in the history
  3. Adjust timezone logic

    bep committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    22b2b54 View commit details
    Browse the repository at this point in the history
  4. Create go.yml

    bep authored Jul 27, 2021
    Configuration menu
    Copy the full SHA
    57c98fb View commit details
    Browse the repository at this point in the history
  5. Remove .travis.yml

    Use GitHub actions instead.
    bep committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    a9f3cbf View commit details
    Browse the repository at this point in the history
  6. Update README.md

    bep authored Jul 27, 2021
    Configuration menu
    Copy the full SHA
    02aebd9 View commit details
    Browse the repository at this point in the history
  7. github: Also run tests on Windows

    bep committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    3f42935 View commit details
    Browse the repository at this point in the history
Loading