这是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.1
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.3.0
Choose a head ref
  • 17 commits
  • 9 files changed
  • 1 contributor

Commits on Oct 1, 2024

  1. change license to MIT/Apache

    PgBiel committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    735e2ca View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Add thousand separator options (#12)

    * experiment with thousand sep
    
    * add fmt-thousands-count and tests, fix bugs
    
    * bump minimum typst version
    
    * test version compat
    
    * polyfill array chunks
    
    * fix polyfill version
    
    * add Typst v0.10.0 to tests
    
    * workaround for repr inconsistency
    
    * fix utf-8 bugs
    
    * fix simple negative numbers
    
    * use array.rev() for thousands separator stuff
    
    * handle NaN
    
    * update this test
    
    * allow typst 0.7.0
    
    * use codepoints for thousand sep
    
    * optimize arr-chunks polyfill
    
    because why not
    
    * test more recent typst versions
    
    * move is-nan
    PgBiel authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    d660b11 View commit details
    Browse the repository at this point in the history
  2. address more float edge cases

    PgBiel committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    e78fc63 View commit details
    Browse the repository at this point in the history
  3. optimize string split

    PgBiel committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    c9d950e View commit details
    Browse the repository at this point in the history
  4. fix inf string in 0.12.0

    PgBiel committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    2a4094f View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. bump ci to typst 0.12.0-rc2

    PgBiel committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    ffd1087 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2025

  1. bump ci to typst 0.13.0-rc1

    PgBiel committed Feb 9, 2025
    Configuration menu
    Copy the full SHA
    8a097d2 View commit details
    Browse the repository at this point in the history
  2. fix type strings for 0.13.0

    PgBiel committed Feb 9, 2025
    Configuration menu
    Copy the full SHA
    db4c8a4 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2025

  1. Add 0.12.0 decimal support (#14)

    * initial decimal attempt
    
    * proper exp syntax support for decimals
    
    * support signed zero
    
    * add more tests
    PgBiel authored May 25, 2025
    Configuration menu
    Copy the full SHA
    d9f56b2 View commit details
    Browse the repository at this point in the history
  2. add 0.13.1 to ci

    PgBiel committed May 25, 2025
    Configuration menu
    Copy the full SHA
    07c94c9 View commit details
    Browse the repository at this point in the history
  3. Fix large numbers (#18)

    * fix large numbers
    
    * more cross-compatible infinite float
    PgBiel authored May 25, 2025
    Configuration menu
    Copy the full SHA
    6722193 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    573e3a5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f8a2c8e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f1b9edc View commit details
    Browse the repository at this point in the history
  7. use _str-type

    PgBiel committed May 25, 2025
    Configuration menu
    Copy the full SHA
    f3ec9bf View commit details
    Browse the repository at this point in the history

Commits on May 26, 2025

  1. fix typo

    PgBiel committed May 26, 2025
    Configuration menu
    Copy the full SHA
    05aaa30 View commit details
    Browse the repository at this point in the history
  2. Release 0.3.0 (#20)

    PgBiel authored May 26, 2025
    Configuration menu
    Copy the full SHA
    c5a4066 View commit details
    Browse the repository at this point in the history
Loading