]> Lady’s Gitweb - Lemon/log
Lemon
16 months ago[window] Polyfill top‐level D·O·M interfaces current 0.2.2
Lady [Sun, 7 Aug 2022 20:29:55 +0000 (13:29 -0700)]
[window] Polyfill top‐level D·O·M interfaces

16 months ago[window] Don’t use xmldom/lib/dom.js 0.2.1
Lady [Sun, 7 Aug 2022 06:09:03 +0000 (23:09 -0700)]
[window] Don’t use xmldom/lib/dom.js

To allow interop with scripts which depend on “root” xmldom.

16 months agoAdd method chaining syntax for attributes 0.2.0
Lady [Sun, 7 Aug 2022 04:52:00 +0000 (21:52 -0700)]
Add method chaining syntax for attributes

You can now do `` p.hidden.class("my-class")`My hidden paragraph` ``
and so forth.

16 months agoAllow document specification and binding 0.1.0
Lady [Sat, 6 Aug 2022 21:10:08 +0000 (14:10 -0700)]
Allow document specification and binding

The document for created nodes is now taken from the `document`
property on `this`. A `bind` method is added to `Lemon` to allow for
binding of context without losing the proxy behaviours of the original.

Testing dependencies were refactored into a `./window` module and the
dependency on a `globalThis.Node` object was removed.

16 months agoInitial commit
Lady [Wed, 11 May 2022 02:15:39 +0000 (19:15 -0700)]
Initial commit

This page took 0.019537 seconds and 4 git commands to generate.