Releases: Nanguage/oneFace
Releases · Nanguage/oneFace
0.2.1
Use to cmd2func to implement the wrap_cli.
0.2.0
Use funcdesc
as backend for argument mark and type checking
0.1.9
Changes:
- Split argument check to another class and decorator function.
- Allow
gui
and app
to wrap a native function(rather than an one
wraped function)
0.1.8
Changes:
- Support embeding to qt app
0.1.7
Changes:
- Dash app extensibility enhancement.
- Add the
plotly
result show type in dash app: #6
- Flask integration of dash app: #5
0.1.5
Changes:
- Add wrap cli, allow generate interfaces from a command line program.
- Fix bugs in generated dash app.
0.1.0
Changes:
- Code refactor: Sperate arg_obj extraction with arguments checking.
- Implicit Arg mark: #2