Skip to content

0.5.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@0kku 0kku released this 30 Mar 01:00
· 126 commits to master since this 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.