0.5.1
Pre-release
Pre-release
feat: Components are generic over their accepted props
feat: computed()
perf: Better ReactiveArryay::filter()
fix: Improved ReactiveArray indexing — this improves lookup performance and fixes some bugs when extending the class
fix: Components can be assed as props
fix: change watcher for input elements
BREAKING: removed ReactivePrimitive.from()
BREAKING: removed reactiveExpression
BREAKING: rename DestinyElement to Component
BREAKING: Removed HTML parser. Use the XML parser instead.
BREAKING: removed support for kebab-cased props — this is not needed when HTML parsing is not supported; just use camelCased properties.