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
/
coordinates.cljc
Age
Commit message (
Expand
)
Author
2025-10-20
#7: Fixes an issue where `!doctype` would be left out when creating nodes due...
Asko Nõmm
2025-10-19
#5: Fixen an issue where same-name children of a root would cause the nodes t...
Asko Nõmm
2025-10-19
#3: Fixes an issue where if the attribute value contained forward slashes, it...
Asko Nõmm
2025-10-19
#1: Fixes an issue where self-closing elements would break the attrs parsing
Asko Nõmm
2025-10-19
Reduce complex conditionals inside the `compose-reducer-fn`.
Asko Nõmm
2025-09-27
Clean-up, documenting...
Asko Nõmm
2025-09-26
Use `cond->` instead of `merge`
Asko Nõmm
2025-09-23
Make nodes have namespaces keys so that we could make `$` helper macro into a...
Asko Nõmm
2025-09-20
Fix issue with node name capture, add another test case.
Asko Nõmm
2025-09-20
Many fixes to coordinates logic in capturing attributes, and more tests. Coor...
Asko Nõmm
2025-09-14
Fix issue where a text node coordinate would not be created if it's the only ...
Asko Nõmm
2025-09-14
Restructure and start working on tests
Asko Nõmm