Skip to content

v2.0.3

Compare
Choose a tag to compare
@hwelch-fle hwelch-fle released this 26 Jan 20:23
· 34 commits to main since this release

Minor bugfixes and changes to some related properties

Project : now has managers (list[User]) and projectManagers (list[ProjectManager])
This change makes the project.managers property more useful for checking inclusion:

planka.me in project.managers
>>> True

# vs

planka.me.id in [manager.userId for manager in project.managers]
>> True

Full Changelog: v2.0.2...v2.0.3