Skip to content

Latest commit

 

History

History
128 lines (75 loc) · 6.14 KB

CHANGELOG.md

File metadata and controls

128 lines (75 loc) · 6.14 KB

Changelog

All notable changes to this project will be documented in this file.

[0.7.0] - 2025-01-07

Documentation

  • Added basic documentation and guides (f15be4d)
  • Updated the links in the page (f572b38)
  • Updated to add versioning and a main page (709b9d0)
  • Started writing documentation for the project (caed6d5)

Features

  • Added multipart support (7778e8a)
  • Changed Makefile into a lua script for better automation (eec31fa)

Miscellaneous Tasks

[unreleased]

Documentation

  • Added basic documentation and guides (f15be4d)
  • Updated the links in the page (f572b38)
  • Updated to add versioning and a main page (709b9d0)
  • Started writing documentation for the project (caed6d5)

Features

  • Added multipart support (7778e8a)
  • Changed Makefile into a lua script for better automation (eec31fa)

Miscellaneous Tasks

[0.6.0] - 2025-01-05

Features

  • Added async tasks throughg tokio tasks (97bcba8)

[0.5.0] - 2025-01-01

Features

  • Added async task client http request support (9ea6cfa)

Miscellaneous Tasks

  • Updated dependencies and now Windows releases are supported (577671c)
  • Removed caches from GH Actions (3b0308c)

[0.4.0] - 2024-12-29

Features

  • Added responses (c94b9f7)
  • The body now can have text or json processed (9041831)
  • Fixed parse_query and added table schema validation (2dc0ddf)

[0.3.5] - 2024-12-27

Bug Fixes

Miscellaneous Tasks

[0.3.4] - 2024-12-27

Miscellaneous Tasks

  • Attempt at chmod during build (56172b3)

[0.3.3] - 2024-12-26

Features

  • Dotenv and pretty print (013a0d1)

[0.3.2] - 2024-12-26

Features

  • Compression layer is now included but optionally enabled through settings (216eb9e)
  • Added static_file serving support (721510f)
  • Optional compression and added new route methods (ae7b01e)

[0.3.0] - 2024-12-24

Features

  • Added static routes and compression (0bd553b)

Miscellaneous Tasks

[0.2.0] - 2024-12-24

Features

  • Postgresql support added (5d4a941)
  • Added database and examples (512dd38)

Miscellaneous Tasks

[0.1.0] - 2024-12-23

Features

  • Added bundle export option (cccc13c)
  • Added version (126361c)
  • Added workflow and cleaned up the source code (161ba3b)
  • Improved request methods (c9b95d4)
  • Added license and description (82819f9)
  • Performance improved and added README (3860a22)
  • Added requests information (132a6d0)
  • Workable version with returns (dce9274)