-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathrepo.xml.tmpl
48 lines (48 loc) · 2.77 KB
/
repo.xml.tmpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<?xml version="1.0" encoding="UTF-8"?>
<meta xmlns="http://exist-db.org/xquery/repo">
<description>@description@</description>
<author>@author@</author>
<website>@website@</website>
<status>@status@</status>
<license>@license@</license>
<copyright>true</copyright>
<type>library</type>
<changelog>
<change version="1.1.0">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>New: Facility for filtering of templating-specific data attributes from output - <a href="https://github.com/eXist-db/templating/pull/15">#15</a></li>
<li>New: Improved CI with test on minimum required version and ability to run exist as service - <a href="https://github.com/eXist-db/templating/pull/16">#16</a></li>
<li>Fix: Handling of integer types in function signatures - <a href="https://github.com/eXist-db/templating/pull/19">#19</a></li>
</ul>
</change>
<change version="1.0.4">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Fix form control: radio button & checkbox inputs - <a href="https://github.com/eXist-db/templating/pull/9">#9</a></li>
<li>Performance boost by eliminating not() - <a href="https://github.com/eXist-db/templating/pull/10">#10</a></li>
<li>Fix test scenario requiring HTTP and update to latest gulp-exist - <a href="https://github.com/eXist-db/templating/pull/12">#12</a></li>
<li>Reverted "rename static params 'start' and 'end'" commit, as these were discovered to be a breaking change - <a href="https://github.com/eXist-db/templating/pull/13">#13</a></li>
</ul>
</change>
<change version="1.0.3">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>fix(lib:parse-params): rename static params 'start' and 'end' to 'delim-start' and 'delim-end', so it's less likely that they conflict with frequently used, user provided parameters.</li>
<li>Note: this version was not released to GitHub Releases or the eXist-db public-repo.</li>
</ul>
</change>
<change version="1.0.2">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Replace lib:resolve-apps with a faster version.</li>
</ul>
</change>
<change version="1.0.1">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Change author strings.</li>
</ul>
</change>
<change version="1.0.0">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>First release of the new HTML templating package. This now hosts the templating library which was previously shipped with the shared-resources package.</li>
</ul>
</change>
</changelog>
</meta>