Skip to content

Releases: KartoffelChipss/Typerinth

Release 1.2.0

22 Jun 18:05

Choose a tag to compare

Changes:

  • Added the option to pass the auth header into methods directly
  • Added the option to pass in the state parameter 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

27 Apr 12:51

Choose a tag to compare

Changes:

  • Fixed a bug where the TeamMember interface was not exported correctly

Release 1.1.0

23 Mar 20:06
8f3e019

Choose a tag to compare

Release 1.0.0

18 Mar 19:43

Choose a tag to compare

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 getUser method to correctly fetch a user by ID or username
  • Added the missing License tag route
  • Moved tag-related routes to the tags folder
  • Updated the getVersion cache 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

13 Mar 11:55

Choose a tag to compare

Changes:

  • Integrated Prettier for improved style consistency
  • Added .npmignore to minimize bundle size