Releases: livereload/livereload-js
Releases · livereload/livereload-js
2.4.0
- fix host detection when not serving from root (thx @SparshithNR)
- version number in build is generated from package.json
2.3.0
- 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
- Fix missing require of ProtocolError (thanks @bep)
- Fix package.json URLs (thanks @shama)
2.2.1
- npm fix: actually include
/lib
in the package
2.2.0
- 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
- 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
- Fix live CSS refresh to work with prefixfree
- Correctly trigger removal of old
<link>
tags