Skip to content

v0.2.0

Compare
Choose a tag to compare
@jiwonz jiwonz released this 24 Oct 11:50
· 13 commits to main since this release

Major breaking changes

  • Change Packet.onServerReceived and Packet.onClientReceived to Packet.event.
  • Change HandyNet.defineReliablePacket and HandyNet.defineUnreliablePacket to HandyNet.definePacket and provide reliability argument.
  • Replace Commands with Events.
  • Remove Namespace.client and Namespace.server. sendTo, sendToServer, and broadcast are replaced by send.
  • Packets are now one directional.

Added

  • Add BrickColor and Enum data type.
  • Add korean(한국어) docs comments.