Skip to content

v3.0.3

Compare
Choose a tag to compare
@Vorlias Vorlias released this 30 Jun 11:48
· 22 commits to main since this release
101924a

Changes since 2.1.x

  • Added ExperienceBroadcastEvent - For broadcasting events between servers in your experience. This can be used for global things like cross-server chats, server browsers and announcements.
  • [BREAKING] The second argument of Definitions.Create is now a configuration object, rather than the global middleware. Global middleware can be set by the ServerGlobalMiddleware property of the configuration.
  • [BREAKING] The old API in Net.Server and Net.Client was removed - only the classes remain now. It is recommended you use the definitions API as direct class access is considered unsafe.
  • Server definitions now use Get as well, Create is deprecated.
  • Remotes are automatically created on the server (This is configurable in the definitions configuration)
  • Get calls on the client yield for the remote (This is also configurable in the definitions configuration, if you want the old behaviour)
  • Improved connection behaviour with server events.

3.0.2

  • Fixes namespaced remotes not being generated correctly at runtime (#67)

3.0.3

  • Fixes a bug where returning undefined/nil would not return on async functions (e125d70)

Full Changelog: v.2.1.4...v3.0.3