This repository has been archived by the owner on Oct 15, 2024. It is now read-only.
Releases: Virtual-Royaume/Royaume-Backend
Releases · Virtual-Royaume/Royaume-Backend
API V3.3.0
- 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
- add tiers for the new rank system
API V3.1.5
incMemberDiscordActivityChannel
: now returns the total number of messages sent or 0 if the request did not workincMemberDiscordVoiceMinute
: now returns the total number of voice times in minutes or 0 if the request did not work
API V3.1.0
- 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
Rewrite the database, it is now a API using GraphQL and MongoDB.
Database V2.0.0
New version, use MongoDB with Mongoose.
Database V1.0.0
Use MySQL with TypeORM.