Closed theengineear closed 22 hours ago
@klebba — This PR kinda sucked me in… I’m going to get it merged so we can discuss and make smaller PRs against main
. All-in-all, I ended up making a bunch of small-but-important fixes, re-vamping our interface, and re-tuning for performance.
I tried to document the high-level summary in CHANGELOG.md
.
Changes:
??attr
binding syntax.ifDefined
to delete attr onnull
as well asundefined
.ifDefined
/nullish
in favor of??attr
binding.repeat
in favor ofmap
.Closes #204.