Skip to content

Releases: napcs/node-livereload

0.9.3

18 Mar 21:25
Compare
Choose a tag to compare

0.9.2

05 Mar 22:48
Compare
Choose a tag to compare
  • Server: Added filesToReload option to specify a list of filenames that should trigger the reload, rather than relying on extensions alone.
  • CLI: You can use the -f or --filesToReload option with the command line tool to specifiy filenames that should trigger a reload.
  • CLI: The file path is no longer fixed to a specific position in the arguments list
  • CLI: You no longer need to specify the file path when using additional arguments
  • CLI: You can use the -op or --originalpath option with the command line tool instead of writing your own server.
  • CLI: The help screen displays more accurate option descriptions.
  • Tests: Added more specific tests to ensure that refresh is called in various scenarios.
  • Other: Removed Cakefile as Cake is no longer needed. Use npm run tests and npm run build instead.
  • Dependencies: Updated chokidar dependency to 3.5.1
  • Dependencies: Updated livereload-js dependency to 3.3.1
  • Dependencies: Updated ws dependency to 7.4.3