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

Releases: Sleitnick/Knit

Release v1.4.3

28 Jan 22:46
172eb82
Compare
Choose a tag to compare

1.4.3

  • Update Component dependency
  • Update Input dependency
  • Update Signal dependency
  • Update Timer dependency
  • Update Trove dependency

Release v1.4.2

04 Jan 15:31
Compare
Choose a tag to compare

1.4.2

  • Update dependencies to latest

Release v1.4.1

27 Dec 17:30
Compare
Choose a tag to compare

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

25 Dec 13:41
8ffd06f
Compare
Choose a tag to compare

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 and GetController 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

20 Dec 22:22
31c2360
Compare
Choose a tag to compare

1.3.0

  • Add support for RemoteProperties via Comm library

Release v1.2.1

19 Dec 17:47
Compare
Choose a tag to compare

1.2.1

  • Add updated dependencies to the wally_bundle.toml dependency list

Release v1.2.0

12 Dec 17:08
Compare
Choose a tag to compare

1.2.0

  • Added options to include middleware

Release v1.1.0-rc.2

04 Nov 20:30
6434c8b
Compare
Choose a tag to compare

1.1.0-rc.2

  • Removed Services and Controllers properties to force use of GetService and GetController 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

17 Oct 18:43
Compare
Choose a tag to compare

1.1.0-rc.1

  • Migrated all core modules to Wally
  • Revamped documentation

Release v0.0.22-alpha

25 Aug 13:39
d8b07ec
Compare
Choose a tag to compare

0.0.22-alpha

  • Fix TableUtil.Sample algorithm to properly implement a partial Fisher-Yates shuffle
  • Fix TableUtil.Reduce to handle the init parameter properly
  • Update Janitor to v1.13.6
  • Small documentation adjustments