<feed xmlns='http://www.w3.org/2005/Atom'>
<title>askama/askama_shared, branch main</title>
<subtitle>added poem support</subtitle>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/askama/'/>
<entry>
<title>Merge askama_derive into askama</title>
<updated>2022-06-08T11:36:48+00:00</updated>
<author>
<name>René Kijewski</name>
<email>kijewski@library.vetmed.fu-berlin.de</email>
</author>
<published>2022-06-08T10:52:00+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/askama/commit/?id=6cce13f076bdd3e8d9b0bf888c0464a1af9df25f'/>
<id>6cce13f076bdd3e8d9b0bf888c0464a1af9df25f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update comrak requirement from 0.12 to 0.13</title>
<updated>2022-06-07T06:08:48+00:00</updated>
<author>
<name>dependabot[bot]</name>
<email>49699333+dependabot[bot]@users.noreply.github.com</email>
</author>
<published>2022-06-07T04:12:06+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/askama/commit/?id=ecf671945a1d3bdb5426a38f7ee1477e51a55bca'/>
<id>ecf671945a1d3bdb5426a38f7ee1477e51a55bca</id>
<content type='text'>
Updates the requirements on [comrak](https://github.com/kivikakk/comrak) to permit the latest version.
- [Release notes](https://github.com/kivikakk/comrak/releases)
- [Changelog](https://github.com/kivikakk/comrak/blob/main/changelog.txt)
- [Commits](https://github.com/kivikakk/comrak/compare/0.12.0...0.13.0)

---
updated-dependencies:
- dependency-name: comrak
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updates the requirements on [comrak](https://github.com/kivikakk/comrak) to permit the latest version.
- [Release notes](https://github.com/kivikakk/comrak/releases)
- [Changelog](https://github.com/kivikakk/comrak/blob/main/changelog.txt)
- [Commits](https://github.com/kivikakk/comrak/compare/0.12.0...0.13.0)

---
updated-dependencies:
- dependency-name: comrak
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Move code generation into askama_derive</title>
<updated>2022-05-24T14:41:32+00:00</updated>
<author>
<name>René Kijewski</name>
<email>kijewski@library.vetmed.fu-berlin.de</email>
</author>
<published>2022-05-24T12:20:09+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/askama/commit/?id=064077a9001e121a12fc234fee44514840380a0e'/>
<id>064077a9001e121a12fc234fee44514840380a0e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move configuration into its own module</title>
<updated>2022-05-23T09:14:22+00:00</updated>
<author>
<name>René Kijewski</name>
<email>kijewski@library.vetmed.fu-berlin.de</email>
</author>
<published>2022-05-18T15:13:52+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/askama/commit/?id=e30cad33fd28c0d2546fbd70afa6834bea195f9e'/>
<id>e30cad33fd28c0d2546fbd70afa6834bea195f9e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix nightly clippy warning (#684)</title>
<updated>2022-05-18T11:36:16+00:00</updated>
<author>
<name>Dirkjan Ochtman</name>
<email>dirkjan@ochtman.nl</email>
</author>
<published>2022-05-18T11:36:16+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/askama/commit/?id=c78c1dfc25a8bbc6a1ceffbce31f102e9afc8007'/>
<id>c78c1dfc25a8bbc6a1ceffbce31f102e9afc8007</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow `{% endmacro name %}`</title>
<updated>2022-04-29T11:35:20+00:00</updated>
<author>
<name>Bastien Orivel</name>
<email>bastien@technocreatives.com</email>
</author>
<published>2022-04-29T11:12:18+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/askama/commit/?id=ea66be1925456285f897bc00a076e4e7af94c313'/>
<id>ea66be1925456285f897bc00a076e4e7af94c313</id>
<content type='text'>
Just migrated a repo from tera to askama and this was one of the only
things that was different. This is also coherent with `{% block %}` for
which I added the same feature years ago.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Just migrated a repo from tera to askama and this was one of the only
things that was different. This is also coherent with `{% block %}` for
which I added the same feature years ago.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix invalid check (#678)</title>
<updated>2022-04-26T20:09:25+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2022-04-26T20:09:25+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/askama/commit/?id=c3196916710ad26fe5b3429bb1688060108b2f8b'/>
<id>c3196916710ad26fe5b3429bb1688060108b2f8b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add tests for Whitespace::Minize parsing</title>
<updated>2022-04-26T08:15:34+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2022-04-21T16:06:15+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/askama/commit/?id=1119be008a540e0759b6de95f4a1720855a809d4'/>
<id>1119be008a540e0759b6de95f4a1720855a809d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test for new `whitespace` parameter value: "minimize"</title>
<updated>2022-04-26T08:15:34+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2022-04-21T14:28:12+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/askama/commit/?id=f6423a2be4cb62edd7189842c59c6ec903a4d900'/>
<id>f6423a2be4cb62edd7189842c59c6ec903a4d900</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename Whitespace::Trim into Whitespace::Suppress</title>
<updated>2022-04-26T08:15:34+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2022-04-21T16:01:58+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/askama/commit/?id=e062a5ce383b7142242e641cb2105bad5cd7d078'/>
<id>e062a5ce383b7142242e641cb2105bad5cd7d078</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
