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: toml-rs/toml
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: toml-v0.8.9
Choose a base ref
...
head repository: toml-rs/toml
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: toml-v0.8.10
Choose a head ref
  • 12 commits
  • 15 files changed
  • 2 contributors

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    d640c53 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #671 from toml-rs/renovate/libtest-mimic-0.x

    chore(deps): update rust crate libtest-mimic to 0.7.0
    epage authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    acf1075 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    16c8353 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0aca85b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #674 from epage/refactor

    refactor(encode): Remove trait abstraction
    epage authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    35e5326 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e89856 View commit details
    Browse the repository at this point in the history
  5. fix(edit): Preserve previous line decor on leaf key

    We tracked one decor per key.
    When dealing with dotted keys,
    we used the decor prefix from the first key.
    The problem is that we then re-encode that key for each dotted key,
    duplicating any comments or whitespace associated with it.
    
    We solved this by tracking decor between dotted keys separate from the
    decor used per final, or leaf, entry.
    
    Fixes #673
    epage committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    89d1416 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #675 from epage/dotted-key

    fix(edit): Preserve previous line decor on leaf key
    epage authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    b7bd3a4 View commit details
    Browse the repository at this point in the history
  7. docs: Update changelog

    epage committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    4592fe4 View commit details
    Browse the repository at this point in the history
  8. chore: Release

    epage committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    10392d5 View commit details
    Browse the repository at this point in the history
  9. docs: Update changelog

    epage committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    07c8c2c View commit details
    Browse the repository at this point in the history
  10. chore: Release

    epage committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    7f3e276 View commit details
    Browse the repository at this point in the history
Loading