v2.0.3
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