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: bytes1024/mustache.java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: spullara/mustache.java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 29 files changed
  • 6 contributors

Commits on Sep 20, 2020

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

Commits on Oct 17, 2020

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

Commits on Feb 8, 2021

  1. spullara#134 Add URIResolver

    vbauer authored and spullara committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    ceed0ad View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

  1. fixed whitespace handling for partials

    dpoetzsch authored and spullara committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    1ac58cd View commit details
    Browse the repository at this point in the history
  2. refactored whitespace fixes into separate factory

    David Poetzsch-Heffter authored and spullara committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    5e695fb View commit details
    Browse the repository at this point in the history
  3. added spec tests for full spec conformity

    David Poetzsch-Heffter authored and spullara committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    42629d0 View commit details
    Browse the repository at this point in the history
  4. making whitespace parsing backwards compatible

    David Poetzsch-Heffter authored and spullara committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    31eeebc View commit details
    Browse the repository at this point in the history
  5. set failing tests to ignore for now

    David Poetzsch-Heffter authored and spullara committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    8fabfcd View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

  1. Add FileSystemResolver(Path) constructor

    Fixes spullara#223
    
    Make FileSystemResolver(Path) use NIO APIs underneath and support
    non-default file systems, but otherwise make its observable behavior
    identical to FileSystemResolver(path.toFile()), including corner cases.
    
    Add tests demonstrating current behavior of ClasspathResolver and
    FileSystemResolver, even when that behavior is questionable.
    michaelhixson authored and spullara committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    586fe80 View commit details
    Browse the repository at this point in the history
Loading