Funix

Latest version: v0.5.8

Safety actively analyzes 641872 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 4

0.5.8

[0.5.8](https://github.com/TexteaInc/funix/commit/55af9f6affbf00cdbd32f9de4234ec986df08848) (2024-05-17)

Highlights

This release brings some fixes and documentation changes:

- Important Fixes: Form Height, CORS Requests, Secret Authentication
- Now for dependencies, `matplotlib`, `mpld3`, `pandera` and `pandas` become mandatory.

Bug Fixes

- minHeight in datagrid (https://github.com/TexteaInc/funix/commit/ea9b1ee995ae76604e4898dcccd6fe1078a35f97, yazawazi) <!-- 1715952704.0 -->
- cors request (https://github.com/TexteaInc/funix/commit/ba8282c5e5e9a1293da4e65a452421325b471067, yazawazi) <!-- 1715952704.0 -->
- ai examples and path_difference (https://github.com/TexteaInc/funix/commit/a424d1dcdec704623073c3dd000ab2b9efcd1521, yazawazi) <!-- 1715952704.0 -->
- secret error (https://github.com/TexteaInc/funix/commit/40baed3d18a9809b0fb642caf67b401d840d0b61, yazawazi) <!-- 1715952704.0 -->

Documents

- add install options (https://github.com/TexteaInc/funix/commit/482a4706c79a9618e35362710e733eaa4dc24463, yazawazi) <!-- 1715952704.0 -->
- fix install and add cn (https://github.com/TexteaInc/funix/commit/e1a32dc472305f58d79fe8f8da4b42529267cbe7, yazawazi) <!-- 1715952704.0 -->
- fix code block (https://github.com/TexteaInc/funix/commit/5d612884f693c5c95c3cd71612c38a88ccfd59d3, yazawazi) <!-- 1715952704.0 -->
- add more build (https://github.com/TexteaInc/funix/commit/61d5613cf4bfdcfb530d46ac03dd8c1ce96d35a8, yazawazi) <!-- 1715952704.0 -->

Chores

- make matplotlib and pandas in dependencies (https://github.com/TexteaInc/funix/commit/7823a296af7688d3649e173d8887f06f52297a42, yazawazi) <!-- 1715952704.0 -->
- build frontend (https://github.com/TexteaInc/funix/commit/50cf568e2b2adc7b9d3953fa08f4ff2bcb37311a, yazawazi) <!-- 1715952704.0 -->
- make examples work (https://github.com/TexteaInc/funix/commit/db5f6609a6f7bbe25315cae938405d712159d607, yazawazi) <!-- 1715952704.0 -->
- replace `funix.hint` with `IPython` (https://github.com/TexteaInc/funix/commit/50a900c8fe7b9665caeb3f9970b468d374c08a9b, yazawazi) <!-- 1715952704.0 -->

0.5.7

There are no feature updates or logic fixes compared to Funix 0.5.6. Only dependencies have been fixed.

0.5.6

[0.5.6](https://github.com/TexteaInc/funix/commit/2e161a38a9849fe883b44e5ad1d969dd535bf114) (2024-04-21)

Highlights

- You can now dynamically fetch variable as description from session, use `session_description` argument, fill your variable name in session
- Provide a new boolean parameter: `keep_last`, whose function is to keep the last inputs and outputs of the session in the function page when it is opened again
- Funix app that do not have a default function will now use one of the functions used in the list as the default function
- Outdated hints will now be displayed when previewing historical functions

Bug Fixes

- asynchronous optimization for `FunixFunction` (https://github.com/TexteaInc/funix/commit/7f1d1c727dda1f697356f5816e9b7be8e4721138, yazawazi) <!-- 1713689410.0 -->
- if `log_level` is off, do not show (https://github.com/TexteaInc/funix/commit/756206be5c17994778bb781edb1c2c2f9e638f63, yazawazi) <!-- 1713689410.0 -->
- `call` module name (https://github.com/TexteaInc/funix/commit/810de23f4e431b3921fb12ec01c397ddc90b60f1, yazawazi) <!-- 1713689410.0 -->
- error websocket in https (https://github.com/TexteaInc/funix/commit/a6e65b93289b8ccb4ebc7670480725839d0dd0a5, yazawazi) <!-- 1713689410.0 -->

Features

- support description from session (https://github.com/TexteaInc/funix/commit/a6017dc75f6cc8f9542bf5571fa4d10c18a9f3f7, yazawazi) <!-- 1713689410.0 -->
- frontend history optimization (https://github.com/TexteaInc/funix/commit/24aea954a9bfedd3fe8bf11c0d9b6a86996ce3e3, yazawazi) <!-- 1713689410.0 -->
- support keep last (https://github.com/TexteaInc/funix/commit/a6259d3372fdf599372c1272700515870f68a0e3, yazawazi) <!-- 1713689410.0 -->
- remove `react-pdf` (https://github.com/TexteaInc/funix/commit/cf93b5ba679f82d35bb0145c6be614480b1447f6, yazawazi) <!-- 1713689410.0 -->
- auto choose default function (first function in list) (https://github.com/TexteaInc/funix/commit/2d15e948048bbc2b9e4190f361af9456d5edf4da, yazawazi) <!-- 1713689410.0 -->
- support outdated alert (https://github.com/TexteaInc/funix/commit/c41468a607cf86bb8fc1c8c92c61ff9e63efd861, yazawazi) <!-- 1713689410.0 -->
- change webcam and microphone position (https://github.com/TexteaInc/funix/commit/df04197b03a5cc218566d8cb62794c3d96d84a91, yazawazi) <!-- 1713689410.0 -->

Documentations

- update theme examples (https://github.com/TexteaInc/funix/commit/b132c05a2222bc958f3f46ab2f4af8c901bace37, forrestbao) <!-- 1713689410.0 -->

0.5.5

[0.5.5](https://github.com/TexteaInc/funix/commit/bce1ff6828fb6bde4ae6cb663f6f54d19e3fb7bd) (2024-02-28)

Highlights

- Initial implementation of autorun allows the frontend to automatically re-run the function as parameters are changed, you can use `autorun=True` in the decorator to enable this feature
- Once again, any function or class will be decorated with `funix` or `funix_class` (default `lazy` is back again), which you can turn off with `funix(disable=True)`
- Now allowed to generate static images directly from the Figure type (if mpld3 doesn't work for you) by using `figure_to_image=True` in the parameter of the decorator
- `IPython.display.Javascript` is now supported
- You can now customize widgets with `widgets` and `props` in the widgets and theme
python
theme = {
"widgets": {
"YOUR_WIDGET_NAME": {
"widget": "WidgetComponent, e.g. 'mui/material/TextField'",
"props": {
props for the widget
"type": "password"
}
}
}
}

- The privacy message can now be updated with `funix.app.privacy_policy` function

Bug Fixes

- use `getsourcefile` to check member (https://github.com/TexteaInc/funix/commit/fac9783c5b1b3ea27bc83fc712aa66da0292d1ae, yazawazi) <!-- 1709118263.0 -->
- custom class error (https://github.com/TexteaInc/funix/commit/9d7dad20e7db77322e8e71749cd40436720fc77f, yazawazi) <!-- 1709118263.0 -->
- privacy requests too much (https://github.com/TexteaInc/funix/commit/3c25d85c2fcf0295e9b263a2a136b9aab4b4d73f, yazawazi) <!-- 1709118263.0 -->
- backend check in privacy (https://github.com/TexteaInc/funix/commit/04126c9987ab9174f02a62a3b2350a31f06c561d, yazawazi) <!-- 1709118263.0 -->
- theme custom component parser (https://github.com/TexteaInc/funix/commit/f05b8578cdabfbcaca9079fee08a6536a4e5640b, yazawazi) <!-- 1709118263.0 -->
- do not change width in the frontend (https://github.com/TexteaInc/funix/commit/f05a065776b024593e95bc1cd27a719641c10b87, yazawazi) <!-- 1709118263.0 -->
- no wrap for grid (https://github.com/TexteaInc/funix/commit/d262755edb8498bfcf698392a9c478ae62e33c45, yazawazi) <!-- 1709118263.0 -->
- circular import (https://github.com/TexteaInc/funix/commit/9bb9a0ff2e57546f160a3e751d59e10ac38ab7ac, yazawazi) <!-- 1709118263.0 -->
- lists use wrong app and wrong value in `process_examples_and_whitelist` (https://github.com/TexteaInc/funix/commit/06e90eb9689ff09d4eb1c32bfd3dd7e4498c1dfa, yazawazi) <!-- 1709118263.0 -->
- cell doesn't working (https://github.com/TexteaInc/funix/commit/bcb9986795246543b222a5470a1c14ad6ada29fa, yazawazi) <!-- 1709118263.0 -->
- raw `draw_figure` (https://github.com/TexteaInc/funix/commit/3201ec2b1961cd06643b39668f58e189fb1c2cf4, yazawazi) <!-- 1709118263.0 -->
- tuple args parse (https://github.com/TexteaInc/funix/commit/1aa5f1aa8714d3275acdd0d079b3e4fd458384e3, yazawazi) <!-- 1709118263.0 -->
- `IPython.display` check (https://github.com/TexteaInc/funix/commit/3cac7655d4b09717c1fddfe4ee7d535d2a5decdb, yazawazi) <!-- 1709118263.0 -->
- `IPython.display` check in list (https://github.com/TexteaInc/funix/commit/a7761a073004e905ea95c56974cc310effe75062, yazawazi) <!-- 1709118263.0 -->

Features

- support both sqlite and JSON Lines for telemetry (https://github.com/TexteaInc/funix/commit/3b816d1bd0c7fc3ac79760864920243c2a31ab4a, Colerar) <!-- 1709118263.0 -->
- support autorun (https://github.com/TexteaInc/funix/commit/5954f356051ef0c9de22872b9a6d96e981e22311, yazawazi) <!-- 1709118263.0 -->
- remove `lazy` again (https://github.com/TexteaInc/funix/commit/51a734296f2a2cb7c74d55b8265bf2c66cf34395, yazawazi) <!-- 1709118263.0 -->
- support figure to image (https://github.com/TexteaInc/funix/commit/949f7cd4cb59bf91b206cf8e267ee66463d504d5, yazawazi) <!-- 1709118263.0 -->
- disable log by default (https://github.com/TexteaInc/funix/commit/8d966b6a7ae5081d316c3410272201732761d921, yazawazi) <!-- 1709118263.0 -->
- support `IPython.display.Javascript` (https://github.com/TexteaInc/funix/commit/d51f019da2007ae3b665e5826e339bf2c8b981e4, yazawazi) <!-- 1709118263.0 -->
- support update privacy message (https://github.com/TexteaInc/funix/commit/f2649a73805e6b57f8488d4864329e32c54984a3, yazawazi) <!-- 1709118263.0 -->
- try to support custom components (https://github.com/TexteaInc/funix/commit/f40d8f925c2c3ac5854bcc4479672bb5dea0c647, yazawazi) <!-- 1709118263.0 -->
- support custom components in `widgets` (https://github.com/TexteaInc/funix/commit/b4f4aaf0589a176baecadcc6eaf6a3d41b820777, yazawazi) <!-- 1709118263.0 -->
- support custom components and props in `widgets` and `theme` (https://github.com/TexteaInc/funix/commit/1c3f17bb76e191eb70d8cddfca404471c929e86c, yazawazi) <!-- 1709118263.0 -->
- user management example (https://github.com/TexteaInc/funix/commit/bcc89da8781a6d2a075b6112aff94a17cebf87f7, Colerar) <!-- 1709118263.0 -->

Documentation

- clean up examples and README (https://github.com/TexteaInc/funix/commit/a9f70074f2b723f4731af3d6cfe6dcb22005aac7, forrestbao) <!-- 1709118263.0 -->
- update README with new examples (https://github.com/TexteaInc/funix/commit/c65de88eef1c33bff2bc903b417ea468fe9b305f, forrestbao) <!-- 1709118263.0 -->

Refactors

- log and do not log (https://github.com/TexteaInc/funix/commit/8e15d7d0bae65a690dc4c10a6889b1fd07dda45f, yazawazi) <!-- 1709118263.0 -->
- sort code and partial split of decorator logic (https://github.com/TexteaInc/funix/commit/61e8517fc9a07d05f5cd861c2436887af72f9560, yazawazi) <!-- 1709118263.0 -->
- split decorator logic (https://github.com/TexteaInc/funix/commit/55555af665c4a5e7265605ce1332853823309b40, yazawazi) <!-- 1709118263.0 -->

0.5.4

[0.5.4](https://github.com/TexteaInc/funix/commit/3f42e22ae5fefd7b462c6a895c5cb22e2e7db52b) (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

- remove `get_class_source_code`, use full ast analyse (https://github.com/TexteaInc/funix/commit/93a4d31b168038db8809a1237dc00d32cbe628be, yazawazi) <!-- 1701301726.0 -->
- external scripts load (https://github.com/TexteaInc/funix/commit/97b60c066fcf41f941c9e3125050c21e42c41881, Colerar) <!-- 1703296443.0 -->
- docstring bug (https://github.com/TexteaInc/funix/commit/cf97fb860b191fc3ed3e3075b4ee14f69616ed8c, yazawazi) <!-- 1703296443.0 -->
- markdown list in toc (https://github.com/TexteaInc/funix/commit/63eb95d097916a9e8ffe1d90750eb38abbedef67, yazawazi) <!-- 1703296443.0 -->
- run script in HTML type (https://github.com/TexteaInc/funix/commit/572afa9d9ca601410c1cda582ce2e29b4b0dde18, yazawazi) <!-- 1703296443.0 -->
- do not update when function has no reactive (https://github.com/TexteaInc/funix/commit/c9dbd693726050fc920a2ee47807f83db344351b, yazawazi) <!-- 1703296443.0 -->
- improve class init error message (https://github.com/TexteaInc/funix/commit/d78f20feaa2ea6bc9eaa8eca5ad859f9508c2350, Colerar) <!-- 1703296443.0 -->
- replace UTC with timezone (https://github.com/TexteaInc/funix/commit/4ef833c4b1465664c7aa249bcb01401901b071ca, yazawazi) <!-- 1703296443.0 -->

Features

- support docstring as description (https://github.com/TexteaInc/funix/commit/cf2637ce8a028d0656c96ff00b711340e4830b8a, yazawazi) <!-- 1703296443.0 -->
- support label in sheet (https://github.com/TexteaInc/funix/commit/8bc6c69610100eb31c79751d7a42ece953024e26, yazawazi) <!-- 1703296443.0 -->
- sort string in list (https://github.com/TexteaInc/funix/commit/1b667b2dab308393a262d4b35a625e3203ac7c4f, yazawazi) <!-- 1703296443.0 -->
- support "*" syntax sugar (https://github.com/TexteaInc/funix/commit/6b33fac67589ee3c49333a2404edb8c111e29e25, Colerar) <!-- 1703296443.0 -->
- support "*" in label (https://github.com/TexteaInc/funix/commit/b849469fb3d9e4616655464751e57cbe0d7584d2, yazawazi) <!-- 1703296443.0 -->
- support glob and regex as key (https://github.com/TexteaInc/funix/commit/e55dce727314f4f231a1d6b00507759d8031e252, Colerar) <!-- 1703296443.0 -->
- add wordle example (https://github.com/TexteaInc/funix/commit/dcfefbe31464a1e33252b75afe71cb0e1765fbda, yazawazi) <!-- 1703296443.0 -->
- try to support reactive argument (https://github.com/TexteaInc/funix/commit/35767120de57694459179a441df37fa60aa6fae7, yazawazi) <!-- 1703296443.0 -->
- better rate limit error display (https://github.com/TexteaInc/funix/commit/c3bf8721ffd893bdac634409a19d3c5f24ae1f43, yazawazi) <!-- 1703296443.0 -->
- add empty function list check (https://github.com/TexteaInc/funix/commit/68391fc957697cb086d6cb38a22ed3716808b4ba, yazawazi) <!-- 1703296443.0 -->
- if Literal args less than 8 use radio (https://github.com/TexteaInc/funix/commit/304de20bf97cd738860941904b4999380a9291ee, yazawazi) <!-- 1703296443.0 -->
- support camera and microphone input (https://github.com/TexteaInc/funix/commit/4fe2966a06e54cd1736d44b88c7f9bde7c3b1110, yazawazi) <!-- 1703296443.0 -->
- add a simple privacy policy and disclaimer (https://github.com/TexteaInc/funix/commit/d01206fbf023c3be11a6b40f2326e2d96d5eb415, yazawazi) <!-- 1703296443.0 -->
- backend telemetry (https://github.com/TexteaInc/funix/commit/8627bb1cb58292f7f898f35ac5045a2fec281d97, Colerar) <!-- 1703296443.0 -->
- add SQLAlchemy (https://github.com/TexteaInc/funix/commit/46ed592f80c4c77f606562113c86f5e4463dea0a, Colerar) <!-- 1703296443.0 -->
- update gitignore (https://github.com/TexteaInc/funix/commit/4cb875c62d9afb31a31b526f1696bb78fc034976, Colerar) <!-- 1703296443.0 -->

Documents

- update GenAI example (https://github.com/TexteaInc/funix/commit/1ba64178a6d52aa3e636ad43f60f29f714932a2e, yazawazi) <!-- 1703296443.0 -->
- Update pandas DataFrame demo (https://github.com/TexteaInc/funix/commit/e621bf31c3328034a698a5754dcb7913ae5905d5, forrestbao) <!-- 1703296443.0 -->
- update openAI demos in compliance with new openAI API (https://github.com/TexteaInc/funix/commit/3bffbe6e55e5c2715798a1633f161fdc5cd5f416, forrestbao) <!-- 1703296443.0 -->

0.5.3

[0.5.3](https://github.com/TexteaInc/funix/commit/ff1fc92033bd22e5367330c58c65f33b09fdf7c3) (2023-11-28)

Highlights

- Support `class` with funix, you can use `funix.funix_class` and `funix.funix_method` for class and class's method
- Support `generator` function with websocket, and you can use `yield` to send message to frontend
- For websocket, we add `print_to_web` option in decorator for printing message to frontend directly by `print` function
- Normal `pandas` type is now supported
- Now funix can run offline
- The memory leak of web histories is fixed, and for any input with file, the history will be disabled

Bug Fixes

- *frontend*: `conditional_visible` and `input_layout` can cause conflicts (https://github.com/TexteaInc/funix/commit/903ac3be9fe7cc9b07f667989eca07c33734e4bc, yazawazi) <!-- 1701184555.0 -->
- `objArraySort` top level array check (https://github.com/TexteaInc/funix/commit/1da9e1c82956e715c0dfbd6817fc9afb7e10b323, yazawazi) <!-- 1701184555.0 -->
- use `abspath` in case (https://github.com/TexteaInc/funix/commit/b0340e76d21d7c1097e85f91808b56cdee36d9ab, yazawazi) <!-- 1701184555.0 -->
- use ast to create funix at the runtime (https://github.com/TexteaInc/funix/commit/071852996e221a2427f9e51c5bb183f16b467b2a, yazawazi) <!-- 1701184555.0 -->
- handle `funix_class_params` correctly (https://github.com/TexteaInc/funix/commit/922560c4e6f13ba2725a641cd4067d67fdaeee4a, yazawazi) <!-- 1701184555.0 -->
- support `funix.funix_method` (https://github.com/TexteaInc/funix/commit/ecb459ae4aab3ada94578b1112982edf0ab1f455, yazawazi) <!-- 1701184555.0 -->
- type hint of example (https://github.com/TexteaInc/funix/commit/e8a1780dbd6582496c01b8fb00b538af0052e0e7, Colerar) <!-- 1701184555.0 -->
- web histories memory leak (https://github.com/TexteaInc/funix/commit/f3d0b1335ebedc99606ce6dd0146a17034a3d975, Colerar) <!-- 1701184555.0 -->

Features

- *frontend*: support resize `TextField` (https://github.com/TexteaInc/funix/commit/db43985403441177d569b1fd370d02db24400f59, yazawazi) <!-- 1698843214.0 -->
- support generator function (https://github.com/TexteaInc/funix/commit/9bfe561b480f89d3abf09ca1e3caf36e3afb2d2c, yazawazi) <!-- 1701184555.0 -->
- add new openai example (https://github.com/TexteaInc/funix/commit/1f4172b61673dbf852c1f4c25debd9dfd6a682aa, yazawazi) <!-- 1701184555.0 -->
- use `global` for auto session mode (https://github.com/TexteaInc/funix/commit/3ecffd96edd6f97b36fd83cd04e106aa7ced4a99, yazawazi) <!-- 1701184555.0 -->
- support history in websocket mode (https://github.com/TexteaInc/funix/commit/a003521bbf0d33a50f266df76dee5ff273bf171c, yazawazi) <!-- 1701184555.0 -->
- use `SyntaxHighlighter` in `MarkdownDiv` (https://github.com/TexteaInc/funix/commit/134875b7da6a3122817446003e43e4ed5ff97cb8, yazawazi) <!-- 1701184555.0 -->
- remove `lazy` mode, lazy mode now be an addition to the normal mode (https://github.com/TexteaInc/funix/commit/447384500f06426e37effa30e728a6086eb668ec, yazawazi) <!-- 1701184555.0 -->
- update chatgpt example (https://github.com/TexteaInc/funix/commit/c6bd389b3ec61b8b5e870d5dd0c1ba673e4ae978, yazawazi) <!-- 1701184555.0 -->
- try to support normal `pandas` (https://github.com/TexteaInc/funix/commit/e57e6970d8671361cff0f94465b34b02f595c302, yazawazi) <!-- 1701184555.0 -->
- support local d3 and mpld3 (https://github.com/TexteaInc/funix/commit/cf830838d8b08cae077c7d78545f1db291af76bc, yazawazi) <!-- 1701184555.0 -->
- support `funix_class` (https://github.com/TexteaInc/funix/commit/693b31095ca1f45f97607bf9f9adbbb67f61e8bf, yazawazi) <!-- 1701184555.0 -->
- support `funix_class_params` (https://github.com/TexteaInc/funix/commit/cec8cdb54632d2d6c14471ad7bc9dcb2c54dbfc3, yazawazi) <!-- 1701184555.0 -->
- support `print_to_web` (https://github.com/TexteaInc/funix/commit/efb7f7e5532113ab7282c9c930d59dd9b45dce08, yazawazi) <!-- 1701184555.0 -->
- support `markdown` and fix flush (https://github.com/TexteaInc/funix/commit/39cef98f7b278e8c531df6f1966f5921fd93f200, yazawazi) <!-- 1701184555.0 -->
- support `disable` in `funix_class` (https://github.com/TexteaInc/funix/commit/8a1f57e6787a05d25dd4f23fcaf7505712472269, yazawazi) <!-- 1701184555.0 -->
- try to support class with `__init__` (https://github.com/TexteaInc/funix/commit/af2f56bd80db684157b0abb6363f444ae9c5a3c9, yazawazi) <!-- 1701184555.0 -->
- bring `lazy` mode back (https://github.com/TexteaInc/funix/commit/5ba0caa2eb76ab300ab2f3b507f5be47af972df3, yazawazi) <!-- 1701184555.0 -->
- `funix_class` as decorator (https://github.com/TexteaInc/funix/commit/da192c6dfe1795e5f5bbc83f175d09a30fdc8f6c, Colerar) <!-- 1701184555.0 -->
- invocation style funix_class, update example (https://github.com/TexteaInc/funix/commit/50a73e8d0c1200e7f7bc0c28d4369a246cfad221, Colerar) <!-- 1701184555.0 -->
- `funix_class` imports (https://github.com/TexteaInc/funix/commit/f2c57a24fa032684ace7e817dad277659d7b0ab0, Colerar) <!-- 1701184555.0 -->
- remove multiline prop for number type (https://github.com/TexteaInc/funix/commit/375db47539d8029eccba108f61068ffcc0ef52cb, yazawazi) <!-- 1701184555.0 -->

Documents

- update readme and command line options (https://github.com/TexteaInc/funix/commit/83b36e69816ec7212b8943e6e9af9907117b1b35, yazawazi) <!-- 1698917742.0 -->
- [demo] partially updating examples for streaming mode and openAI 1.1.1 API (https://github.com/TexteaInc/funix/commit/06a26c2bb510570b4bc9b7df188d5e02c1cbbd69, forrestbao) <!-- 1701184555.0 -->
- partially updating examples for OpenAI API v1.0+ (https://github.com/TexteaInc/funix/commit/6380cf427e15977bfafda7f43afeb1f6792b7547, forrestbao) <!-- 1701184555.0 -->
- update the example for classes (https://github.com/TexteaInc/funix/commit/766920bbaddb705e4aa4e735b9a6423a8399edc7, forrestbao) <!-- 1701184555.0 -->

Chores

- auto build frontend (https://github.com/TexteaInc/funix/commit/79fee7d767cce2eba67b45c3178b2b58d584c1ff, workflow) <!-- 1698843473.0 -->
- rename `update` to `stream` (https://github.com/TexteaInc/funix/commit/4aa70cd0c1a7a9904883b3041366f598275b7119, yazawazi) <!-- 1701184555.0 -->
- rename `funix_class_params` to `funix_method` (https://github.com/TexteaInc/funix/commit/a7bb60693ccfad31cade7f816bf10b1e9193c235, yazawazi) <!-- 1701184555.0 -->
- change init class function name to `initialize_` (https://github.com/TexteaInc/funix/commit/d238e3d35da5f5df2b19b2b1d8bea1e623f66b61, yazawazi) <!-- 1701184555.0 -->

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.