Skip to content

Releases: ducng99/goserve

v0.5.0

11 Apr 09:32
Compare
Choose a tag to compare

[0.5.0] - 2024-04-11

⛰️ Features

  • Added small custom style to index page
  • Added new index page theme
  • Added assets handler

v0.4.1

07 Apr 12:17
Compare
Choose a tag to compare

[0.4.1] - 2024-04-07

🐛 Bug Fixes

  • Fixed not using previously generated self-signed certs

🧪 Testing

  • (ssl) Added test saving keys

⚙️ Miscellaneous Tasks

  • Changed displaying file size to SI format

v0.4.0

07 Apr 10:52
Compare
Choose a tag to compare

[0.4.0] - 2024-04-07

⛰️ Features

  • Added HTTPS server support

🧪 Testing

  • Updated test to match refactored signature

⚙️ Miscellaneous Tasks

  • (actions) Only run tests on code changes
  • (actions) Also run build in test action
  • (actions) Remove running test when on change

v0.3.3

07 Apr 07:51
Compare
Choose a tag to compare

[0.3.3] - 2024-04-07

⛰️ Features

  • Added CORS headers option
  • Log request earlier and add no. written bytes

🚜 Refactor

  • Moved server to internal/
  • Moved directory handler to its own file

🧪 Testing

  • Run tests on every push to main branch

⚙️ Miscellaneous Tasks

  • Simplify color rendering, remove gookit/color as dependency

v0.3.2

06 Apr 12:41
Compare
Choose a tag to compare

[0.3.2] - 2024-04-06

⛰️ Features

  • Added logging without colors flag

🐛 Bug Fixes

  • Fixed CSP headers too strict
  • Fixed arg parsing IPv6 host without port

v0.3.1

06 Apr 09:17
Compare
Choose a tag to compare

[0.3.1] - 2024-04-06

🐛 Bug Fixes

  • Fixed missing generated-templ go file

v0.3.0

06 Apr 09:07
Compare
Choose a tag to compare

[0.3.0] - 2024-04-06

🐛 Bug Fixes

  • Fixed cannot use hostname to start server

🚜 Refactor

  • Moved serve to its own module

v0.2.0

06 Apr 05:34
Compare
Choose a tag to compare
feat: Added more info to directory view

Fixed incorrect URL in dir view

v0.1.0

05 Apr 23:38
Compare
Choose a tag to compare
Add missing files