1.0.1-alpha.108 (2023-11-21)
Bug Fixes
- app: correctly end stopwatch frame (86be2e1)
- broker: await disconnect (0568378)
- core: make sure stringifyValueWithType does not print unlimited depth (56fbef9)
- framework: don't enable profiler per default (52a7e52)
- framework: dont throw when profiler package couldn't be built. (3b165d6)
- framework: provide always DebugBroker (1b55b65)
- http: fix tests to reflect new error reporting (1eb83ff)
- injector: make sure type cache is used when finding matching provider. (8c79e4b)
- rpc: correctly load controller name (9d603db)
- rpc: race condition in disconnect() when connect is still in progress (f2d708d)
- template: better typings to support
<element role="string">
(efb1668) - type: correctly check
X extends Date
and print validation errors with caused value. (fde795e) - type: correctly materialize Promise in runtime checks. (aa66460), closes #495
- type: make sure
typeof x
expression doesn't return the original type (7206e7e) - type: make sure inline returns a ref to the correct type program (dc5d6dd)
Features
- rpc: make controller decorator name optional (#491) (525ed39)
- type-compiler: emit typeName for type only imports (#501) (318d091)