Full Changelog: 0.19.4...0.20.0
Added
- Added
@Computedand@Linkeddecorator syntax.- Should have done this earlier, but hesitated because I couldn't get the
equalparameter to infer the output type ofComputed/LinkedSignalusing the decorator syntax + usinglambda(still doesn't work!). But the advantages of introducing decorators outweights this problem I think.
- Should have done this earlier, but hesitated because I couldn't get the