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: mamantoha/nanoid.cr
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.7.1
Choose a base ref
...
head repository: mamantoha/nanoid.cr
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.7.2
Choose a head ref
  • 14 commits
  • 8 files changed
  • 2 contributors

Commits on Aug 2, 2022

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

Commits on Sep 5, 2023

  1. Create dependabot.yml

    mamantoha authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    ffa67b6 View commit details
    Browse the repository at this point in the history
  2. Bump actions/checkout from 2 to 4

    Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v2...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>
    dependabot[bot] authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    714fd04 View commit details
    Browse the repository at this point in the history
  3. Bump crazy-max/ghaction-github-pages from 2 to 3

    Bumps [crazy-max/ghaction-github-pages](https://github.com/crazy-max/ghaction-github-pages) from 2 to 3.
    - [Release notes](https://github.com/crazy-max/ghaction-github-pages/releases)
    - [Commits](crazy-max/ghaction-github-pages@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: crazy-max/ghaction-github-pages
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    959e8ed View commit details
    Browse the repository at this point in the history
  4. Merge pull request #11 from mamantoha/dependabot/github_actions/actio…

    …ns/checkout-4
    
    Bump actions/checkout from 2 to 4
    mamantoha authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    9789128 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #12 from mamantoha/dependabot/github_actions/crazy…

    …-max/ghaction-github-pages-3
    
    Bump crazy-max/ghaction-github-pages from 2 to 3
    mamantoha authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    7eae133 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Bump crazy-max/ghaction-github-pages from 3 to 4

    Bumps [crazy-max/ghaction-github-pages](https://github.com/crazy-max/ghaction-github-pages) from 3 to 4.
    - [Release notes](https://github.com/crazy-max/ghaction-github-pages/releases)
    - [Commits](crazy-max/ghaction-github-pages@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: crazy-max/ghaction-github-pages
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    8144f0e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #13 from mamantoha/dependabot/github_actions/crazy…

    …-max/ghaction-github-pages-4
    
    Bump crazy-max/ghaction-github-pages from 3 to 4
    mamantoha authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    84ce9d5 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. update benchmark results

    mamantoha committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    df91ae5 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2025

  1. use Math.log2

    mamantoha committed Jan 8, 2025
    Configuration menu
    Copy the full SHA
    b22deb2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #14 from mamantoha/math-log2

    use Math.log2
    mamantoha authored Jan 8, 2025
    Configuration menu
    Copy the full SHA
    1814154 View commit details
    Browse the repository at this point in the history
  3. update benchmark

    mamantoha committed Jan 8, 2025
    Configuration menu
    Copy the full SHA
    40d1bb1 View commit details
    Browse the repository at this point in the history
  4. 2025

    mamantoha committed Jan 8, 2025
    Configuration menu
    Copy the full SHA
    843b76e View commit details
    Browse the repository at this point in the history
  5. v0.7.2

    mamantoha committed Jan 8, 2025
    Configuration menu
    Copy the full SHA
    68ba9bc View commit details
    Browse the repository at this point in the history
Loading