Skip to content

v2.2.0

Compare
Choose a tag to compare
@michael-lazar michael-lazar released this 11 Jan 21:40
· 31 commits to master since this release
  • Added support for python 3.8
  • Dropped support for python 3.4
  • Added support for flask 1.1
  • Renamed the following methods:
    • menu.submenu() -> menu.dir()
    • menu.file() -> menu.text()
    • menu.binary() -> menu.bin()

This was done as a personal preference because I found the original method
names to be overly verbose and hard to remember. The original methods will
remain for backwards compatibility, but they will no longer be listed in
the documentation.