All notable changes to this project will be documented in this file.
- Annotations being wrong (4ef8bf3)
- Added documentation for the FileIO (f871c43)
- 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)
- Updated version (ae479cf)
- Upload files with http client and save multipart files with uploaded filename (3fbeced)
- Updated docs on the dotenv load order and global function (b62794f)
- Moved dotenv to a native library (55b0086)
- The startup function was not registered correctly (05d2373)
- Added documentation for Crypto utility (dfc0fc6)
- Added function signatures on Lua as well (c13087a)
- Added base64 support (02f48c4)
- First edition of LuaCrypto (20a55ae)
- #22 export-bundle command did not execute (5efd527)
- Now build with core and full version of Astra (c81bd67)
- Updated doc (65a2a8e)
- Moved everything into workspace structure (04ff6e4)
- Updated README.md with new syntax (c346198)
- #19 and introducing more types (c95a4ac)
- Updated documentation on the new HTTP client (7d7b29a)
- Updated lua bundle for the new http client (c7ebb12)
- Revamped HTTP client is complete (1f3e9ac)
- Major redesign of the http client (0997bb9)
- Updated the lua bundle (7e5a0d5)
- #9 (bfcbfe6)
- #3, added extensive documentation on the website (7fece9e)
- #6 added refereces to other languages (d9028bb)
- Utilities section has been documented (8aeef7a)
- Added schema validation docs and added single type arrays support (f2b955b)
- Finished the basic usage section (ad85abf)
- Added banner to the README (873abdb)
- Cleaned up unneeded context references (41114e8)
- Added banner (a5ace95)
- #7 (ef7317e)
- 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)
- Added multipart support (7778e8a)
- Changed Makefile into a lua script for better automation (eec31fa)
- Update version (553a9c9)
- Added async tasks throughg tokio tasks (97bcba8)
- Added async task client http request support (9ea6cfa)
- Updated dependencies and now Windows releases are supported (577671c)
- Removed caches from GH Actions (3b0308c)
- Added responses (c94b9f7)
- The body now can have text or json processed (9041831)
- Fixed parse_query and added table schema validation (2dc0ddf)
- #2 (30ee5f5)
- Updated the versions (c556150)
- Attempt at chmod during build (56172b3)
- Dotenv and pretty print (013a0d1)
- 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)
- Added static routes and compression (0bd553b)
- Updated versions (a53971e)
- Updated version (167d323)
- 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)