Releases: KartoffelChipss/Typerinth
Releases · KartoffelChipss/Typerinth
Release 1.2.0
Changes:
- Added the option to pass the auth header into methods directly
- Added the option to pass in the
stateparameter when generating an auth url - Updated the Modrinth OAuth docs links
- Added an example on how to use typerinth to make an OAuth 2.0 flow using typerinth
Release 1.1.1
Changes:
- Fixed a bug where the
TeamMemberinterface was not exported correctly
Release 1.1.0
Changes:
- Added Get project team members route
- Added Get team members route
- Added Get members of multiple teams Route
Release 1.0.0
Changes:
- Added a Typedoc page
- Implemented workflows for unit tests and Typedoc deployment
- Introduced unit tests and integration tests for most routes
- Updated all interfaces with descriptions for most attributes
- Fixed
getUsermethod to correctly fetch a user by ID or username - Added the missing
Licensetag route - Moved tag-related routes to the
tagsfolder - Updated the
getVersioncache key to consider options - Implemented custom errors
- Added a route to obtain an access token using an authorization code
- Created a method to generate an authorization link for a Modrinth client
Release 0.0.6
Changes:
- Integrated Prettier for improved style consistency
- Added
.npmignoreto minimize bundle size