Skip to content

Commit 8f1dc3f

Browse files
committed
1.3.1-rc.004 (2023-07-19)
+ Fix chain parent handling + Fix xsd for attribute mapping of complex
1 parent 9cdbc8d commit 8f1dc3f

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

docgen/parameters.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"title" : "Venus (Fugerit Document Generation Framework)",
33
"name": "Venus",
4-
"version" : "1.3.1-rc.003",
5-
"date" : "18/07/2023",
4+
"version" : "1.3.1-rc.004",
5+
"date" : "19/07/2023",
66
"organization" : {
77
"name" : "Fugerit Org",
88
"url" : "https://www.fugerit.org"

docgen/release-notes.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
1.3.1-rc.003 (2023-07-18)
1+
1.3.1-rc.004 (2023-07-19)
2+
------------------
3+
+ Fix chain parent handling
4+
+ Fix xsd for attribute mapping of complex
5+
6+
1.3.1-rc.003 (2023-07-18)
27
------------------
38
+ Freemarker html type handler converted to new configuration model
49
+ Configuration stub for freemarker configuration model

fj-doc-freemarker/src/main/resources/config_fm_xsd/freemarker-doc-process-1-0.xsd

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* @project : org.fugerit.java.doc.base
88
* @creation : 2023-07-12
9-
* @version : 1.0.0-rc.002 (2023-07-13)
9+
* @version : 1.0.0-rc.003 (2023-07-19)
1010
*
1111
* XSD for Freemarker Doc Process Configuration
1212
*/
@@ -135,6 +135,11 @@
135135
<xsd:documentation>Can be a java type value implementing DocProcessorBasic or a fixed value for 'config', 'map', 'function', 'complex'</xsd:documentation>
136136
</xsd:annotation>
137137
</xsd:attribute>
138+
<xsd:attribute name="map-atts" type="xsd:string" use="optional">
139+
<xsd:annotation>
140+
<xsd:documentation>Comma separated list of attributes to map or 'map-all' to map all attributes</xsd:documentation>
141+
</xsd:annotation>
142+
</xsd:attribute>
138143
<xsd:attribute name="template-path" type="xsd:string" use="optional">
139144
<xsd:annotation>
140145
<xsd:documentation>Free marker template path</xsd:documentation>

0 commit comments

Comments
 (0)