Releases: eirikb/domdom
Releases · eirikb/domdom
Release v6.0.4
Feature/godmode2 (#26) * Hello godMode Initial setup. It works. But it's not perfect (child). * Moremode godMode * Move the odd p out of the odd class * Hack arrays Upon array change change all the changes. Sorry. Only for GodMode. This mode is slower anyway, why not just slow it down a lot more. * Update readme * 6.0.4
Release v6.0.2
Feature/readme (#23) * Update readme * 6.0.2
Release v6.0.0
Feature/global on4 (#22) * Global "on" - `globalOn` Make `data` private again. Create a new `globalOn` as replacement for `data.on`. Considered using `don` and `on`. But meh, `globalOn` should not be used much. I hope. * 6.0.1
Release v5.8.0
Feature/data attribute (#17) * Rudimentary support for dataset Check if attribute starts with "data-", if so the value is added to `dataset`. Note; attributes such as `dataThing` will not work. * 5.8.0
Release v5.7.0
5.7.0
Release v5.6.0
5.6.0
Release v5.5.2
5.5.2
Release v5.5.1
5.5.1
Release v5.5.0
Feature/generics (#16) * Rudimentary support for generics Possible to specify type when calling "on" or "get". The type will be blindly casted. Default type is `any`. * Bump data dependency (has the generic support) * 5.5.0
Release v5.4.0
Feature/ts (#15) * Bye bye Domponent Replaced with a single "Opts" interface. This interface has `children` and `mounted`, but unlike Dompoent these are not nullable. Opts is now passed in as _second_ argument. * 5.4.0