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: knadh/indexed-cache
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.1
Choose a base ref
...
head repository: knadh/indexed-cache
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.0
Choose a head ref
  • 10 commits
  • 5 files changed
  • 3 contributors

Commits on Sep 1, 2021

  1. Add missing dist directory

    knadh committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    9f574ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c6c3d3 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2021

  1. typo fix

    rake7h authored Sep 4, 2021
    Configuration menu
    Copy the full SHA
    ed19b32 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2021

  1. Merge pull request #3 from rake7h/patch-2

    typo fix
    knadh authored Sep 5, 2021
    Configuration menu
    Copy the full SHA
    4d4f4a4 View commit details
    Browse the repository at this point in the history
  2. fix: typo

    abhinavxd committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    9c602ae View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2021

  1. Merge pull request #4 from abhinavxd/fix-typo

    fix: typo
    knadh authored Sep 6, 2021
    Configuration menu
    Copy the full SHA
    178c189 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a7a5a3 View commit details
    Browse the repository at this point in the history
  3. Make load() support multiple calls

    - All tags that are processed are marked with data-indexed=true
      to prevent further processing.
    - Allow load() to be called as many times to process new elements
      on the page.
    knadh committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    7ddeceb View commit details
    Browse the repository at this point in the history
  4. Fix logging of non-error

    knadh committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    9f63130 View commit details
    Browse the repository at this point in the history
  5. Bump version

    knadh committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    7b7b250 View commit details
    Browse the repository at this point in the history
Loading