Releases: spieljs/spiel-server
Releases · spieljs/spiel-server
Spiel Server 1.0
This version has the next improvements:
- Allow groups the endpoints. For example
const endpoints = [new User(), [new Greeting(), new OtherClass()]];
- Implement authConection which is a security layer which respond with the endpoints according with the permissions
- Implement path logic for the middlewares
- Improve the types
- Optimize code
Spiel Server 0.2
- Give the possibility to set cors in SetRouter options
Spiel Server 0.1
First release