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: axuno/SmartFormat
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.5.1
Choose a base ref
...
head repository: axuno/SmartFormat
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.5.2
Choose a head ref
  • 7 commits
  • 11 files changed
  • 3 contributors

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    6e49cd0 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    ca6b424 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2024

  1. Enable chaining from StringBuilder.AppendSmart() and StringBuilder.Ap…

    …pendLineSmart() (#452)
    
    * Enable chaining from StringBuilder.AppendSmart() and StringBuilder.AppendLineSmart()
    Fixes #451
    
    * Add unit tests for chained StringBuilder.AppendSmart() and StringBuilder.AppendLineSmart()
    #451
    Klikini authored Dec 4, 2024
    Configuration menu
    Copy the full SHA
    7eaca13 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2024

  1. Update package versions in project files (#453)

    * Updated `System.Text.Json` to `9.0.0` in `SmartFormat.Extensions.System.Text.Json.csproj`.
    * Updated `Microsoft.NET.Test.Sdk` to `17.12.0`, `NUnit.Analyzers` to `4.4.0`, and `FluentAssertions` to `7.0.0` in `SmartFormat.Tests.csproj`.
    * Updated `System.Memory` to `4.6.0` in `SmartFormat.csproj`.
    axunonb authored Dec 5, 2024
    Configuration menu
    Copy the full SHA
    c8b4c44 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2024

  1. Configuration menu
    Copy the full SHA
    b4fd639 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2024

  1. [Conditional Formatter] Use invariant decimal parsing (#456)

    * Added test to ensure that Choose decimal parsing uses invariant culture.
    
    * Use invariant culture when parsing the choose decimal.
    karljj1 authored Dec 18, 2024
    Configuration menu
    Copy the full SHA
    22ddd82 View commit details
    Browse the repository at this point in the history
  2. Bump version to v3.5.2 (#457)

    * Update NUnit v4.2.2 to v4.3.0
       Fix unit test that was using `Is.EqualTo` instead of `Is.EquivalentTo` for an `IEnumerable` object
    * Bump version to v3.5.2
    axunonb authored Dec 18, 2024
    Configuration menu
    Copy the full SHA
    2a0c495 View commit details
    Browse the repository at this point in the history
Loading