-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGELOG
181 lines (107 loc) · 3.46 KB
/
CHANGELOG
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
Change log
==========
unreleased
----------
2.0.6
-----
Supported GEO-Link API versions: v1.0.0, v1.1.0, v1.1.1, v1.2.0, v1.2.1, v1.2.2, v1.2.3, v1.2.4, v1.2.5 (default)
- Drop support for Python 3.8
- Dependency updates
2.0.5
-----
Supported GEO-Link API versions: v1.0.0, v1.1.0, v1.1.1, v1.2.0, v1.2.1, v1.2.2, v1.2.3, v1.2.4 (default)
- Fix html rendering of documents with abrogation date
- Dependency updates
2.0.4
-----
Supported GEO-Link API versions: v1.0.0, v1.1.0, v1.1.1, v1.2.0, v1.2.1, v1.2.2 (default), v1.2.3
- Drop support for Python 3.7
2.0.3
-----
Supported GEO-Link API versions: v1.0.0, v1.1.0, v1.1.1, v1.2.0, v1.2.1, v1.2.2 (default)
- Remove tox
- Remove versioning for documentation (sphinxcontrib-versioning)
- Use lxml for xml parsing (instead of defusedxml)
2.0.2
-----
Supported GEO-Link API versions: v1.0.0, v1.1.0, v1.1.1, v1.2.0, v1.2.1, v1.2.2 (default)
- Add support for prepublinks
- Utilize xsd 1.1 for xml file validation
2.0.1
-----
Supported GEO-Link API versions: v1.0.0, v1.1.0, v1.1.1, v1.2.0, v1.2.1, v1.2.2 (default)
- Add support for GEO-Link API version 1.2.2 (new attribute "index")
- Dependency updates
2.0.0
-----
Supported GEO-Link API versions: v1.0.0, v1.1.0, v1.1.1, v1.2.0, v1.2.1 (default)
- Add support for GEO-Link API version 1.2.1 (new attribute "municipality")
- Drop support for Python 2
- Dependency updates
1.5.4
-----
Supported GEO-Link API versions: v1.0.0, v1.1.0, v1.1.1, v1.2.0 (default)
- Use GitHub Actions instead of Travis
- Dependency updates
1.5.3
-----
Supported GEO-Link API versions: v1.0.0, v1.1.0, v1.1.1, v1.2.0 (default)
- Fix decoding error for schema version 1.2.0
1.5.2
-----
Supported GEO-Link API versions: v1.0.0, v1.1.0, v1.1.1, v1.2.0 (default)
- Parse schema only if validation is enabled
- Dependency updates
1.5.1
-----
Supported GEO-Link API versions: v1.0.0, v1.1.0, v1.1.1, v1.2.0 (default)
- Add missing enumeration values for federal level in schema
1.5.0
-----
Supported GEO-Link API versions: v1.0.0, v1.1.0, v1.1.1, v1.2.0 (default)
- Add support for GEO-Link API version 1.2.0
- New document attribute 'language'
- New doctype 'notice'
- Files now have descriptions as well as titles, using the description for
display where possible
1.4.0
-----
Supported GEO-Link API versions: v1.0.0, v1.1.0, v1.1.1 (default)
- Add test for arbitrary URL parameters
- Add enumeration value "Bezirk" for attribute "federal_level"
- If available, show abrogation date instead of files in HTML output
- Add additional attributes in schema (approval_date, publication_date and cycle)
1.3.2
-----
Supported GEO-Link API versions: v1.0.0, v1.1.0, v1.1.1 (default)
- Move repository to GitHub openoereb
- Use defusedxml for XML parsing
- Drop support for Python 3.4
1.3.1
-----
Supported GEO-Link API versions: v1.0.0, v1.1.0, v1.1.1 (default)
- Add support for GEO-Link API version 1.1.1
1.3.0
-----
Supported GEO-Link API versions: v1.0.0, v1.1.0 (default)
- Add support for multiple GEO-Link API versions
1.2.0
-----
Supported GEO-Link API versions: 20171108 (v1.1.0)
- Use new GEO-Link API
1.1.2
-----
Supported GEO-Link API version: 20170214 (v1.0.0)
- All attributes are optional, as defined in the schema
1.1.1
-----
Supported GEO-Link API version: 20170214 (v1.0.0)
- Allow documents with empty file list
1.1.0
-----
Supported GEO-Link API version: 20170214 (v1.0.0)
- Add support for Python 3
1.0.0
-----
Supported GEO-Link API version: 20170214 (v1.0.0)
- Initial version