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

v0.5.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Oct 19:10
· 1 commit to main since this release

Changelog

Added

  • Adds a middleware API in place of callbacks
  • Packet is now dropped if args contain NaN

Changed

  • Changes Functions to Async
  • Moves Listen & OnRequest type validation params to constructor
  • Changes OnInvoke and InvokeAsync to OnRequest and Request

Removed

  • Removes default ratelimiting in favor of a custom middleware-based solution

Full Changelog: v0.4.1...v0.5.0