- Fixed bug with `CompanyAdminOnly` permission classes - `GARPIX_COMPANY_ROLE_SERIALIZER` setting added (see `Readme.md`)
1.1.0
- Fixed bug with permissions - `role` field added to `InviteToCompany` - Searching added to GET `company/{pk}/user/` endpoint - `company/{pk}/invites/` endpoint added. - `GARPIX_COMPANY_USER_SERIALIZER` setting added (see `Readme.md`)
1.0.1
- Fixed bug with company creation endpoint
1.0.0
- Release to pypi.org
1.0.0rc5
- Admin panel changes
1.0.0rc4
- `destroy` action added to `UerCompany` view. - `AbstractUserCompanyRole` model added (see `Readme.md`). - `check_user_companies_limit` class method added to `Company` model.