This repository has been archived by the owner on Jan 25, 2025. It is now read-only.
1.1.0
What's Changed
- Added ability to get a team by name:
TeamsService.getByName()
- Added ability to get the
Member
who made a change on an instance ofHistory
- Added ability to get members of a team:
await team.members
and vice versa:await member.teams
Internal
- Update README with better examples of client usage
- Fix CI testing
- Remove
form-data
package - Add linter to CI