From: Lady Date: Sat, 6 Aug 2022 21:10:08 +0000 (-0700) Subject: Allow document specification and binding X-Git-Tag: 0.1.0^0 X-Git-Url: https://git.ladys.computer/Lemon/commitdiff_plain/3cfb1515952fbda9622c2a5d4d7b9925db1a03e3?hp=3cfb1515952fbda9622c2a5d4d7b9925db1a03e3 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. ---