Skip to content

Releases: byteface/domonic

URLSearchParams

01 Jul 21:03
Compare
Choose a tag to compare

URLSearchParams

me and https://6b.eleuther.ai/ knocked this out in an hour after reading...

https://jakearchibald.com/2021/encoding-data-for-post-requests/

probably woulda taken several. Should probs do that FormData one too. looks fun.

after

27 Jun 19:33
Compare
Choose a tag to compare

ChildNode started and 'after' added on dQuery

new example of spawning windows. created a toolbar by getting material design icons and mapping them to app toolbar icons

geom

26 Jun 01:15
Compare
Choose a tag to compare

been building up the geom classes using https://6b.eleuther.ai/

AI

24 Jun 23:19
Compare
Choose a tag to compare
AI

AI just generated some code for this library. still a bit mind blown and will see if can do more with it.

basically go here...

https://6b.eleuther.ai/

paste in 90% of the working class but finish with a method name that is not done yet. and bingo. it writes your code!

dquery __getitem__

10 Jun 07:17
016775a
Compare
Choose a tag to compare

travis not building atm so this is verified by github actions.

upgrading requirements

02 Jun 10:58
Compare
Choose a tag to compare

added a dev requirements. a buildabot seems to have gone nuts over that and kicking off tons of travis builds. lol. it's only required for examples folder. will have to figure out how to ignore that one triggering builds. :S

events

01 Jun 21:32
Compare
Choose a tag to compare

A Websocket component to easily track browser events. early days. needs jquery removing and more events plumbing in. but seems to work ok in tests for hash, wheel, drag, mouse, keyboard

º('a[rel=nofollow]')

30 May 14:25
Compare
Choose a tag to compare

dquery can do more complex selectors and doesn't behave like chrome $ for lists anymore

getElementsBySelector

30 May 11:06
Compare
Choose a tag to compare
        Get DOM elements based on the given CSS Selector
        https://simonwillison.net/2003/Mar/25/getElementsBySelector/ < original author
        http://www.openjs.com/scripts/dom/css_selector/ < ported to support ','
        https://bin-co.com/python/scripts/getelementsbyselector-html-css-query.php < ported to py2 (broken/bugs) *BSD LICENSED*

        fixed and ported to py3 here. quite cool means other peoples code works on my dom :)
        # TODO - needs to work in conjuctions with _matchElement so querySelector works a bit better and dQuery picks it up
        # TOOD - *= node content

new test created:
python -m unittest tests.test_dom.domonicTestCase.test_dom_getElementsBySelector

extends and merge

29 May 14:45
Compare
Choose a tag to compare

couple of commands added and a bit of a houseclean