Skip to main content

Toasty Changelog

1.1.0

  • Added middleware to networking (#8)
  • Added LoadOrder option to singletons (#7)
  • Fixed .rbxm workflow to have types in packages
  • Fixed docs spelling

1.0.0

  • Fixed ServerFunction type
  • Added proper disconnection to networking
  • Added predicts to networking
  • Complete rewrite of documentation
  • Added new bootstrap function to automatically call Toasty.Service() or Toasty.Controller() for you
  • Added config system using _G and a Flag system
  • Complete overhaul of how networking works
    • Deprecated Networking.SetupFromModule(); use Networking.Setup() instead
    • Added Unreliable RemoteEvents and RemoteFunctions