-
Notifications
You must be signed in to change notification settings - Fork 154
Comparing changes
Open a pull request
base repository: groue/GRMustache.swift
base: 4.2.0
head repository: groue/GRMustache.swift
compare: 5.0.0
- 11 commits
- 21 files changed
- 2 contributors
Commits on Aug 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3ce209f - Browse repository at this point
Copy the full SHA 3ce209fView commit details
Commits on Aug 17, 2024
-
Error is Sendable compliant, so properties used in
MustacheError
mu……st also be Sendable compliant.
Configuration menu - View commit details
-
Copy full SHA for 1df7e25 - Browse repository at this point
Copy the full SHA 1df7e25View commit details -
Concurrency issues were addressed by changing the Filter function to …
…a computed property.
Configuration menu - View commit details
-
Copy full SHA for a2ab63e - Browse repository at this point
Copy the full SHA a2ab63eView commit details -
Concurrency issues were addressed by changing the Helper functions to…
… computed properties.
Configuration menu - View commit details
-
Copy full SHA for 99b7f85 - Browse repository at this point
Copy the full SHA 99b7f85View commit details -
Concurrency issues were addressed by changing EmptyBox from a global …
…property to a static computed property.
Configuration menu - View commit details
-
Copy full SHA for da6595a - Browse repository at this point
Copy the full SHA da6595aView commit details -
Stopped concurrency warnings by declaring DefaultConfiguration as a n…
…onisolated property.
Configuration menu - View commit details
-
Copy full SHA for ec5ace1 - Browse repository at this point
Copy the full SHA ec5ace1View commit details
Commits on Aug 18, 2024
-
[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.
Configuration menu - View commit details
-
Copy full SHA for 80ad9fc - Browse repository at this point
Copy the full SHA 80ad9fcView commit details
Commits on Aug 19, 2024
-
Revert "[TEMP] enable concurrency checking and make it error"
This reverts commit 3ce209f.
Configuration menu - View commit details
-
Copy full SHA for 68501aa - Browse repository at this point
Copy the full SHA 68501aaView commit details -
Merge pull request #99 from groue/fix/concurrency
Fix Concurrency issues originating in Swift6
Configuration menu - View commit details
-
Copy full SHA for 416a6e4 - Browse repository at this point
Copy the full SHA 416a6e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d9e3bf - Browse repository at this point
Copy the full SHA 8d9e3bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1be6c51 - Browse repository at this point
Copy the full SHA 1be6c51View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 4.2.0...5.0.0