Skip to content

Releases: byteface/domonic

shadow

03 Sep 19:33
Compare
Choose a tag to compare

added a class for shadowRoot but not tested.

added more tests for the DOM and started walking through tests on the Node. Got most of the big ones covered and fixed a few.

still need to think about how i want to tackle 'parent'

interval swap param order

02 Sep 18:28
Compare
Choose a tag to compare

time and func reversed to be inline with the js method

python3 -m domonic -h

02 Sep 16:46
Compare
Choose a tag to compare

passing --help now launches the docs

cli stuff

02 Sep 16:35
Compare
Choose a tag to compare

pass sites to domonic to generate templates from html i.e.

python -m domonic -d http://histo.io/

https://domonic.readthedocs.io/

31 Aug 21:22
Compare
Choose a tag to compare

command.run('anything')

31 Aug 11:56
Compare
Choose a tag to compare

import domonic.terminal import command
command.run('echo hi')

ezcron needs to run anything that's on the cron line...

styling

30 Aug 22:31
Compare
Choose a tag to compare

Styling is now supported...

mytag = div("hi", _id="test")
mytag.style.backgroundColor = "black"
mytag.style.fontSize = "12px"
print(mytag)

asdfasdf

created events package

30 Aug 13:05
Compare
Choose a tag to compare

tests seem to pass.

event listeners

29 Aug 21:59
Compare
Choose a tag to compare

got round to hooking that up. seems to work with basic test.

also fixed createElement to return instance not class.

potentially breaking changes

24 Aug 13:44
Compare
Choose a tag to compare

maybe stick with prior version. upgrade carefully if need to.

terminal works different. tries to differentiate between types of command.