8000 Comparing v1.5.0...v1.5.1 · spf13/cast · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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 8000 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.5.0
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.1
Choose a head ref
  • 12 commits
  • 9 files changed
  • 6 contributors

Commits on Sep 3, 2022

  1. Add more integer to boolean conversions

    Signed-off-by: Yveshield <yveshield@gmail.com>
    yveshield committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    557a6a2 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Correction of hugo URL error

    Correction of hugo URL error
    qwxingzhe authored Dec 16, 2022
    Configuration menu
    Copy the full SHA
    fa1a352 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2023

  1. ci: general ci improvements

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    160eccf View commit details
    Browse the repository at this point in the history
  2. ci: add Go 1.19 and 1.20 to the build matrix

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    c9c46a1 View commit details
    Browse the repository at this point in the history
  3. ci: add dependabot config

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    b7b9986 View commit details
    Browse the repository at this point in the history
  4. ci: add a name to the build

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    cb4b5fb View commit details
    Browse the repository at this point in the history
  5. chore: improve badges in readme

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    111af0b View commit details
    Browse the repository at this point in the history
  6. Merge pull request #164 from qwxingzhe/patch-1

    Correction of hugo URL error
    sagikazarmark authored Feb 5, 2023
    Configuration menu
    Copy the full SHA
    1f57725 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #167 from spf13/improve-ci

    Improve CI
    sagikazarmark authored Feb 5, 2023
    Configuration menu
    Copy the full SHA
    5959a75 View commit details
    Browse the repository at this point in the history
  8. Bump github.com/frankban/quicktest from 1.14.3 to 1.14.4

    Bumps [github.com/frankban/quicktest](https://github.com/frankban/quicktest) from 1.14.3 to 1.14.4.
    - [Release notes](https://github.com/frankban/quicktest/releases)
    - [Commits](frankban/quicktest@v1.14.3...v1.14.4)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/frankban/quicktest
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    7ef7a18 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #153 from yveshield/more-int-to-bool

    Add more integer to boolean conversions
    sagikazarmark authored Feb 5, 2023
    Configuration menu
    Copy the full SHA
    ba0a5b6 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Pull the 2006-01-02 layout to the top when checking

    The current top 2 formats are, from some checks I've done, 2 dominant formats used in Hugo projects.
    
    Checking these first has a big effect:
    
    ```bash
    
    name                  old time/op    new time/op    delta
    CommonTimeLayouts-10    1.45µs ± 0%    0.33µs ± 1%  -77.45%  (p=0.029 n=4+4)
    
    name                  old alloc/op   new alloc/op   delta
    CommonTimeLayouts-10    1.55kB ± 0%    0.18kB ± 0%  -88.14%  (p=0.029 n=4+4)
    
    name                  old allocs/op  new allocs/op  delta
    CommonTimeLayouts-10      38.0 ± 0%       6.0 ± 0%  -84.21%  (p=0.029 n=4+4)
    ```
    
    See gohugoio/hugo#10942
    bep committed May 15, 2023
    Configuration menu
    Copy the full SHA
    bbed555 View commit details
    Browse the repository at this point in the history
Loading
0