这是indexloc提供的服务,不要输入任何密码
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: PgBiel/typst-oxifmt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.0
Choose a base ref
...
head repository: PgBiel/typst-oxifmt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.1
Choose a head ref
  • 9 commits
  • 6 files changed
  • 1 contributor

Commits on Dec 14, 2023

  1. create FUNDING.yml

    add sponsorship info
    PgBiel authored Dec 14, 2023
    Configuration menu
    Copy the full SHA
    2f27f4b View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. support typst 0.8.0 types

    PgBiel committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    5340e49 View commit details
    Browse the repository at this point in the history
  2. fix minus sign inconsistency

    here we diverge from str(...) as we always use hyphens, so we can consider reverting this in the
    future, but it was inconsistent otherwise, as we would use hyphen on rich formatting
    PgBiel committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    be48185 View commit details
    Browse the repository at this point in the history
  3. fix utf-8 parsing

    - Spans were using codepoint indices, not byte indices
    - Fix by adding "character.len()" to the index on each iteration
    PgBiel committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    13f9bed View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. create tests-ci.yml

    Closes #8
    PgBiel authored May 6, 2024
    Configuration menu
    Copy the full SHA
    ef9d37c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a03bbed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    edf009e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3921473 View commit details
    Browse the repository at this point in the history
  5. Release v0.2.1 (#7)

    PgBiel authored May 6, 2024
    Configuration menu
    Copy the full SHA
    2100cff View commit details
    Browse the repository at this point in the history
Loading