Skip to content
This repository was archived by the owner on Dec 6, 2025. It is now read-only.

v0.3.8

Choose a tag to compare

@hexaredecimal hexaredecimal released this 23 Nov 19:54
· 8 commits to main since this release
 ██████╗██╗     █████╗████████████╗   ██╗██████╗██╗    ███████████████╗██╗  ██╗
  ██╔══████║    ██╔══██╚══███╔██████╗  ████╔════╝██║    ████╔════██╔══██╚██╗██╔╝
  ██████╔██║    ███████║ ███╔╝████╔██╗ ████║  █████║ █╗ ███████╗ ██████╔╝╚███╔╝
  ██╔══████║    ██╔══██║███╔╝ ████║╚██╗████║   ████║███╗████╔══╝ ██╔══██╗██╔██╗
  ██████╔█████████║  █████████████║ ╚████╚██████╔╚███╔███╔█████████████╔██╔╝ ██╗
  ╚═════╝╚══════╚═╝  ╚═╚══════╚═╚═╝  ╚═══╝╚═════╝ ╚══╝╚══╝╚══════╚═════╝╚═╝  ╚═╝
                                        0.3.8
                https://github.com/hexaredecimal/BlazingWebX
                        https://blazingwebx.onrender.com

What has changed?

  • Took inspiration from SpringBoot and changed the main entry point to run instead if createServer.
  • Adds a new method setThreadCount to change the requests from single-threaded to multithreaded.
  • Adds UPDATE, DELETE and SET statements to SQL.
  • Deprecated addChild and addChildren in favour of an overloaded add method.
  • Use the MIT LICENSE for the project from this version.
  • Bug fixes on the FileSystem class

Full Changelog: 0.3.0...0.3.8