This repository has been archived by the owner on Jul 31, 2024. It is now read-only.
Releases: Sleitnick/Knit
Releases · Sleitnick/Knit
Release v1.4.3
1.4.3
- Update Component dependency
- Update Input dependency
- Update Signal dependency
- Update Timer dependency
- Update Trove dependency
Release v1.4.2
1.4.2
- Update dependencies to latest
Release v1.4.1
1.4.1
- Update the Comm module to patch a middleware bug only affecting middleware that tries to change number of arguments (i.e. injecting custom arguments will now be fixed)
- Documentation improvements
Release v1.4.0
1.4.0
- Add ability to set independent middleware per service, but on the server and the client
- Added tutorial video links
- Add short-circuit evaluation to
GetService
andGetController
functions for better performance when the service/controller exists - Change Comm module to use service name as namespace instead of nested
__comm__
folder - Documentation improvements
- Breaking changes to middleware assignment (now within one
Middleware
table instead of two for inbound/outbound)
Release v1.3.0
1.3.0
- Add support for RemoteProperties via Comm library
Release v1.2.1
1.2.1
- Add updated dependencies to the
wally_bundle.toml
dependency list
Release v1.2.0
1.2.0
- Added options to include middleware
Release v1.1.0-rc.2
1.1.0-rc.2
- Removed
Services
andControllers
properties to force use ofGetService
andGetController
functions - Add
KnitOptions
argument for KnitClient to toggle whether service methods simply yield or return promises (promises by default) - Various documentation improvements
Release v1.1.0-rc.1
1.1.0-rc.1
- Migrated all core modules to Wally
- Revamped documentation
Release v0.0.22-alpha
0.0.22-alpha
- Fix
TableUtil.Sample
algorithm to properly implement a partial Fisher-Yates shuffle - Fix
TableUtil.Reduce
to handle theinit
parameter properly - Update Janitor to v1.13.6
- Small documentation adjustments