Skip to content
This repository has been archived by the owner on Jan 25, 2025. It is now read-only.

1.1.0

Compare
Choose a tag to compare
@JensAstrup JensAstrup released this 12 Apr 20:26
· 153 commits to main since this release
96de13f

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 of History
  • 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