Skip to content

Latest commit

Β 

History

History
241 lines (138 loc) Β· 11 KB

CHANGELOG.md

File metadata and controls

241 lines (138 loc) Β· 11 KB

Changelog

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

[0.14.0] - 2025-02-13

Bug Fixes

  • Annotations being wrong (4ef8bf3)

Documentation

  • Added documentation for the FileIO (f871c43)

Features

  • Added chdir, exists, create_dir and create_dir_all (479f9ab)
  • Added remove, remove dir, and metadata functions (7bb4152)
  • Added annotations for read dir (d4f7fee)
  • Added import to the global context (6ea4b64)
  • Added basic relative imports and filesystem functions (142330c)

Miscellaneous Tasks

[0.13.0] - 2025-02-01

Features

[0.12.2] - 2025-01-30

Features

  • Upload files with http client and save multipart files with uploaded filename (3fbeced)

[0.12.0] - 2025-01-30

Documentation

  • Updated docs on the dotenv load order and global function (b62794f)

Features

  • Moved dotenv to a native library (55b0086)

[0.11.1] - 2025-01-29

Bug Fixes

  • The startup function was not registered correctly (05d2373)

[0.11.0] - 2025-01-29

Documentation

  • Added documentation for Crypto utility (dfc0fc6)

Features

  • Added function signatures on Lua as well (c13087a)
  • Added base64 support (02f48c4)
  • First edition of LuaCrypto (20a55ae)

[0.10.2] - 2025-01-28

Bug Fixes

  • #22 export-bundle command did not execute (5efd527)

[0.10.1] - 2025-01-28

Features

  • Now build with core and full version of Astra (c81bd67)

Miscellaneous Tasks

  • Updated doc (65a2a8e)
  • Moved everything into workspace structure (04ff6e4)
  • Updated README.md with new syntax (c346198)

[0.10.0] - 2025-01-27

Fix

  • #19 and introducing more types (c95a4ac)

[0.8.0] - 2025-01-23

Documentation

  • Updated documentation on the new HTTP client (7d7b29a)

Features

  • Updated lua bundle for the new http client (c7ebb12)
  • Revamped HTTP client is complete (1f3e9ac)
  • Major redesign of the http client (0997bb9)

[0.7.3] - 2025-01-22

Miscellaneous Tasks

[0.7.2] - 2025-01-22

Bug Fixes

  • #9 (bfcbfe6)
  • #3, added extensive documentation on the website (7fece9e)
  • #6 added refereces to other languages (d9028bb)

Documentation

  • Utilities section has been documented (8aeef7a)
  • Added schema validation docs and added single type arrays support (f2b955b)
  • Finished the basic usage section (ad85abf)

Miscellaneous Tasks

  • Added banner to the README (873abdb)
  • Cleaned up unneeded context references (41114e8)
  • Added banner (a5ace95)

[0.7.1] - 2025-01-13

Bug Fixes

[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

[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)