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
/
src
/
dompa
/
nodes.cljc
Age
Commit message (
Collapse
)
Author
2026-01-10
Add empty-seq? function and update nodes-from-opt to handle empty sequences ↵
Asko Nõmm
(#13)
2025-12-07
Simplify conditional
Asko Nomm
2025-12-07
Improve templating ergonomics (#11)
Asko Nomm
2025-10-26
#9: Implement zipper support
Asko Nõmm
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
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-09-27
Improve docs
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-24
Improve $ macro clj-kondo hook, impl fragment node (well, not really a node ↵
Asko Nõmm
itself, but any node with a name of :<> will replace itself with its children.
2025-09-24
Improve performance of the $ macro.
Asko Nõmm
2025-09-23
Improvements to the utils macros.
Asko Nõmm
2025-09-23
Make nodes have namespaces keys so that we could make `$` helper macro into ↵
Asko Nõmm
a function instead.
2025-09-22
Improvements to turning nodes into a HTML string, namely added support for ↵
Asko Nõmm
attributes, and improvements to the $ macro.
2025-09-14
Restructure and start working on tests
Asko Nõmm