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
/
utils.cljc
Age
Commit message (
Collapse
)
Author
2025-09-25
Rename utils to templates, as it is more appropriate.
Asko Nõmm
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
WIP
Asko Nõmm
2025-09-24
Fix issue where one could not use ints or longs in the $ macro, and add ↵
Asko Nõmm
clj-kondo hook for better validation.
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-22
Refactor into a macro
Asko Nõmm
2025-09-21
Starting work on HTML builder functions. Probably needs a different namespace.
Asko Nõmm
2025-09-14
Restructure and start working on tests
Asko Nõmm