🌐 AI搜索 & 代理 主页
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: toddmotto/echo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.7.2
Choose a base ref
...
head repository: toddmotto/echo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 13 commits
  • 8 files changed
  • 9 contributors

Commits on Jul 21, 2015

  1. fix dodgy main

    Jonathan Fielding committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    3d2ad19 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2015

  1. + npm install cmd to readme

    Thomas Heck committed Aug 3, 2015
    Configuration menu
    Copy the full SHA
    1fc6f58 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2015

  1. removed img from selector data-echo

    Now echo can be used for any element that supports the src attribute
    jebaird committed Sep 18, 2015
    Configuration menu
    Copy the full SHA
    341f5d5 View commit details
    Browse the repository at this point in the history
  2. added context argument to render

    allows only loading of elements in a container
    jebaird committed Sep 18, 2015
    Configuration menu
    Copy the full SHA
    e17db0f View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2015

  1. Merge pull request #90 from t128/master

    + npm install cmd to readme
    jonathan-fielding committed Oct 21, 2015
    Configuration menu
    Copy the full SHA
    440f35f View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2015

  1. add a bower.json per bower spec, update gitignore

    shivanyshenoy authored and shivanyshenoy committed Nov 15, 2015
    Configuration menu
    Copy the full SHA
    853faf3 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2016

  1. chore: Update dist to 1.7.3

    toddmotto committed Jan 22, 2016
    Configuration menu
    Copy the full SHA
    e2398a7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #96 from shivanykshenoy/master

    feat: Add bower.json, update gitignore
    toddmotto committed Jan 22, 2016
    Configuration menu
    Copy the full SHA
    008ee35 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2016

  1. Merge pull request #94 from Ontraport/master

    feat: add context and allow for other elements besides img
    toddmotto authored Aug 19, 2016
    Configuration menu
    Copy the full SHA
    74a96b3 View commit details
    Browse the repository at this point in the history
  2. feat: Avoid setting elem.src if unchanged (#113)

    * Avoid setting elem.src if unchanged
    
    Helps with non-img elements on Firefox.
    Prevents reloading on scroll.
    
    * lint: single-quoted strings
    
    * dist: update with latest source
    talklittle authored and toddmotto committed Aug 19, 2016
    Configuration menu
    Copy the full SHA
    a34d60c View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2016

  1. Added MIT license as file (#115)

    Add the license ass file, because suddenly Github displays the license at the top of the library, it helps to get it faster.
    
    ![](https://s17.postimg.org/bepaz1dgf/Untitled.png)
    beto-rodriguez authored and toddmotto committed Sep 13, 2016
    Configuration menu
    Copy the full SHA
    058dffd View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. fix: package.json to reduce vulnerabilities

    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-USERAGENT-8309369
    snyk-bot committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    57af47d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #169 from toddmotto/snyk-fix-87ac65644647ecaeb70e0…

    …ce7d5c625c1
    
    [Snyk] Security upgrade karma from 0.12.37 to 5.0.0
    jonathan-fielding authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    bf74b5c View commit details
    Browse the repository at this point in the history
Loading