Skip to content
This repository has been archived by the owner on Jul 31, 2022. It is now read-only.

4.0.0

Compare
Choose a tag to compare
@release-drafter release-drafter released this 31 Oct 16:23
· 44 commits to main since this release
a0a4364

Changes

⭐ New Features

  • Optimize MODLOAD (removed WATCHLOAD) and Add CACHELOAD. #107 (@Katsute)
  • Add multipart/form-data class. Fixed map issue. #105 (@Katsute)
  • Add method to send files. #102 (@Katsute)
  • Convert simplehttpserver to a modular project. #98 (@Katsute)

🔧 Optimizations

  • Optimize MODLOAD (removed WATCHLOAD) and Add CACHELOAD. #107 (@Katsute)
  • Add multipart/form-data class. Fixed map issue. #105 (@Katsute)
  • Upgrade tests to JUnit5 #104 (@Katsute)
  • Use JUnit for temporary folders and files. #101 (@Katsute)
  • Convert simplehttpserver to a modular project. #98 (@Katsute)

📄 Documentation

  • Optimize MODLOAD (removed WATCHLOAD) and Add CACHELOAD. #107 (@Katsute)

🐞 Bug Fixes

  • Fix missing quotes around toString string. #109 (@Katsute)
  • Add multipart/form-data class. Fixed map issue. #105 (@Katsute)

📘 Dependencies