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: gulp-community/gulp-livereload
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.8.1
Choose a base ref
...
head repository: gulp-community/gulp-livereload
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.2
Choose a head ref
  • 16 commits
  • 10 files changed
  • 9 contributors

Commits on Apr 15, 2015

  1. Update README.md

    This is my best attempt at making this option description comprehensible.
    bigtiger committed Apr 15, 2015
    Configuration menu
    Copy the full SHA
    314344a View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2015

  1. Configuration menu
    Copy the full SHA
    fc39c77 View commit details
    Browse the repository at this point in the history
  2. update README.md

    Clear up usage. fixes #88.
    cyrusdavid committed Sep 26, 2015
    Configuration menu
    Copy the full SHA
    7fc51e9 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2015

  1. Configuration menu
    Copy the full SHA
    6e58e67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbf71b1 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2018

  1. Eemove deprecated gulp-util (#127)

    zbennett10 authored and demurgos committed Aug 18, 2018
    Configuration menu
    Copy the full SHA
    f7eeeba View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2018

  1. Update minimum supported Node version to Node 6

    This commit defines the support policy of `gulp-livereload`. This plugin targets officially maintained Node versions. It currently covers the versions 6, 8, and 10.
    demurgos committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    5af4318 View commit details
    Browse the repository at this point in the history
  2. Generate new certificate for HTTPS tests

    Node 10 rejected the previous certificate because the key was too short. This commit generates a new certificate with a longer key (4096 bits).
    demurgos committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    e3be670 View commit details
    Browse the repository at this point in the history
  3. Replace mini-lr dependency by tiny-lr

    `mini-lr` is no longer maintained. This commit replaces it by `tiny-lr`, a drop-in replacement.
    demurgos committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    909c139 View commit details
    Browse the repository at this point in the history
  4. Update dependencies

    Closes #131
    Tim Wright authored and demurgos committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    0a3f940 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    in line 98 , correct the word 'immediately',
    SPxiaomin authored and demurgos committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    85e7ca0 View commit details
    Browse the repository at this point in the history
  6. 4.0.0

    - **[Breaking change]** Update supported Node version to Node 6. The support
      policy is to target maintained Node versions.
    - **[Fix]** Update dependencies, remove deprecated dependencies
    - **[Internal]** Create `CHANGELOG.md`
    demurgos committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    1bc67fa View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2018

  1. Fix potential vulnerability

    pataar authored and demurgos committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    4f331b4 View commit details
    Browse the repository at this point in the history
  2. 4.0.1

    - **[Security Fix]** Pin dependency `event-stream` to version `3.3.4` ([#140](#140))
    demurgos committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    b096453 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2019

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

Commits on Sep 17, 2019

  1. v4.0.2

    cyrusdavid committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    cb0cc2b View commit details
    Browse the repository at this point in the history
Loading