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

Releases: Sleitnick/Knit

Release v0.0.11-alpha

27 Dec 19:17
Compare
Choose a tag to compare
  • Documentation fixes and additions
  • Better table support for RemoteProperty class
  • Fixes and additions to Option class
  • Optional behavior argument for Thread.DelayRepeat
    • Note: If using var-args list for DelayRepeat, this is a breaking change. DelayRepeat's third argument must be the behavior (Thread.DelayRepeatBehavior.Delayed or Thread.DelayRepeatBehavior.Immediate).
  • Added Symbol class

Release v0.0.10-alpha

11 Oct 14:45
Compare
Choose a tag to compare
  • Switch default branch from master to main
  • Component:WaitFor first arg can now be a name or instance
  • Init for individual components is called after a heartbeat, which helps allow components to get other components without race conditions when Component.Auto is used.

Release v0.0.9-alpha

26 Sep 20:55
Compare
Choose a tag to compare

Fixed issue where remote objects were parented before services completed initialization. This created a possible race condition between services initializing and clients loading Knit.

Release v0.0.8-alpha

04 Sep 15:30
Compare
Choose a tag to compare
  • Added Option class for creating optionals.
  • Added serialization/deserialization automatic flow for RemoteEvents and RemoteFunctions.
  • Upgraded Promise to v3.0.1.

Release v0.0.7-alpha

11 Aug 16:03
Compare
Choose a tag to compare
  • Added a few tests (very few so far)
  • Added PascalCase methods to Promise module
  • Components will only trigger for instances that are descendants of Players or Workspace by default
  • GitHub workflow to auto-publish the Knit module to Roblox.

Release v0.0.6-alpha

27 Jul 13:58
Compare
Choose a tag to compare
  • Add more functionality to Component module

Release v0.0.5-alpha

25 Jul 21:47
Compare
Choose a tag to compare
  • Added Component class, which allows developers to bind component classes to in-game instances using the CollectionService tags
  • Renamed Event to Signal

Release v0.0.4-alpha

09 Jul 19:25
Compare
Choose a tag to compare

Additions:

  • Ability to use tables within RemoteProperty object
  • RemoteProperty now has property:Replicate() method server-side that must be called when a table value is changed (see doc)

Release v0.0.3-alpha

09 Jul 13:17
Compare
Choose a tag to compare
v0.0.3-alpha

Release v0.0.2-alpha

08 Jul 19:46
Compare
Choose a tag to compare
v0.0.2-alpha