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: groue/GRMustache.swift
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.2.0
Choose a base ref
...
head repository: groue/GRMustache.swift
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.0.0
Choose a head ref
  • 11 commits
  • 21 files changed
  • 2 contributors

Commits on Aug 16, 2024

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

Commits on Aug 17, 2024

  1. Error is Sendable compliant, so properties used in MustacheError mu…

    …st also be Sendable compliant.
    fumito-ito committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    1df7e25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2ab63e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99b7f85 View commit details
    Browse the repository at this point in the history
  4. Concurrency issues were addressed by changing EmptyBox from a global …

    …property to a static computed property.
    fumito-ito committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    da6595a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ec5ace1 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. [BREAKING CHANGE] Define Configuration.default to remove access to …

    …non-thread safe objects.
    
    This change prevents configuration from being shared globally. Therefore, an interface has been added to each function that can receive the configuration.
    
    If no configuration is added, `Configuration.default` is used.
    fumito-ito committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    80ad9fc View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    68501aa View commit details
    Browse the repository at this point in the history
  2. Merge pull request #99 from groue/fix/concurrency

    Fix Concurrency issues originating in Swift6
    fumito-ito authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    416a6e4 View commit details
    Browse the repository at this point in the history
  3. version bump

    fumito-ito committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    8d9e3bf View commit details
    Browse the repository at this point in the history
  4. fix swift lang version

    fumito-ito committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    1be6c51 View commit details
    Browse the repository at this point in the history
Loading