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: Cysharp/ZString
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.5.0
Choose a base ref
...
head repository: Cysharp/ZString
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.5.1
Choose a head ref
  • 19 commits
  • 18 files changed
  • 6 contributors

Commits on Oct 26, 2022

  1. Update README.md

    neuecc authored Oct 26, 2022
    Configuration menu
    Copy the full SHA
    e07af2e View commit details
    Browse the repository at this point in the history
  2. docs: update TOC

    neuecc committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    1c329c6 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    neuecc authored Oct 26, 2022
    Configuration menu
    Copy the full SHA
    2e46df0 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. .NET 7.0 Native AOT Compatible

    - Enum.GetValues() not compatible to .NET Native AOT.
    - Enum.GetValuesAsUnderlyingType() compatible to .NET Native AOT but contains from .NET 7.0 or greater.
    - So, Add net7.0 to TargetFrameworks.
    daramkun committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    dfd7e50 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Configuration menu
    Copy the full SHA
    a5e16ba View commit details
    Browse the repository at this point in the history
  2. Merge pull request #89 from Cysharp/feature/prevent

    chote: prevent github workflow change
    guitarrapc authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    27bfff1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21d7e5c View commit details
    Browse the repository at this point in the history
  4. chore: remove license

    guitarrapc committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    9c86544 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Merge pull request #90 from Cysharp/feature/unity

    chore: change unity build to cysharp actions
    guitarrapc authored Apr 26, 2023
    Configuration menu
    Copy the full SHA
    ff3e56a View commit details
    Browse the repository at this point in the history
  2. Revert "Merge pull request #89 from Cysharp/feature/prevent"

    This reverts commit 27bfff1.
    guitarrapc committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    ecbbbea View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

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

Commits on Sep 15, 2023

  1. Merge pull request #88 from daramkun/master

    .NET 7.0 Native AOT Compatible
    hadashiA authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    de8b6fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6708d50 View commit details
    Browse the repository at this point in the history
  3. Update README

    hadashiA committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    7815a19 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Configuration menu
    Copy the full SHA
    ea4a9b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a32e207 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #94 from Cysharp/hadashiA/join

    Add a fast pass for ZString.Join when the argument is a string
    hadashiA authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    1639a8f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #93 from Cysharp/hadashiA/tmpro-sym

    Add define symbol for TextMeshPro
    hadashiA authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    f532e85 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7629cf7 View commit details
    Browse the repository at this point in the history
Loading