LiveServer.jl

Simple development server with live-reload capability for Julia.

MIT License

Stars
139
Committers
19

Bot releases are visible (Hide)

LiveServer.jl - v0.9.0

Published by github-actions[bot] over 2 years ago

LiveServer v0.9.0

Diff since v0.8.3

Merged pull requests:

  • WIP: Upgrade to HTTP.jl version 1.0. (#141) (@fredrikekre)
LiveServer.jl - v0.8.3

Published by github-actions[bot] over 2 years ago

LiveServer v0.8.3

Diff since v0.8.2

Merged pull requests:

  • add parent directory button (#138) (@zsz00)
LiveServer.jl - v0.8.2

Published by github-actions[bot] over 2 years ago

LiveServer v0.8.2

Diff since v0.8.1

LiveServer.jl - v0.8.1

Published by github-actions[bot] over 2 years ago

LiveServer v0.8.1

Diff since v0.8.0

LiveServer.jl - v0.8.0

Published by github-actions[bot] over 2 years ago

LiveServer v0.8.0

Diff since v0.7.4

Closed issues:

  • Unsecure websocket connection (#2)

Merged pull requests:

  • Mention installing LiveServer globally in docs (#133) (@rikhuijzer)
  • Use MIMEs.jl (#134) (@fonsp)
LiveServer.jl - v0.7.4

Published by github-actions[bot] over 2 years ago

LiveServer v0.7.4

Diff since v0.7.3

LiveServer.jl - v0.7.3

Published by github-actions[bot] over 2 years ago

LiveServer v0.7.3

Diff since v0.7.2

LiveServer.jl - v0.7.2

Published by github-actions[bot] over 2 years ago

LiveServer v0.7.2

Diff since v0.7.1

Closed issues:

  • Allow index-free serve (show dir) (#92)
LiveServer.jl - v0.7.1

Published by github-actions[bot] almost 3 years ago

LiveServer v0.7.1

Diff since v0.7.0

Merged pull requests:

  • Fix isfile failure issue (#129) (@emstoudenmire)
LiveServer.jl - v0.7.0

Published by github-actions[bot] over 3 years ago

LiveServer v0.7.0

Diff since v0.6.6

Closed issues:

  • Specific file is not watched (#125)
  • [FR] Option to watch more directories in servedocs (#126)

Merged pull requests:

  • Fixes to servedocs (+minor release) (#127) (@tlienart)
LiveServer.jl - v0.6.6

Published by github-actions[bot] over 3 years ago

LiveServer v0.6.6

Diff since v0.6.5

Closed issues:

  • Callback on browser request (#119)

Merged pull requests:

  • Add preprocessrequest argument to serve (#123) (@lorenzoh)
LiveServer.jl - v0.6.5

Published by github-actions[bot] over 3 years ago

LiveServer v0.6.5

Diff since v0.6.4

Merged pull requests:

  • Sort mimes alphabetically (#120) (@fonsp)
  • allow_cors option (#121) (@fonsp)
  • Add test for content-type header (#122) (@fonsp)
LiveServer.jl - v0.6.4

Published by github-actions[bot] over 3 years ago

LiveServer v0.6.4

Diff since v0.6.3

Merged pull requests:

  • Use WSS protocol when accessing LiveServer over HTTPS (#118) (@ffevotte)
LiveServer.jl - v0.6.3

Published by github-actions[bot] over 3 years ago

LiveServer v0.6.3

Diff since v0.6.2

Closed issues:

  • Confused with paths and script files (#115)

Merged pull requests:

  • host and port kwargs for servedocs (#117) (@cserteGT3)
LiveServer.jl - v0.6.2

Published by github-actions[bot] over 3 years ago

LiveServer v0.6.2

Diff since v0.6.1

Merged pull requests:

  • Call include with absolute path (#116) (@cserteGT3)
LiveServer.jl - v0.6.1

Published by github-actions[bot] over 3 years ago

LiveServer v0.6.1

Diff since v0.6.0

Closed issues:

  • Julia lexer for editor (#113)

Merged pull requests:

  • Suggestion for 404 error text (#114) (@fonsp)
LiveServer.jl - v0.6.0

Published by github-actions[bot] almost 4 years ago

LiveServer v0.6.0

Diff since v0.5.7

LiveServer.jl - v0.5.7

Published by github-actions[bot] about 4 years ago

LiveServer v0.5.7

Diff since v0.5.6

Closed issues:

  • LiveServer.serve redirects /page/?query=string to /page/?query=string/ (#110)

Merged pull requests:

  • Fix redirection and file path handling for URL with query strings (#111) (@tkf)
LiveServer.jl - v0.5.6

Published by github-actions[bot] about 4 years ago

LiveServer v0.5.6

Diff since v0.5.5

Closed issues:

  • Allow serve single file (#108)

Merged pull requests:

  • support launching browser (#109) (@Roger-luo)
LiveServer.jl - v0.5.5

Published by github-actions[bot] about 4 years ago

LiveServer v0.5.5

Diff since v0.5.4

Merged pull requests:

  • add buildfoldername kwarg to servedocs (#104) (@cserteGT3)