Skip to content

Releases: spicemc/rce

v1.0.8

23 May 15:19
Compare
Choose a tag to compare
  • Updated packages
  • Updated TypeScript to 5.0.4
  • Fixed metadata storage. createActions should not mutate actions.
  • Fixed koa router trailing slash
  • Fixed koa uploaded file decorators

v1.0.7

07 Apr 10:14
Compare
Choose a tag to compare
  • multer updated to 1.4.5-lts.1
  • Upgraded to TypeScript 5.0.3 - @Body decorator type fixed

v1.0.6

05 Feb 19:46
Compare
Choose a tag to compare
  • class-validator updated to 0.14.0 and new enabled property forbidUnknownValues defaults to false, but can be overriden
  • import classes glob pattern for windows fixed
  • small readme fixes

v1.0.5

21 Dec 18:23
Compare
Choose a tag to compare
  • Fixed registered middlewares will respect the route prefix
  • Updated dev dependencies

v1.0.4

12 Nov 16:54
Compare
Choose a tag to compare
  • readme updated

v1.0.3

12 Nov 14:02
Compare
Choose a tag to compare

readded authorized decorator overload

v1.0.2

12 Nov 12:59
Compare
Choose a tag to compare

Path to Action-Interface changed to relative path

v1.0.1

12 Nov 12:29
Compare
Choose a tag to compare
  • Types paths changed to relative paths

v1.0.0

12 Nov 10:40
Compare
Choose a tag to compare
  • All dependencies updated
  • Tests fixed
  • Dropped NodeJS 12 support
  • Removed class-validator deprecations.
  • TypeScript-Errors fixed in test folder.