index
:
dompa.git
allow-docstrings-in-defhtml
main
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
dompa
/
nodes_test.cljc
Age
Commit message (
Collapse
)
Author
2026-02-11
Allow docstrings in `defhtml` (closes #2)
allow-docstrings-in-defhtml
Asko Nõmm
2026-02-11
Allow nesting of `defhtml` (#1)
Asko Nõmm
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
Add empty-seq? function and update nodes-from-opt to handle empty sequences ↵
Asko Nõmm
(#13)
2025-12-07
Improve templating ergonomics (#11)
Asko Nomm
2025-10-26
#9: Implement zipper support
Asko Nõmm
2025-10-19
Fix an issue where a sequence of nodes created with the `$` helper would break.
Asko Nõmm
2025-10-09
Do away with the $ macro for runtime-agnostic purposes
Asko Nõmm
2025-10-08
Fix CLJS nodes test
Asko Nõmm
2025-10-08
Add test runner for cljs
Asko Nõmm
2025-10-04
Improve test coverage
Asko Nõmm
2025-09-27
Clean-up, documenting...
Asko Nõmm
2025-09-26
On second thought it's really not related to templating, just nodes, so ↵
Asko Nõmm
moving to nodes ns.
2025-09-14
Restructure and start working on tests
Asko Nõmm