This repository has been archived by the owner on Jul 31, 2024. It is now read-only.
Releases: Sleitnick/Knit
Releases · Sleitnick/Knit
Release v0.0.11-alpha
- 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
orThread.DelayRepeatBehavior.Immediate
).
- Note: If using var-args list for
- Added
Symbol
class
Release v0.0.10-alpha
- Switch default branch from
master
tomain
Component:WaitFor
first arg can now be a name or instanceInit
for individual components is called after a heartbeat, which helps allow components to get other components without race conditions whenComponent.Auto
is used.
Release v0.0.9-alpha
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
- 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
- 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
- Add more functionality to Component module
Release v0.0.5-alpha
- Added Component class, which allows developers to bind component classes to in-game instances using the CollectionService tags
- Renamed
Event
toSignal
Release v0.0.4-alpha
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
v0.0.3-alpha
Release v0.0.2-alpha
v0.0.2-alpha