Skip to content

1.1.6

Compare
Choose a tag to compare
@ClericPy ClericPy released this 20 Sep 17:23
· 177 commits to master since this release

1.1.6 (2024-09-09)

  1. add filename_filter to utils.format_error
  2. add functools.get_function to find function from entrypoint
    1. set the type default to str while strict=False and no default/annotation
  3. add default button_text to TKit.ask_text
  4. add morebuiltins.cmd.ui with --cli/--gui, --web
    1. try python -m morebuiltins.cmd.ui -e re:findall --cli
    2. try python -m morebuiltins.cmd.ui -e re:findall --gui1
    3. try python -m morebuiltins.cmd.ui -e re:findall --gui2
    4. try python -m morebuiltins.cmd.ui -e test_func_web --web --web-open --web-timeout=30
  5. add default doc for morebuiltins.cmd.ui --gui
  6. morebuiltins.functools.FuncSchema changed
    1. parse will see arg type as str while strict=False and no default/annotation
    2. add to_string to FuncSchema