Skip to content

Latest commit

Β 

History

History
1088 lines (643 loc) Β· 60.8 KB

File metadata and controls

1088 lines (643 loc) Β· 60.8 KB

Changelog

All notable changes to this project will be documented in this file. See conventional commits for commit guidelines.

0.45.3 - 2026-03-03

Bug Fixes

  • templating is now not breaking due to regex - (c36d803)

Refactoring

  • [breaking] moved regex from global to validation.regex - (97b900c)
  • removed database closing at the end of the script - (6d625e3)

0.45.1 - 2026-03-01

Bug Fixes

  • http request table style working now without headers - (a7893e2)

0.45.0 - 2026-02-28

Features

  • #130 - added support for checking if current script is the original script that was ran - (926a811)
  • added sleep function to datetime - (fcbecac)

0.44.0 - 2026-02-22

Refactoring

  • removed pprintln as it was unnecessary and broke a lot of - (6cdad66)

0.43.0 - 2026-02-21

Bug Fixes

  • use clang instead of gcc for - (9573fe0)
  • pprint and pprintln now printing tables correctly - (8f4e60a)

Features

  • (cli) add -e flag to execute code from command line - (2f687e7)
  • (http) add optional headers to static_dir and static_file routes (#146) - (1712149)
  • [breaking] moved jinja2 to templates - (2b94613)
  • markdown support - (14fa6ed)
  • databases now automatically close at the end of the script - (67ef842)

0.42.0 - 2026-02-15

Features

  • (http) return raw binary for Lua table byte arrays in route responses - (88f743f)
  • added Lua 5.5 support - (0dd6718)
  • added pprintln function, as an auto line breaking version of pprint - (0dd6718)
  • Datetime Quality of Life (#150) - (b385b91)

Miscellaneous Chores

  • updated all dependencies - (0dd6718)

Refactoring

  • removed the docs from uploading on release - (9b092fb)

0.41.0 - 2026-02-08

Bug Fixes

  • #140 added shebang support - (921ff2f)

Refactoring

  • removed the prebuild docs from here. added docs build and - (783995c)
  • upload to releases - (783995c)

0.40.1 - 2026-01-19

Bug Fixes

  • docs CI failing when one dependency fails - (e0de397)

Documentation

  • fix builds and moved to mdbook 0.5 - (3526309)

Features

0.40.0 - 2026-01-19

Bug Fixes

  • the datetime_new was exposed to global - (f7a336a)

Features

  • support multiple arguments in pprint (#138) - (a47ccad)
  • sqlite extensions - (c447b9f)

Refactoring

  • omit the use of vectors in pprint - (b4a1d85)

0.39.3 - 2025-12-28

Features

0.39.2 - 2025-12-27

Bug Fixes

  • CI now saves cache properly - (8c1bc1b)
  • Add newline in astra export cli output (#133) - (5f47bf2)
  • type definitions for http.lua was restored what was lost - (bfac6d6)

Features

  • added correct self requirement for HTTPResponse - (5543ce4)
  • HTTP servers can now accept normal forms - (274d1ba)

0.39.1 - 2025-12-19

Bug Fixes

  • DB Pragma Query now returns proper lua nil when NULL value - (86fa86e)
  • imports the .init files correctly now - (36f33db)

Refactoring

  • removed windows ARM builds as its not supported with vendoring yet - (455a544)

0.39.0 - 2025-12-18

Features

  • database pragma queries, fix: #132 - (5112237)

0.38.0 - 2025-12-14

Bug Fixes

  • linux minor updates to README - (191e034)
  • potential HTTP client JSON serialization fix for requests - (edc1550)
  • #123 - now teal export is optional - (24404ba)
  • fix CI for docs - (19a9462)

Documentation

  • now automatically installs and builds the docs - (c6c0924)
  • added cache to docs ci - (48d107c)
  • updated README to reflect the description better. fix: #121 - (80bf314)

Features

  • added fallback routes, fix #125 - (044c6c9)
  • add support for server redirects. fix #127 - (5bb7d32)
  • now init.lua or init.tl can be ran as default if no filename is provided. fix: #119 - (e145040)
  • added MacOS, ARM, and RISC-V support for compilation. fix #116 - (3af6f3d)
  • now upgrade command can detect new architecture and OS - (d0c6f01)

0.37.1 - 2025-11-23

Bug Fixes

  • error messages displayed correctly - (1bc37af)
  • #108 - Luau now works - (7a8ff02)
  • import paths interopability - (2d41954)

0.37.0 - 2025-11-21

Bug Fixes

  • teal check with the new path system - (75a5d79)
  • #118 - Teal running only when needed - (27e3ddf)

Features

  • added compression ability to each route - (5d0062c)
  • added major serde targets - (78b4928)
  • added types for serde types - (13a38d4)
  • added support for csv - (5ee17e8)
  • added xml support - (e1028de)

Refactoring

  • moved client.rs to its own directory - (b3917e0)

0.36.0 - 2025-11-11

Features

  • websocket client added - (9774fe9)

Refactoring

0.35.0 - 2025-11-08

Features

  • file_io now have methods for file read and write - (9de9aa6)
  • added Buffers and File opening for File IO - (98743e1)
  • can omit the 'astra.lua.' prefix from standard library - (27e09ff)
  • filesystem buffer read and write added - (e4c166d)

Refactoring

  • renamed components with Lua prefix to Astra - (0bfaeb3)
  • added macros for file_io - (61d8e62)
  • renamed io.rs to file_io.rs to reflect the changes clearly - (1e5ba81)
  • [breaking] renamed io.lua to fs.lua to better reflect its nature - (a65781b)
  • expanded the fs.rs into file_system.rs - (bf67d0a)

0.34.0 - 2025-11-02

Documentation

  • cleaned up and improved online documentation - (7f7d09a)

Features

  • IP Address access now available on servers - (31b0177)
  • imported module caches can now be invalidated and caches are now faster and improved - (88f4609)

Refactoring

  • renamed serializer to serde - (2d49bb8)

0.33.1 - 2025-10-31

Bug Fixes

  • fix for runtime selection from user, adding the function(Select-Runtime) call to handle the selection - (46e7215)
  • fix for windows: avoid colon variable parse error in PowerShell Write… (#110) - (ef92a92)
  • windows updates being broken - (4ac2e23)
  • don't use global variable result in middleware docs (#109) - (094a308)

Refactoring

  • moved from luals to emmylua for language server. Added install scripts for different platforms - (6878e0c)

New Contributors

  • @sweet-nes5 made their first contribution in #110

0.33.0 - 2025-10-29

Features

  • added cache to workflows - (79d3e84)

Refactoring

  • Teal now do not check by default. Moved --teal-compile-checks to --check-teal-code - (f595e8e)

0.32.4 - 2025-10-20

Bug Fixes

  • HTTP Multipart not saving binary zip archives correctly - (026bb8c)

0.32.3 - 2025-10-19

Bug Fixes

  • Abort needing itself for task handler - (8f99419)

0.32.2 - 2025-10-18

Bug Fixes

  • obtaining the function for quit before the signal returning Nil for Teal slow loading - (ee3afd9)
  • task keeps hanging the system on termination signal - (1fef66a)

Features

  • Database connections now automatically closed on program closing - (5b5b528)

0.32.1 - 2025-10-17

Bug Fixes

  • windows fix for the sigterm - (7979824)

0.32.0 - 2025-10-17

Bug Fixes

  • bugs with HTTP not shutting down properly - (5504a5f)

Documentation

  • added documentation for shutdown code - (b84e540)

Features

  • shutdown or termination code accessible from Lua for graceful shutdown - (9d4876f)

Refactoring

  • broken down the commands into smaller chunks - (6a60282)

0.31.0 - 2025-10-14

Features

  • HTTP Server multipart now have fields that can be read - (23d58eb)
  • added some examples for the multipart - (0791394)

0.30.1 - 2025-10-14

Bug Fixes

  • typo change from abord to abort - (18c631c)
  • astra path in config files being messed up - (54a14ca)

Features

  • added table validation to teal by @KhushMehta - (5882db4)
  • updated Teal source - (c9f2ae3)

Refactoring

  • removed nullability from some return types of HTTP in teal - (f709d83)
  • better errors for json - (134829d)

0.30.0 - 2025-10-04

Bug Fixes

  • teal code runs now fine with teal check disabled - (2dbff33)

Documentation

  • updated http server and client docs - (4d4eae8)

Features

  • http client now has streaming capabilities - (28fec06)
  • http servers now got ability to be shut down - (66e5b7e)

Refactoring

  • clean up http client path - (f4edf81)
  • revamped the HTTP Request module for better user experience - (909953e)

0.29.3 - 2025-10-03

Bug Fixes

  • further fixes to Astra on windows having path issues - (4d3e7cb)

0.29.2 - 2025-09-29

Bug Fixes

  • teal import paths on windows - (44a47fa)
  • run tl check only on teal files - (d90a509)

0.29.1 - 2025-09-22

Bug Fixes

  • exports now correctly to the appropriate folder - (388ff2f)
  • teal loading stdlib modules on runtime checks - (145242b)

0.29.0 - 2025-09-14

Bug Fixes

  • loading stdlib and globals without exported local folder - (ec622d3)

Documentation

  • updatd documentation for the new import api - (87396b8)

Features

  • teal code can now be loaded and even mixed with normal lua code without additional steps - (6bf04c4)
  • [breaking] removed import as require is now working safely - (bf3feac)
  • teal can now run directly, and script paths are now known during runtime, and debug and jit libraries are now available - (a9edfba)
  • better file IO error delegation from Rust to Lua - (c83c918)
  • now importing for teal and lua works wonderfully with the standard library folder as well - (46f7043)
  • added Teal types - (69bd843)
  • runtime teal checks before runs - (71e76ba)
  • added ability to turn off teal compile checks when running astra - (e2573e3)
  • added teal examples and fixed bugs - (1b7b3fa)

Refactoring

  • moved all the type definition files to their own space - (bfa7fa2)
  • moved teal from global to behind Astra table - (b49be8c)
  • added primitive global Astra function types - (2db0d51)
  • delegated error check of globals, and cleaned up code elsewhere - (e4deeaf)
  • now exports teal libraries too and the export folder standardized - (546d28f)
  • renamed astra_stdlib to astra - (6b34330)
  • moved away from Astra global namespace in favor of importing needed functionality. - (1c54ce2)
  • Astra.dotenv_load moved to global dotenv_load - (1c54ce2)
  • Astra.regex moved to global regex - (1c54ce2)
  • Astra.crypto moved to lib astra.lua.crypto - (1c54ce2)
  • Astra.json moved to lib astra.lua.serializer - (1c54ce2)
  • Astra.database_connect moved to lib astra.lua.database and database_connect renamed to connect - (1c54ce2)
  • Astra.datetime moved to lib astra.lua.datetime - (1c54ce2)
  • Astra.http moved to lib astra.lua.http - (1c54ce2)
  • Astra.io moved to lib astra.lua.io - (1c54ce2)
  • Astra.pubsub and Astra.observable moved to lib astra.lua.stores - (1c54ce2)
  • Astra.new_templating_engine moved to lib astra.lua.jinja2 and new_templating_engine renamed to new_engine - (1c54ce2)
  • Astra.validate_table moved to lib astra.lua.validate_table - (1c54ce2)
  • moved the examples to the new api - (da95232)
  • renamed validate_table to validation as there is plans for more validation options in the future - (da95232)
  • separated the teal type check from teal loader - (f42a72a)
  • consistent api for jinja and database - (fb3733f)

0.28.1 - 2025-09-03

Bug Fixes

  • return empty string when no reason provided for send_close - (73271d1)
  • #13 - (73271d1)
  • getenv not returning - (58571c9)

Documentation

  • proper documentation for websockets - (5a3fcf6)
  • #13 - (5a3fcf6)
  • updated minor issue with websockets docs - (8488733)

Features

  • send_code({1000})` - (4091039)
  • can send a reasonless close frame without wrapping it in braces - (4091039)
  • #13 - (4091039)

0.28.0 - 2025-09-02

Bug Fixes

  • link to middleware.lua in middleware.md (#87) - (2a70d97)
  • prelude registeration not loading the packed libs correctly - (6145502)
  • prelude error when the dependency for the module has not yet been loaded - (a5df91f)
  • websocket route not being recognized - (ebe4074)
  • barebones websocket lua api (needs more fixing) - (3f28d3b)
  • #13, #98 - (3f28d3b)
  • get rid of all unwrap and extracts - (6519e66)
  • #13, #98 - (6519e66)
  • issues fixed with bytes and normal send structure - (5ac6273)
  • returns an empty string when reason not given - (146b454)
  • #13, #98 - (146b454)

Documentation

  • updated middleware and sql driver - (8cf1f5a)

Features

  • Middleware system documentation - (258b332)
  • type detection and definition for HTTP Request params - (4d9c6e8)
  • URL parameters parsing (#85) - (04be222)
  • datetime format function for custom formatting - (b9d154e)
  • websocket implementation (doesn't work) - (f96893d)
  • #13 - (f96893d)
  • broken websocket api - (e04ca74)
  • #13 #98 - (e04ca74)
  • the websocket recv now returns type and value - (32280f2)
  • mlua functions for sending websocket messages - (75fd957)
  • #13, 98 - (75fd957)

Fix

Refactoring

  • minor cleanups done to the middleware example - (1874c90)
  • less bloated version - (d8a0d12)
  • clamped libs together and moved middleware to http - (31dff80)
  • export now removes previously exported content - (3b3a842)
  • update command now recommends reexporting the type definitions - (f1a5327)
  • unnecessary error messages - (e06bf1a)
  • renamed binary to bytes - (097e8ce)
  • updated the datetime test and its formatting - (4721d6e)

0.27.0 - 2025-07-18

Features

  • [breaking] multiple of datetime creation methods was replaced by Astra.datetime.new - (25e9c21)

0.26.0 - 2025-07-17

Bug Fixes

  • delegate subcounter and enforce type preference - (6b98b67)

Documentation

Features

  • implement observer pattern - (14141a4)

Miscellaneous Chores

  • prefer function type for publish - (ad6e812)

Performance

  • hashed tables for observee-subscriber sets #26 - (3a7ae14)
  • use a hash table to store subscribers - (75f10be)

Refactoring

0.25.1 - 2025-07-16

Bug Fixes

  • exported modules aren't interpreted - (4c052d8)

Refactoring

  • always checks for .astra folder first - (756d768)

0.25.0 - 2025-07-16

Features

  • implement pubsub stores #26 - (ec958c9)
  • implement pubsub stores (#75) - (cf1089b)
  • the runtime now prioritizes loading the locally exported modules instead of bundled modules - (64b0869)

Miscellaneous Chores

  • read the default folder or loaded folder from .luarc.json - (6761d5b)

Refactoring

0.24.1 - 2025-07-10

Bug Fixes

  • .luarc.json file incorrectly named - (ca2b338)

0.24.0 - 2025-07-05

Bug Fixes

  • import using path as key instead of UUID - (d7c099a)
  • imports fixed and update command now can take custom user_agent - (ebdf3f6)

Documentation

  • directory with Astra API definitions for Lua autocompletion - (9956504)
  • Add .luarc.json to enable autocompletion - (9d3511a)
  • little clarification - (d9cea09)
  • definitions refactoring for better go-to experience - (0a35c64)
  • updated docs to reflect the new changes - (419b0d3)

Features

  • astra now exports successfully - (c9b8d36)
  • server type definitions are correct now - (e533936)
  • completed type definition for the rest of the types - (27db132)

Refactoring

  • cleaned up getters and setters - (26e2569)
  • fused the normal and utc datetime constructors - (4b7bba2)
  • the lua's type definitions for datetime - (7001d9e)
  • moved the lib files back to the top level folder - (f312335)
  • moved the type definitions on side of Rust code - (1c3204c)
  • divided the http server into components - (d5f1749)

0.23.1 - 2025-06-25

Bug Fixes

  • more accurate iso8601 format - (b30d1af)

Refactoring

  • rename chrono.rs to datetime.rs - (8242b82)

0.23.0 - 2025-06-22

Bug Fixes

  • #16 better error handling for chrono utility - (7977da3)
  • renamed methods and functions - (4441886)
  • mend clipboard mishap - (8962303)
  • directly set datetime constructors as globals - (98e7ea9)

Features

  • #16 added chrono utility - (f952ecb)
  • more flexible datetime construction - (1e69842)
  • added type definitions for struct LuaDateTime - (09b307c)

0.22.2 - 2025-06-14

Bug Fixes

  • async code within functions are now possible - (be6d0f6)

0.22.1 - 2025-06-14

Bug Fixes

  • the templating engine was not returning anything - (6b8a02e)

0.22.0 - 2025-06-13

Bug Fixes

  • #65 added await for async tasks - (4c39a6c)

Documentation

  • updated documentation from tera to jinja - (c42af7c)

Features

  • moved from tera to minijinja - (33bbcab)
  • minijinja functions are now working, added remove_template - (ceef94b)

BREAKING

  • context_add, context_remove, and context_get are removed. Instead you can add context while rendering or adding to the server

0.21.2 - 2025-06-02

Refactoring

  • [breaking] moved server:templates to template_engine:add_to_server and added add_to_server_debug as well - (fbf70ba)

0.21.1 - 2025-06-01

Bug Fixes

Documentation

  • added guide for regex - (90dec9a)

Features

  • Added regular expressions - (4879eaf)
  • added a debugging mode for the template routes - (cb4b079)

Miscellaneous Chores

  • updated the readme to include Astra Trails - (5c0bf82)

Refactoring

  • moved templating path logics to within the Lua's side - (08acab2)

0.21.0 - 2025-05-30

Documentation

  • added documentation for templating - (3a6d097)

Features

  • initial tera templating added - (952e863)
  • added template routes and lua intellisense - (e0365d1)
  • added exclusions and routes have been optimized - (846783c)
  • now you can create an empty template engine - (dcd2eed)
  • added templating example - (7a59a5c)
  • added template functions - (6cd72fe)

0.19.3 - 2025-05-24

Features

  • added database connection closing function - (771d650)

Miscellaneous Chores

  • Improve Row Extraction to Key-Value Format for Lua (#55) - (45c486f)
  • cleaned up the tryset_value macro - (995a991)
  • [breaking] validate_table is now strict by default, and have better errors - (f73dabf)

Refactoring

  • refactor: support KV table to extract row. e.g. row.name, row.id - (dac9947)

[0.19.2] - 2025-05-22

Bug Fixes

  • #54 Now supports glibc 2.27 (d1235d2)

[0.19.0] - 2025-05-01

Bug Fixes

  • Cookies not properly set (952ddbd)
  • Config not added to the routes by default (9845dd7)

Documentation

  • Added wki on cookies (2d74a04)
  • Added intellisense type info for lua (7529c13)

Features

  • Cookies was added on the backend (36ff2a0)
  • Cookies UserData added (3a29249)

[0.18.2] - 2025-04-02

Bug Fixes

  • Image binaries multiparts was not able to be streamed due to default body limit malfunctioning (48042d6)

Documentation

  • Updated docs to include crates.io install (2e2a5de)

Features

  • First attempts at adding cookie support (0e74946)

Miscellaneous Tasks

  • Fixed the binary name in the cli (23666df)

[0.18.1] - 2025-03-31

Bug Fixes

Miscellaneous Tasks

  • Updated astra cargo binary name and README (e6b6829)
  • Updated astra version and added categories and keywords (68a65d1)
  • Updated dependency versions (894db27)

[0.17.3] - 2025-03-10

Bug Fixes

  • Functions being overridden upon registration (01141eb)

[0.17.2] - 2025-03-09

Bug Fixes

Documentation

  • Added documentation for the new import system (b4d1d89)

[0.17.1] - 2025-03-09

Bug Fixes

  • #38 better error messages (717f4d7)

Miscellaneous Tasks

  • Cleaned up the cli further (67c37fa)
  • Cleaned up the cli a bit (5b2ec31)

[0.17.0] - 2025-03-08

Bug Fixes

Documentation

  • Updated download config (0dc904c)
  • Updated docs for the new reform (8a535b4)

Features

  • Added support for Lua 5.1, 5.2, 5.3 and 5.4 (0a3d3d7)

Miscellaneous Tasks

  • Moved away from workspace to a single crate (5bb3adb)
  • Moved utils into the main runtime (b879098)
  • Renamed the folder from lua_bin to astra (beb9738)

[0.16.0] - 2025-03-08

Bug Fixes

Documentation

  • Updated documentation about the SQL driver (648f0a6)

Features

[0.15.1] - 2025-03-06

Bug Fixes

Features

  • Added commandline arguments to lua (374160c)

[0.15.0] - 2025-03-04

Bug Fixes

[0.14.1] - 2025-03-03

Documentation

  • Updated docs for the new syntax (a2b2e1e)

Miscellaneous Tasks

  • Updated the syntax to be more clear (0cf5339)
  • Moved the import and bundle ignore code to lua require override (4ef1490)

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