Skip to content

Releases: eirikb/domdom

Release v6.0.4

05 Jan 21:51
06f8ecb
Compare
Choose a tag to compare
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

01 Jan 11:07
76df7a4
Compare
Choose a tag to compare
Feature/readme (#23)

* Update readme

* 6.0.2

Release v6.0.0

01 Jan 10:31
361a4a1
Compare
Choose a tag to compare
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

08 Sep 19:53
ac3176f
Compare
Choose a tag to compare
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

05 Sep 08:20
Compare
Choose a tag to compare

Release v5.6.0

04 Sep 15:33
Compare
Choose a tag to compare

Release v5.5.2

03 Sep 20:35
Compare
Choose a tag to compare

Release v5.5.1

03 Sep 18:17
Compare
Choose a tag to compare

Release v5.5.0

18 Aug 20:39
1edcced
Compare
Choose a tag to compare
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

18 Aug 18:47
cb89f25
Compare
Choose a tag to compare
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