Skip to content

Releases: pgorecki/lato

v0.11.1

29 May 11:42
Compare
Choose a tag to compare

Fix type annotations in ApplicationModule class

v0.11.0

24 Mar 19:29
Compare
Choose a tag to compare

Change composer callback signature from compose(values) to compose(**kwargs)

@app.compose(MyCommand)
def compose_item_details(**kwargs):
    ...

v0.10.0

17 Mar 22:45
Compare
Choose a tag to compare

async / await support

v0.9.1

04 Mar 22:59
Compare
Choose a tag to compare

What's Changed

  • add testing workflow
  • add support for Python 3.9 - 3.12

Full Changelog: https://github.com/pgorecki/lato/commits/v0.9.1