summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-10-19Merge pull request #4 from ↵v1.0.1Asko 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-19Merge 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 parsingAsko Nõmm
2025-10-19Minor improvement in READMEAsko Nõmm
2025-10-19Update READMEAsko Nõmm
2025-10-19Fix READMEv1.0.0Asko Nõmm
2025-10-19Update READMEAsko Nõmm
2025-10-19Fix an issue where a sequence of nodes created with the `$` helper would break.Asko Nõmm
2025-10-19Reduce complex conditionals inside the `compose-reducer-fn`.Asko Nõmm
2025-10-19Ignore README and LICENSE changes in Tests WorkflowAsko Nõmm
2025-10-19Update README, add coverage command to `bb`.Asko Nõmm
2025-10-13Remove manual hooks in favor of a simple lint-as ruleAsko Nõmm
2025-10-13Add resources to pathAsko Nõmm
2025-10-10Separate stepsAsko Nõmm
2025-10-10Use bbAsko Nõmm
2025-10-09Do away with the $ macro for runtime-agnostic purposesAsko Nõmm
2025-10-08Add test for babashkaAsko Nõmm
2025-10-08Fix CLJS nodes testAsko Nõmm
2025-10-08Add test runner for cljsAsko Nõmm
2025-10-08Add test runner for cljsAsko Nõmm
2025-10-08Improve tests workflowAsko Nõmm
2025-10-08Add test workflowAsko Nõmm
2025-10-07Clean-upAsko Nõmm
2025-10-04Improve test coverageAsko Nõmm
2025-10-04Improve test coverageAsko Nõmm
2025-09-28Add coverage generated badge to READMEAsko Nõmm
2025-09-28Attempt coverage buildAsko Nõmm
2025-09-28Attempt coverage buildAsko Nõmm
2025-09-28Attempt coverage buildAsko Nõmm
2025-09-28Attempt coverage buildAsko Nõmm
2025-09-28Test build works, add to READMEAsko Nõmm
2025-09-28WIP coverage, finish test buildAsko Nõmm
2025-09-28WIP coverage, finish test buildAsko Nõmm
2025-09-28WIP coverage, finish test buildAsko Nõmm
2025-09-28WIP coverage, finish test buildAsko Nõmm
2025-09-28wip buildAsko Nõmm
2025-09-28wip buildAsko Nõmm
2025-09-28wip buildAsko Nõmm
2025-09-28wip buildAsko Nõmm
2025-09-27Add barebones README, add licenseAsko Nõmm
2025-09-27Improve docsAsko Nõmm
2025-09-27Clean-up, documenting...Asko Nõmm
2025-09-27Use `doseq` instead of wrapping `for` with a `doall`.Asko Nõmm
2025-09-26On second thought it's really not related to templating, just nodes, so ↵Asko Nõmm
moving to nodes ns.
2025-09-26Rename `utils-test` to `templates-test`Asko Nõmm
2025-09-26Use `cond->` instead of `merge`Asko Nõmm
2025-09-26Improve clj-kondo hooks.Asko Nõmm
2025-09-25Simplify messagesAsko Nõmm
2025-09-25Rename utils to templates, as it is more appropriate.Asko Nõmm