Skip to content

Releases: livereload/livereload-js

2.4.0

07 Dec 19:53
Compare
Choose a tag to compare
  • fix host detection when not serving from root (thx @SparshithNR)
  • version number in build is generated from package.json

2.3.0

15 Jan 21:08
Compare
Choose a tag to compare
  • Add reloadMissingCSS option (thx @STRML)
  • Fix URL splitting (thx @keelii)
  • Reload on CSS sourcemap change (thx @olsonpm)
  • Add isChromeExtension option (thx @aristidesfl)
  • Add path option (thx @chrmod)

2.2.3

14 Jan 11:49
Compare
Choose a tag to compare
  • Fix missing require of ProtocolError (thanks @bep)
  • Fix package.json URLs (thanks @shama)

2.2.1

27 Dec 15:44
Compare
Choose a tag to compare
  • npm fix: actually include /lib in the package

2.2.0

27 Dec 15:44
Compare
Choose a tag to compare
  • the first version stitched with Browserify; everything seems to work, but 2.1.0 is available just in case
  • switched the build system to Grunt

2.1.0

27 Dec 15:44
Compare
Choose a tag to compare
  • use case-insensitive matching for rel attribute in <link rel="stylesheet"> tags, to accommodate legacy Rails versions
  • avoid usage of console when it's not defined
  • some README changes

2.0.8

27 Dec 15:45
Compare
Choose a tag to compare
  • Fix live CSS refresh to work with prefixfree
  • Correctly trigger removal of old <link> tags