This repository has been archived by the owner on Jul 31, 2024. It is now read-only.
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)