0.4.0
Breaking Changes
SubController
path
is nowlist[str]
to define the controller hierarchy and joined with the appropriate separator as required- Update
path
parameter toSubController.__init__
to be a list
- Update
What's Changed
- Add serial connection by @marcelldls in #34
- Add API to set title of generated UI by @GDYendell in #36
- Allow arbitrary nesting of SubControllers by @GDYendell in #41
Full Changelog: 0.3.1...0.4.0