Skip to content

Releases: spieljs/spiel-server

Spiel Server 1.0

28 Mar 20:01
Compare
Choose a tag to compare

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

12 Mar 11:56
Compare
Choose a tag to compare
  • Give the possibility to set cors in SetRouter options

Spiel Server 0.1

05 Mar 16:33
Compare
Choose a tag to compare

First release