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.1.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: 4.2.0
Choose a head ref
  • 9 commits
  • 8 files changed
  • 4 contributors

Commits on Nov 9, 2022

  1. fix boxed NSObjects when using as Swift package

    add objc files as separate target
    
    see #28
    herrernst committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    2d8dbaf View commit details
    Browse the repository at this point in the history
  2. fix missing header

    herrernst committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    efcd694 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

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

Commits on Jan 16, 2023

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

Commits on Jan 26, 2023

  1. Merge pull request #88 from herrernst/fix-warning_nsobject-swiftpm-fix

    fix warning about missing import
    fumito-ito authored Jan 26, 2023
    Configuration menu
    Copy the full SHA
    476ab7b View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Fix warning in EachFilter

    Fix the following warning:
    
    ```
    Sources/EachFilter.swift:46:65: Tuple conversion from '(key: String, value: MustacheBox)' to '(key: String, box: MustacheBox)' mismatches labels
    ```
    NSHaoSong committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    47b442e View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Merge pull request #89 from NSHaoSong/fix-warning-each-filter

    Fix warning in `EachFilter` in Xcode 14.3
    fumito-ito authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    5d80f1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a898858 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Merge pull request #94 from groue/refactor/fix-warnings-on-xcode-14_3_1

    refactor: fixes warnings detected in Xcode 14.3.1
    fumito-ito authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    6e9dcfb View commit details
    Browse the repository at this point in the history
Loading