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

Release v0.0.12-alpha

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jan 19:37
· 99 commits to bb038be4dddadd67a099c76d8ddee386fea09c07 since this release
  • Added new 'Add' functions to automatically load all modules in a folder. This is useful for quickly loading a bunch of service or controller modules:
    • KnitServer.AddServices(folder: Instance)
    • KnitServer.AddServicesDeep(folder: Instance)
    • KnitClient.AddControllers(folder: Instance)
    • KnitClient.AddControllersDeep(folder: Instance)
  • Split up remotes to server/client versions:
    • RemoteEvent -> RemoteSignal and ClientRemoteSignal
    • RemoteProperty -> RemoteProperty and ClientRemoteProperty
  • Knit module isn't required to live in ReplicatedStorage now
  • Added EnumList class which wraps Symbols to create pseudo-enums
  • Added style guide in documentation