Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Releases: Virtual-Royaume/Royaume-Backend

API V3.3.0

08 Sep 13:56
0ec4b5e
Compare
Choose a tag to compare
  • Add of a utility file for GraphQL, this one has a function to obtain the list of fields requested in a request
  • GraphQL type Member now returns activity points and position for next tier change (UP, NEUTRAL, DOWN)
  • Removed the default token, now you have to use the npm run gen-token command to generate a new token
  • Increased message coefficient for activity points (from 4 to 6)
  • We are now using Docker and Docker Compose to launch the API. You can find the commands for build, launch, development, [...] In the README
  • Fixed multiple date creation in server activity MongoDB collection (#22)
  • We are now using DayJS package instead of default JS date (#24)
  • Removal of all export default as it is a bad practice that does not force any nomination

API V3.2.0

13 Jun 21:05
Compare
Choose a tag to compare
  • add tiers for the new rank system

API V3.1.5

06 Jun 12:35
Compare
Choose a tag to compare
  • incMemberDiscordActivityChannel : now returns the total number of messages sent or 0 if the request did not work
  • incMemberDiscordVoiceMinute : now returns the total number of voice times in minutes or 0 if the request did not work

API V3.1.0

28 May 03:44
Compare
Choose a tag to compare
  • added birthday for members
  • added support of the "Discord presence"
  • use of ESLint instead of Prettier
  • correction of various bugs and naming errors
  • TS configuration change (use ES2021 for TS and commonjs for compiled JS)

API V3.0.0

24 May 01:11
Compare
Choose a tag to compare

Rewrite the database, it is now a API using GraphQL and MongoDB.

Database V2.0.0

29 Jun 11:15
Compare
Choose a tag to compare

New version, use MongoDB with Mongoose.

Database V1.0.0

13 Jun 12:50
Compare
Choose a tag to compare

Use MySQL with TypeORM.