Thanks to visit codestin.com
Credit goes to github.com

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: github/template-parts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.7.0
Choose a base ref
...
head repository: github/template-parts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 6 commits
  • 3 files changed
  • 3 contributors

Commits on Dec 13, 2024

  1. Add test coverage for both built-in processor strategies

    Existing test coverage lacked tests that exercised _both_
    the default `processPropertyIdentity` strategy alongside the optional
    `propertyIdentityOrBooleanAttribute` strategy.
    
    This commit doesn't contain any implementation changes, but broadens
    test coverage instead.
    seanpdoyle committed Dec 13, 2024
    Configuration menu
    Copy the full SHA
    4e442b7 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2024

  1. Export InnerTemplatePart

    Add an entry to the `src/index.ts` to export the new
    `InnerTemplatePart`.
    
    Since consumers are most likely to import `TemplateInstance`, change the
    `test/template-instance.ts` test file to import properties from the
    module in a way that more closely resembles the end-user consumer
    experience.
    seanpdoyle committed Dec 14, 2024
    Configuration menu
    Copy the full SHA
    8e84757 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #78 from seanpdoyle/exports

    Export `InnerTemplatePart`
    keithamus authored Dec 14, 2024
    Configuration menu
    Copy the full SHA
    4e11d16 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2024

  1. Merge pull request #77 from seanpdoyle/add-test-coverage

    Add test coverage for both built-in processor strategies
    keithamus authored Dec 15, 2024
    Configuration menu
    Copy the full SHA
    65aa8f5 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2025

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

Commits on Jan 14, 2025

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