<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dompa.git/src/dompa/coordinates.cljc, branch main</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git2.nmm.ee/dompa.git/atom?h=main</id>
<link rel='self' href='https://git2.nmm.ee/dompa.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git2.nmm.ee/dompa.git/'/>
<updated>2025-10-19T21:42:50+00:00</updated>
<entry>
<title>#7: Fixes an issue where `!doctype` would be left out when creating nodes due to it being a void element, and adds a full HTML page test case.</title>
<updated>2025-10-19T21:42:50+00:00</updated>
<author>
<name>Asko Nõmm</name>
<email>asko@nmm.ee</email>
</author>
<published>2025-10-19T21:42:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git2.nmm.ee/dompa.git/commit/?id=7644be5e3beff7ee986aa77dc47e27aac0f22e1f'/>
<id>urn:sha1:7644be5e3beff7ee986aa77dc47e27aac0f22e1f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>#5: Fixen an issue where same-name children of a root would cause the nodes to close too early.</title>
<updated>2025-10-19T20:17:34+00:00</updated>
<author>
<name>Asko Nõmm</name>
<email>asko@nmm.ee</email>
</author>
<published>2025-10-19T20:17:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git2.nmm.ee/dompa.git/commit/?id=79159a47202cda8bdfa74e3e594f69ab1f6c9e2a'/>
<id>urn:sha1:79159a47202cda8bdfa74e3e594f69ab1f6c9e2a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>#3: Fixes an issue where if the attribute value contained forward slashes, it would break the attribute parsing.</title>
<updated>2025-10-19T15:12:40+00:00</updated>
<author>
<name>Asko Nõmm</name>
<email>asko@nmm.ee</email>
</author>
<published>2025-10-19T15:12:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git2.nmm.ee/dompa.git/commit/?id=ad98bfddb09c6be641ff6755bb8caefc50f1636d'/>
<id>urn:sha1:ad98bfddb09c6be641ff6755bb8caefc50f1636d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>#1: Fixes an issue where self-closing elements would break the attrs parsing</title>
<updated>2025-10-19T14:50:06+00:00</updated>
<author>
<name>Asko Nõmm</name>
<email>asko@nmm.ee</email>
</author>
<published>2025-10-19T14:50:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git2.nmm.ee/dompa.git/commit/?id=c3c62d780457a2fa1de1ab80ba66fdd1c82d6520'/>
<id>urn:sha1:c3c62d780457a2fa1de1ab80ba66fdd1c82d6520</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reduce complex conditionals inside the `compose-reducer-fn`.</title>
<updated>2025-10-19T09:56:10+00:00</updated>
<author>
<name>Asko Nõmm</name>
<email>asko@nmm.ee</email>
</author>
<published>2025-10-19T09:56:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git2.nmm.ee/dompa.git/commit/?id=3a8a9cf2bc4d775153ce5fd0a00645c49384c46e'/>
<id>urn:sha1:3a8a9cf2bc4d775153ce5fd0a00645c49384c46e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clean-up, documenting...</title>
<updated>2025-09-27T10:42:04+00:00</updated>
<author>
<name>Asko Nõmm</name>
<email>asko@nmm.ee</email>
</author>
<published>2025-09-27T10:42:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git2.nmm.ee/dompa.git/commit/?id=b6588785d7fa759fe4571f030322e05c85edc78c'/>
<id>urn:sha1:b6588785d7fa759fe4571f030322e05c85edc78c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use `cond-&gt;` instead of `merge`</title>
<updated>2025-09-26T12:15:50+00:00</updated>
<author>
<name>Asko Nõmm</name>
<email>asko@nmm.ee</email>
</author>
<published>2025-09-26T12:15:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git2.nmm.ee/dompa.git/commit/?id=1a99176287d085b6784cb0113f415d0b0dddff6e'/>
<id>urn:sha1:1a99176287d085b6784cb0113f415d0b0dddff6e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make nodes have namespaces keys so that we could make `$` helper macro into a function instead.</title>
<updated>2025-09-22T23:08:12+00:00</updated>
<author>
<name>Asko Nõmm</name>
<email>asko@nmm.ee</email>
</author>
<published>2025-09-22T23:08:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git2.nmm.ee/dompa.git/commit/?id=20fa62ab90ed87e143bf9b140ba4b7708f1e91ee'/>
<id>urn:sha1:20fa62ab90ed87e143bf9b140ba4b7708f1e91ee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix issue with node name capture, add another test case.</title>
<updated>2025-09-20T17:25:34+00:00</updated>
<author>
<name>Asko Nõmm</name>
<email>asko@nmm.ee</email>
</author>
<published>2025-09-20T17:25:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git2.nmm.ee/dompa.git/commit/?id=5f163f2b62613368714d8a1e8b342daaac0f89d5'/>
<id>urn:sha1:5f163f2b62613368714d8a1e8b342daaac0f89d5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Many fixes to coordinates logic in capturing attributes, and more tests. Coordinates ns is shaping up well.</title>
<updated>2025-09-20T16:58:00+00:00</updated>
<author>
<name>Asko Nõmm</name>
<email>asko@nmm.ee</email>
</author>
<published>2025-09-20T16:58:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git2.nmm.ee/dompa.git/commit/?id=9f31cc6a5aae83f7986e733603e62e91eae31196'/>
<id>urn:sha1:9f31cc6a5aae83f7986e733603e62e91eae31196</id>
<content type='text'>
</content>
</entry>
</feed>
