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: kivikakk/comrak
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.32.0
Choose a base ref
...
head repository: kivikakk/comrak
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.33.0
Choose a head ref
  • 11 commits
  • 8 files changed
  • 5 contributors

Commits on Dec 18, 2024

  1. Eliminate regex and once_cell dependencies.

    Replace usage with `unicode_categories` crate which comrak already
    depends on.
    nicoburns committed Dec 18, 2024
    Configuration menu
    Copy the full SHA
    f1b2e1d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #514 from nicoburns/eliminate-regex

    Eliminate `regex` and `once_cell` dependencies.
    kivikakk authored Dec 18, 2024
    Configuration menu
    Copy the full SHA
    7c6b947 View commit details
    Browse the repository at this point in the history
  3. Make bon builders optional

    Signed-off-by: Nico Burns <nico@nicoburns.com>
    nicoburns authored and kivikakk committed Dec 18, 2024
    Configuration menu
    Copy the full SHA
    fcd44e9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    57a1fa9 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #515 from nicoburns/make-bon-optional

    Make bon builders optional
    charlottia authored Dec 18, 2024
    Configuration menu
    Copy the full SHA
    17db3c3 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2025

  1. Make options structs exhaustive

    Signed-off-by: Nico Burns <nico@nicoburns.com>
    nicoburns committed Jan 4, 2025
    Configuration menu
    Copy the full SHA
    8c1f750 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #516 from nicoburns/remove-non-exhaustive

    Make options structs exhaustive
    kivikakk authored Jan 4, 2025
    Configuration menu
    Copy the full SHA
    21e1741 View commit details
    Browse the repository at this point in the history
  3. Cargo.toml: v0.33.0.

    kivikakk committed Jan 4, 2025
    Configuration menu
    Copy the full SHA
    a224b93 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f419a97 View commit details
    Browse the repository at this point in the history
  5. changelog.txt: update.

    kivikakk committed Jan 4, 2025
    Configuration menu
    Copy the full SHA
    2eaf9e7 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #517 from kivikakk/release/v0.33.0

    [skip test] Release v0.33.0
    github-actions[bot] authored Jan 4, 2025
    Configuration menu
    Copy the full SHA
    45c96a2 View commit details
    Browse the repository at this point in the history
Loading