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

Releases: luminlabsdev/net

v0.5.0

11 Oct 19:10
Compare
Choose a tag to compare

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

v0.4.1

19 Sep 02:05
Compare
Choose a tag to compare

Changelog

Fixed

  • Fixed an issue where Futures were still used that resulted in errornous code

v0.4.0

18 Sep 22:59
Compare
Choose a tag to compare

Changelog

Removed

  • Removed Futures, all code now yields

v0.3.0

08 Sep 23:24
Compare
Choose a tag to compare

Changelog

Fixed

  • Fixed issues with wally package types
  • Fixed changelog problems

v0.2.0

08 Sep 17:32
Compare
Choose a tag to compare

Changelog

Added

  • Added proper docs
  • Futures in replacement of Promises

v0.1.0

07 Aug 02:32
Compare
Choose a tag to compare