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: xu-cheng/katex-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.4.6
Choose a base ref
...
head repository: xu-cheng/katex-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 2 commits
  • 6 files changed
  • 1 contributor

Commits on May 27, 2023

  1. feat: katex 0.16.7

    xu-cheng committed May 27, 2023

    Verified

    This commit was signed with the committer’s verified signature.
    xu-cheng Cheng Xu
    Copy the full SHA
    927d903 View commit details
  2. chore: update github action

    xu-cheng committed May 27, 2023

    Verified

    This commit was signed with the committer’s verified signature.
    xu-cheng Cheng Xu
    Copy the full SHA
    1bc50c3 View commit details
Showing with 10 additions and 10 deletions.
  1. +4 −4 .github/workflows/build.yml
  2. +2 −2 .github/workflows/clippy.yml
  3. +1 −1 .github/workflows/fmt.yml
  4. +1 −1 KATEX-VERSION
  5. +1 −1 vendor/contrib/mhchem.min.js
  6. +1 −1 vendor/katex.min.js
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ jobs:
features: ["quick-js", "duktape"]
steps:
- name: Set up Git repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Set up rust toolchain
uses: actions-rs/toolchain@v1
with:
@@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Set up rust toolchain
uses: actions-rs/toolchain@v1
with:
@@ -56,7 +56,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Set up rust toolchain
uses: actions-rs/toolchain@v1
with:
@@ -80,7 +80,7 @@ jobs:
needs: [test, test-wasm-browser, test-wasm-node]
steps:
- name: Set up Git repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Get release version
run: |
TAG_VERSION="${GITHUB_REF#refs/tags/}"
4 changes: 2 additions & 2 deletions .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ jobs:
features: ["quick-js", "duktape"]
steps:
- name: Set up Git repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Set up rust toolchain
uses: actions-rs/toolchain@v1
with:
@@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Set up rust toolchain
uses: actions-rs/toolchain@v1
with:
2 changes: 1 addition & 1 deletion .github/workflows/fmt.yml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Set up rust toolchain
uses: actions-rs/toolchain@v1
with:
2 changes: 1 addition & 1 deletion KATEX-VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.16.4
0.16.7
Loading