| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-02-10 | Merge 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-11 | Allow nesting of `defhtml` (#1) | Asko Nõmm | |
| 2026-01-25 | Remove CodeScene average code health badge from README | Asko Nõmm | |
| 2026-01-25 | Update Zulu JDK to 24.0.2 (zulu24.32.13) | Asko Nõmm | |
| 2026-01-25 | Trigger CI with host networking | Asko Nõmm | |
| 2026-01-25 | Trigger CI | Asko Nõmm | |
| 2026-01-25 | Use Forgejo's checkout action with fully qualified URL | Asko Nõmm | |
| 2026-01-25 | Use node:20 image for actions/checkout compatibility | Asko Nõmm | |
| 2026-01-25 | Fix checkout: use git fetch instead of clone to avoid network issues | Asko Nõmm | |
| 2026-01-25 | Fix workflow checkout to use actions/checkout@v4 | Asko Nõmm | |
| 2026-01-25 | Update workflow | Asko Nõmm | |
| 2026-01-25 | Update workflow | Asko Nõmm | |
| 2026-01-25 | Update README: change git URL to git.nmm.ee and remove tests badge | Asko Nõmm | |
| 2026-01-10 | Update README to reflect new version v1.2.2 and corresponding SHA | Asko Nõmm | |
| 2026-01-10 | Merge pull request #16 from ↵v1.2.2 | Asko 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-10 | Fix HTML rendering to handle nil values without removing sibling elements; ↵ | Asko Nõmm | |
| add tests for nil handling in node hierarchy (#15) | |||
| 2026-01-10 | Update README to reflect new version v1.2.1 and corresponding SHA | Asko Nõmm | |
| 2026-01-10 | Merge pull request #14 from ↵v1.2.1 | Asko 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-10 | Add empty-seq? function and update nodes-from-opt to handle empty sequences ↵ | Asko Nõmm | |
| (#13) | |||
| 2025-12-07 | Fix README sha | Asko Nomm | |
| 2025-12-07 | Update READMEv1.2.0 | Asko Nomm | |
| 2025-12-07 | Merge pull request #12 from askonomm/11-improve-templating-ergonomics | Asko Nõmm | |
| Improve templating ergonomics (#11) | |||
| 2025-12-07 | Simplify conditional | Asko Nomm | |
| 2025-12-07 | Improve templating ergonomics (#11) | Asko Nomm | |
| 2025-10-26 | Update README | Asko Nõmm | |
| 2025-10-26 | Merge pull request #10 from ↵v1.1.0 | Asko Nõmm | |
| askonomm/9-investigate-making-traverse-impl-be-zipper-based 9 investigate making traverse impl be zipper based | |||
| 2025-10-26 | Update README | Asko Nõmm | |
| 2025-10-26 | #9: Implement zipper support | Asko Nõmm | |
| 2025-10-26 | Add alias for test repl | Asko Nõmm | |
| 2025-10-26 | Fix indent | Asko Nõmm | |
| 2025-10-20 | Update README | Asko Nõmm | |
| 2025-10-20 | Fix README | Asko Nõmm | |
| 2025-10-20 | Improve README | Asko Nõmm | |
| 2025-10-20 | Update README | Asko Nõmm | |
| 2025-10-20 | Update README | Asko Nõmm | |
| 2025-10-20 | Update README | Asko Nõmm | |
| 2025-10-20 | Merge pull request #8 from ↵v1.0.3 | Asko 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-19 | Add quickdoc API doc generation | Asko Nõmm | |
| 2025-10-19 | Update README | Asko Nõmm | |
| 2025-10-19 | Merge pull request #6 from askonomm/5-same-name-elements-close-too-earlyv1.0.2 | Asko 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-19 | Update README | Asko Nõmm | |
| 2025-10-19 | Merge pull request #4 from ↵v1.0.1 | Asko 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-19 | Merge 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 parsing | Asko Nõmm | |
| 2025-10-19 | Minor improvement in README | Asko Nõmm | |
| 2025-10-19 | Update README | Asko Nõmm | |
