Age | Commit message (Expand) | Author |
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 |
2023-09-28 | data, util: use typeAppearance in more places | (quasar) nebula |
2023-09-11 | Merge branch 'preview' into track-data-cleanup | (quasar) nebula |
2023-09-11 | data, html, infra: supporting changes for sanitizing content | (quasar) nebula |
2023-09-08 | fix miscellaneous eslint errors | (quasar) nebula |
2023-08-20 | html: expand resolve to take "normalize" option | (quasar) nebula |
2023-08-19 | clean up imports & miscellaneous metastructures across codebase | (quasar) nebula |
2023-08-16 | html: Attributes: expose attributes in inspect.custom | (quasar) nebula |
2023-08-16 | html: Attributes: push() util | (quasar) nebula |
2023-08-16 | html: move parseAttributes from replacer into html lib | (quasar) nebula |
2023-08-16 | html: tags: allow passing attributes to tags() | (quasar) nebula |
2023-08-15 | html: expose Attributes class via html.attributes() | (quasar) nebula |
2023-08-02 | infra: html: make deep Template resolving opt-in via utility | (quasar) nebula |
2023-08-02 | infra: html: make deeper layers of Template content translucent | (quasar) nebula |
2023-08-02 | html: Tag.clone, Template.clone: clone own constructors | (quasar) nebula |
2023-07-14 | Merge branch 'url-special-chars' into data-steps | (quasar) nebula |
2023-07-14 | handle special characters in URLs more carefully | (quasar) nebula |
2023-06-12 | html: inspect.custom() annotations for html classes | (quasar) nebula |
2023-06-12 | html: new Stationery class for instantiating Templates | (quasar) nebula |
2023-06-12 | html: move slot validation into own function | (quasar) nebula |
2023-06-03 | html: accept false (ala cond && tag) in isHTML | (quasar) nebula |
2023-04-15 | html: clone tags & templates passed in via slots | (quasar) nebula |
2023-04-15 | html, test: default slots only for null, not falsey values | (quasar) nebula |
2023-04-09 | test: html.template slot value errors | (quasar) nebula |
2023-04-09 | test: html.template & Template descriptor errors | (quasar) nebula |
2023-04-08 | html: drastically simplify template/slot system | (quasar) nebula |
2023-04-05 | html: tags(), isBlank() | (quasar) nebula |