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.4.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.5.0
Choose a head ref
  • 4 commits
  • 5 files changed
  • 2 contributors

Commits on May 11, 2022

  1. Add a simple ToInt benchmark

    bep committed May 11, 2022
    Configuration menu
    Copy the full SHA
    b481d74 View commit details
    Browse the repository at this point in the history
  2. Add support for json.Number

    Closes #115
    Closes #61
    yveshield authored and bep committed May 11, 2022
    Configuration menu
    Copy the full SHA
    408043c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36a7d5b View commit details
    Browse the repository at this point in the history
  4. Misc number fixes

    * Allow strings/json.Number with just zeroes after the decmial point to be converted to integer`
    * Allow nil in ToFloat*
    * Remove some test duplication
    * replace testify with quicktest
    * Enable integer and float conversion of time.Weekday values
    
    Fixes #139
    Fixes #141
    bep committed May 11, 2022
    Configuration menu
    Copy the full SHA
    2b0eb0f View commit details
    Browse the repository at this point in the history
Loading