summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-02-11Update docsv1.2.3Asko Nõmm
2026-02-10Merge pull request 'Allow docstrings in `defhtml` (closes #2)' (#5) from ↵Asko Nõmm
allow-docstrings-in-defhtml into main Reviewed-on: https://git.nmm.ee/asko/dompa/pulls/5
2026-02-11Allow docstrings in `defhtml` (closes #2)allow-docstrings-in-defhtmlAsko Nõmm
2026-02-10Merge pull request 'Allow nesting of `defhtml` (#1)' (#4) from ↵Asko Nõmm
allow-nesting-of-defhtml into main Reviewed-on: https://git.nmm.ee/asko/dompa/pulls/4
2026-02-11Allow nesting of `defhtml` (#1)Asko Nõmm
2026-01-25Remove CodeScene average code health badge from READMEAsko Nõmm
2026-01-25Update Zulu JDK to 24.0.2 (zulu24.32.13)Asko Nõmm
2026-01-25Trigger CI with host networkingAsko Nõmm
2026-01-25Trigger CIAsko Nõmm
2026-01-25Use Forgejo's checkout action with fully qualified URLAsko Nõmm
2026-01-25Use node:20 image for actions/checkout compatibilityAsko Nõmm
2026-01-25Fix checkout: use git fetch instead of clone to avoid network issuesAsko Nõmm
2026-01-25Fix workflow checkout to use actions/checkout@v4Asko Nõmm
2026-01-25Update workflowAsko Nõmm
2026-01-25Update workflowAsko Nõmm
2026-01-25Update README: change git URL to git.nmm.ee and remove tests badgeAsko Nõmm
2026-01-10Update README to reflect new version v1.2.2 and corresponding SHAAsko Nõmm
2026-01-10Merge pull request #16 from ↵v1.2.2Asko Nõmm
askonomm/15-ending-nils-remove-the-entire-hierarchy-at-its-level Fix HTML rendering to handle nil values without removing sibling elements
2026-01-10Fix HTML rendering to handle nil values without removing sibling elements; ↵Asko Nõmm
add tests for nil handling in node hierarchy (#15)
2026-01-10Update README to reflect new version v1.2.1 and corresponding SHAAsko Nõmm
2026-01-10Merge pull request #14 from ↵v1.2.1Asko Nõmm
askonomm/13-empty-sequence-would-render-clojurelanglazyseq1-in-html-output Add empty-seq? function and update nodes-from-opt to handle empty seqs
2026-01-10Add empty-seq? function and update nodes-from-opt to handle empty sequences ↵Asko Nõmm
(#13)
2025-12-07Fix README shaAsko Nomm
2025-12-07Update READMEv1.2.0Asko Nomm
2025-12-07Merge pull request #12 from askonomm/11-improve-templating-ergonomicsAsko Nõmm
Improve templating ergonomics (#11)
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 …