summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-12-07Simplify conditionalAsko Nomm
2025-12-07Improve templating ergonomics (#11)Asko Nomm
2025-10-26Update READMEAsko Nõmm
2025-10-26Merge pull request #10 from ↵v1.1.0Asko Nõmm
askonomm/9-investigate-making-traverse-impl-be-zipper-based 9 investigate making traverse impl be zipper based
2025-10-26Update READMEAsko Nõmm
2025-10-26#9: Implement zipper supportAsko Nõmm
2025-10-26Add alias for test replAsko Nõmm
2025-10-26Fix indentAsko Nõmm
2025-10-20Update READMEAsko Nõmm
2025-10-20Fix READMEAsko Nõmm
2025-10-20Improve READMEAsko Nõmm
2025-10-20Update READMEAsko Nõmm
2025-10-20Update READMEAsko Nõmm
2025-10-20Update READMEAsko Nõmm
2025-10-20Merge pull request #8 from ↵v1.0.3Asko Nõmm
askonomm/7-doctype-is-missing-on-a-round-trip-of-html-nodes-html #7: Fixes an issue where `!doctype` would be left out when creating n…
2025-10-20#7: Have the round trip test run only in server-side (cljs has no slurp)Asko Nõmm
2025-10-20#7: Fixes an issue where `!doctype` would be left out when creating nodes ↵Asko Nõmm
due to it being a void element, and adds a full HTML page test case.
2025-10-19Add quickdoc API doc generationAsko Nõmm
2025-10-19Update READMEAsko Nõmm
2025-10-19Merge pull request #6 from askonomm/5-same-name-elements-close-too-earlyv1.0.2Asko Nõmm
#5: Fixen an issue where same-name children of a root would cause the…
2025-10-19#5: Fixen an issue where same-name children of a root would cause the nodes ↵Asko Nõmm
to close too early.
2025-10-19Update READMEAsko Nõmm
2025-10-19Merge pull request #4 from ↵v1.0.1Asko Nõmm
askonomm/3-attribute-value-containing-forward-slash-breaks-parsing #3: Fixes an issue where if the attribute value contained forward sla…
2025-10-19#3: Fixes an issue where if the attribute value contained forward slashes, ↵Asko Nõmm
it would break the attribute parsing.
2025-10-19Merge pull request #2 from ↵Asko Nõmm
askonomm/1-self-closing-tags-break-in-dompacoordinateshtml-attrs-html #1: Fixes an issue where self-closing elements would break the attrs …
2025-10-19#1: Fixes an issue where self-closing elements would break the attrs parsingAsko Nõmm
2025-10-19Minor improvement in READMEAsko Nõmm
2025-10-19Update READMEAsko Nõmm
2025-10-19Fix READMEv1.0.0Asko Nõmm
2025-10-19Update READMEAsko Nõmm
2025-10-19Fix an issue where a sequence of nodes created with the `$` helper would break.Asko Nõmm
2025-10-19Reduce complex conditionals inside the `compose-reducer-fn`.Asko Nõmm
2025-10-19Ignore README and LICENSE changes in Tests WorkflowAsko Nõmm
2025-10-19Update README, add coverage command to `bb`.Asko Nõmm
2025-10-13Remove manual hooks in favor of a simple lint-as ruleAsko Nõmm
2025-10-13Add resources to pathAsko Nõmm
2025-10-10Separate stepsAsko Nõmm
2025-10-10Use bbAsko Nõmm
2025-10-09Do away with the $ macro for runtime-agnostic purposesAsko Nõmm
2025-10-08Add test for babashkaAsko Nõmm
2025-10-08Fix CLJS nodes testAsko Nõmm
2025-10-08Add test runner for cljsAsko Nõmm
2025-10-08Add test runner for cljsAsko Nõmm
2025-10-08Improve tests workflowAsko Nõmm
2025-10-08Add test workflowAsko Nõmm
2025-10-07Clean-upAsko Nõmm
2025-10-04Improve test coverageAsko Nõmm
2025-10-04Improve test coverageAsko Nõmm
2025-09-28Add coverage generated badge to READMEAsko Nõmm
2025-09-28Attempt coverage buildAsko Nõmm