Releases
0.5.4
0.5.4 (2023-12-23)
Highlights
Fixed issue where external scripts could not be loaded due to security checks in DOM updates
For users using @funix_class
, the AST is now used to parse the source code
docstring is now used as a function description
HTML code now allows developers to embed JavaScript
Improved error message when limiter limit is exceeded and class is not initialized
Added reactive
parameter to help update/calculate parameters in real time
For parameters such as label
, the *
, glob or regex are now supported
Camera (picture or video) and microphone inputs are supported on the front end
Bug Fixes
Features
support docstring as description (cf2637c , @Yazawazi )
support label in sheet (8bc6c69 , @Yazawazi )
sort string in list (1b667b2 , @Yazawazi )
support "*" syntax sugar (6b33fac , @Colerar )
support "*" in label (b849469 , @Yazawazi )
support glob and regex as key (e55dce7 , @Colerar )
add wordle example (dcfefbe , @Yazawazi )
try to support reactive argument (3576712 , @Yazawazi )
better rate limit error display (c3bf872 , @Yazawazi )
add empty function list check (68391fc , @Yazawazi )
if Literal args less than 8 use radio (304de20 , @Yazawazi )
support camera and microphone input (4fe2966 , @Yazawazi )
add a simple privacy policy and disclaimer (d01206f , @Yazawazi )
backend telemetry (8627bb1 , @Colerar )
add SQLAlchemy (46ed592 , @Colerar )
update gitignore (4cb875c , @Colerar )
Documents
You can’t perform that action at this time.