Age | Commit message (Expand) | Author |
2024-03-26 | html: smush, chunkwrap: always handle joiners manually | (quasar) nebula |
2024-03-26 | html: chunkwrap: always provide at least one chunk | (quasar) nebula |
2024-03-26 | html, css: chunkwrap implementation | (quasar) nebula |
2024-03-26 | html: chunkwrap interface stub | (quasar) nebula |
2024-03-26 | html: html.smush(), Tag.smush() | (quasar) nebula |
2024-03-26 | html: Tag.#getContentJoiner() | (quasar) nebula |
2024-03-16 | html: try more boring/typical recursion for isBlank internals | (quasar) nebula |
2024-03-16 | html: experimentally optimize isBlank... with generators | (quasar) nebula |
2024-03-16 | html: redefine isBlank | (quasar) nebula |
2024-02-16 | sugar: move many functions into new #aggregate import | (quasar) nebula |
2024-02-16 | html: minor eslint fixes | (quasar) nebula |
2024-01-03 | html: trace line where tag is created | (quasar) nebula |
2024-01-03 | html: show symbol count when inspecting attributes | (quasar) nebula |
2024-01-03 | html: aggressively skip blank nice attributes when inspecting tag | (quasar) nebula |
2024-01-03 | validators: oneOf -> anyOf | (quasar) nebula |
2024-01-03 | html: simplify attributes validation and add() logic | (quasar) nebula |
2024-01-01 | html: fix mutable: false not actually receiving original attributes | (quasar) nebula |
2024-01-01 | html: add mutable option for html/attributes slot descriptions | (quasar) nebula |
2024-01-01 | html: new 'attributes' slot type | (quasar) nebula |
2024-01-01 | html: Attributes.clone | (quasar) nebula |
2024-01-01 | html: blankAttributes utility function | (quasar) nebula |
2024-01-01 | html: make isAttributes alias to isAttributesAdditionSingletValue | (quasar) nebula |
2024-01-01 | html: allow arrays in attribute addition values (recursively) | (quasar) nebula |
2024-01-01 | html: flatten attribute value arrays infinitely | (quasar) nebula |
2024-01-01 | html: inline html.tag()-specific isAttributes behavior | (quasar) nebula |
2023-12-30 | html: refactor attributes addition recursion logic | (quasar) nebula |
2023-12-30 | html: allow adding an Attributes object | (quasar) nebula |
2023-12-30 | html: tweak attribute validators, actually enable singlet validator | (quasar) nebula |
2023-12-30 | html: clean up #addHelper-related logic | (quasar) nebula |
2023-12-30 | html: support templates in attribute operations | (quasar) nebula |
2023-12-30 | data, html: attribute merging | (quasar) nebula |
2023-12-30 | html: implement isHTML with oneOf | (quasar) nebula |
2023-12-30 | html: make isHTML a proper (albeit hard-coded) validator | (quasar) nebula |
2023-12-30 | html: make isTag and isTemplate proper validators | (quasar) nebula |
2023-12-30 | html: use direct instanceof checks instead of isTag, isTemplate | (quasar) nebula |
2023-12-30 | html: don't place blockwrap at start of content | (quasar) nebula |
2023-12-30 | html: metatag('blockwrap') | (quasar) nebula |
2023-12-30 | html: Tag.contentOnly | (quasar) nebula |
2023-12-30 | html: fix certain cases of tag inspect spacing | (quasar) nebula |
2023-12-30 | html: prettify inspection with colors | (quasar) nebula |
2023-12-30 | html: don't inspect child in #stringifyContent trace layer | (quasar) nebula |
2023-12-30 | html: stack trace layer for Template content compute | (quasar) nebula |
2023-12-30 | html: stringify some attributes when inspecting tag | (quasar) nebula |
2023-12-30 | html: show html layout in stringification error trace | (quasar) nebula |
2023-12-30 | html: show tag child tree in util.inspect | (quasar) nebula |
2023-12-30 | html: refactor #stringifyContent | (quasar) nebula |
2023-12-30 | html: Attributes.has | (quasar) nebula |
2023-12-30 | html: Attributes.blank | (quasar) nebula |
2023-12-30 | html: refactor attributes toString logic | (quasar) nebula |
2023-11-09 | Merge branch 'preview' into listing-tweaks | (quasar) nebula |