Releases: ArkForgeLabs/Astra
Releases Β· ArkForgeLabs/Astra
v0.46.0 - tests and templating fix
Bug Fixes
- templating include render error - (f6bc85f)
Features
Refactoring
- removed validation default value - (2d8eab1)
- stylua formatting consistency - (36aa5fb)
- cleanup the test directory - (885b87e)
Full Changelog: v0.45.3...v0.46.0
v0.45.3 - templating regex fix
Bug Fixes
- templating is now not breaking due to regex - (c36d803)
Refactoring
- [breaking] moved
regexfrom global tovalidation.regex- (97b900c) - removed database closing at the end of the script - (6d625e3)
Full Changelog: v0.45.2...v0.45.3
v0.45.2 - undo auto db closing
Full Changelog: v0.45.1...v0.45.2
v0.45.1 - http request table style fix
Bug Fixes
- http request table style working now without headers - (a7893e2)
Full Changelog: v0.45.0...v0.45.1
v0.45.0 - sleep and running script check
Features
- #130 - added support for checking if current script is the original script that was ran - (926a811)
- added sleep function to datetime - (fcbecac)
Full Changelog: v0.44.0...v0.45.0
v0.44.0 - removal of pprintln
Refactoring
- removed pprintln as it was unnecessary and broke a lot of things - (6cdad66)
Full Changelog: v0.43.0...v0.44.0
v0.43.0 - lots of new features
Bug Fixes
- use clang instead of gcc for linux builds (for rustls) - (9573fe0)
- pprint and pprintln now printing tables correctly - (8f4e60a)
Features
- add -e flag to execute code from command line by @Mira5121804 - (2f687e7)
- add optional headers to static_dir and static_file routes by @Mira5121804 (#146) - (1712149)
- [breaking] moved
jinja2totemplates- (2b94613) - markdown support - (14fa6ed)
- databases now automatically close at the end of the script - (67ef842)
Full Changelog: v0.42.0...v0.43.0
v0.42.0 - Quality of Life
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)
New Contributors
- @Mira5121804 made their first contribution in #149
Full Changelog: v0.41.0...v0.42.0
v0.41.0 - structs
What's Changed
- Structs by @ElhamAryanpur in #142 inspired by https://github.com/if-not-nil/soup
Bug Fixes
Refactoring
- removed the prebuild docs from here. added docs build and - (783995c)
- upload to releases - (783995c)
Full Changelog: v0.40.1...v0.41.0
v0.40.1 - docs and linux builds fix
Bug Fixes
- docs CI failing when one dependency fails - (e0de397)
Documentation
- fix builds and moved to mdbook 0.5 - (3526309)
Full Changelog: v0.40.0...v0.40.1