LiveServer.jl

Simple development server with live-reload capability for Julia.

MIT License

Stars
139
Committers
19

Bot releases are visible (Hide)

LiveServer.jl - v1.3.1 Latest Release

Published by github-actions[bot] 6 months ago

LiveServer v1.3.1

Diff since v1.3.0

LiveServer.jl - v1.3.0

Published by github-actions[bot] 6 months ago

LiveServer v1.3.0

Diff since v1.2.7

Merged pull requests:

  • fix infinite loops for custom folder and buildfolder (#175) (@cserteGT3)
  • Allow letting the docs build to fail with servedocs() (#176) (@JamesWrigley)
  • Remove port between 8000 and 9000 restriction (#177) (@fonsp)

Closed issues:

  • servedocs updates site continuously (#174)
LiveServer.jl - v1.2.7

Published by github-actions[bot] about 1 year ago

LiveServer v1.2.7

Diff since v1.2.6

Merged pull requests:

  • cleaning up loggingextras (#172) (@tlienart)
LiveServer.jl - v1.2.6

Published by github-actions[bot] about 1 year ago

LiveServer v1.2.6

Diff since v1.2.5

LiveServer.jl - v1.2.5

Published by github-actions[bot] over 1 year ago

LiveServer v1.2.5

Diff since v1.2.4

Merged pull requests:

  • Finally properly address the annoying HTTP broken pipe stuff (#171) (@tlienart)
LiveServer.jl - v1.2.4

Published by github-actions[bot] over 1 year ago

LiveServer v1.2.4

Diff since v1.2.3

LiveServer.jl - v1.2.3

Published by github-actions[bot] over 1 year ago

LiveServer v1.2.3

Diff since v1.2.2

Merged pull requests:

  • Getting rid of spurious logging messages from HTTP (#170) (@tlienart)
LiveServer.jl - v1.2.2

Published by github-actions[bot] over 1 year ago

LiveServer v1.2.2

Diff since v1.2.1

Closed issues:

  • Infinity loop with Literate (#165)

Merged pull requests:

  • fixes for skip dir and adjustment to the docs (#169) (@tlienart)
LiveServer.jl - v1.2.1

Published by github-actions[bot] over 1 year ago

LiveServer v1.2.1

Diff since v1.2.0

Closed issues:

  • I wish Ctrl+C worked (#164)
  • Working with Literate? (#166)

Merged pull requests:

  • closes #i165 + doc update (#167) (@tlienart)
LiveServer.jl - v1.2.0

Published by github-actions[bot] over 1 year ago

LiveServer v1.2.0

Diff since v1.1.3

Merged pull requests:

  • Add include_files option to servedocs (#163) (@fredrikekre)
LiveServer.jl - v1.1.3

Published by github-actions[bot] over 1 year ago

LiveServer v1.1.3

Diff since v1.1.2

Merged pull requests:

  • Also apply dark theme on 404 pages (#162) (@mortenpi)
LiveServer.jl - v1.1.2

Published by github-actions[bot] over 1 year ago

LiveServer v1.1.2

Diff since v1.1.1

Closed issues:

  • Add fallback for Linux for open_in_default_browser (#157)
  • relative path of dirs locally vs. in deployment in index.md (#158)

Merged pull requests:

  • fixes for 404 (#161) (@tlienart)
LiveServer.jl - v1.1.1

Published by github-actions[bot] over 1 year ago

LiveServer v1.1.1

Diff since v1.1.0

Closed issues:

  • Where is detectwsl() defined? (#155)

Merged pull requests:

  • patch for #155 (#156) (@tlienart)
LiveServer.jl - v1.1.0

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

LiveServer v1.1.0

Diff since v1.0.3

Merged pull requests:

  • Add include_dirs to servedocs (#154) (@fredrikekre)
LiveServer.jl - v1.0.3

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

LiveServer v1.0.3

Diff since v1.0.2

Closed issues:

  • LiveServer not rendering mp4 videos in Safari (#151)

Merged pull requests:

  • Support Range requests (#153) (@fonsp)
LiveServer.jl - v1.0.2

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

LiveServer v1.0.2

Diff since v1.0.1

LiveServer.jl - v1.0.1

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

LiveServer v1.0.1

Diff since v1.0.0

Closed issues:

  • Redirect to URL with trailing slash if directory (#135)

Merged pull requests:

  • n-th attempt at fixing 135 (#150) (@tlienart)
LiveServer.jl - v1.0.0

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

LiveServer v1.0.0

Diff since v0.9.2

Closed issues:

  • If port already in use, increment the port (#139)
  • Silent crash in servedocs (#143)

Merged pull requests:

  • bringing in http1 changes (#146) (@tlienart)
LiveServer.jl - v0.9.2

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

LiveServer v0.9.2

Diff since v0.9.1

LiveServer.jl - v0.9.1

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

LiveServer v0.9.1

Diff since v0.9.0

Closed issues:

  • Redirect to URL with trailing slash if directory (#135)

Merged pull requests:

  • Support skip_files to ignore specific files. (#142) (@fredrikekre)
  • closes #135 (more or less) (#144) (@tlienart)