You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/changes/changes.xml
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -203,7 +203,7 @@ removed in version 2.0.
203
203
<actionissue="CSV-239"type="add"dev="ggregory"due-to="Gary Gregory, Dave Moten">Cannot get headers in column order from CSVRecord.</action>
204
204
<actiontype="update"dev="ggregory"due-to="Gary Gregory">Update tests from H2 1.4.198 to 1.4.199.</action>
205
205
</release>
206
-
<releaseversion="1.6"date="2018-09-22"description="Feature and bug fix release (Java 7)">
206
+
<releaseversion="1.6"date="2018-09-22"description="Feature and bug fix release (Java 7 or above)">
207
207
<actionissue="CSV-231"type="update"dev="britter">Add more documentation to CSVPrinter.</action>
208
208
<actionissue="CSV-217"type="add"dev="ggregory"due-to="Korolyov Alexei">Add autoFlush option for CsvPrinter. PR #24.</action>
209
209
<actionissue="CSV-219"type="fix"dev="ggregory"due-to="Zhang Hongda">The behavior of quote char using is not similar as Excel does when the first string contains CJK char(s).</action>
@@ -215,7 +215,7 @@ removed in version 2.0.
215
215
<actionissue="CSV-225"type="fix"dev="ggregory"due-to="Anson Schwabecher">Parse method should avoid creating a redundant BufferedReader.</action>
216
216
<actionissue="CSV-233"type="fix"dev="ggregory"due-to="Gary Gregory">Add predefined CSVFormats for printing MongoDB CSV and TSV.</action>
217
217
</release>
218
-
<releaseversion="1.5"date="2017-09-03"description="Feature and bug fix release (Java 7)">
218
+
<releaseversion="1.5"date="2017-09-03"description="Feature and bug fix release (Java 7 or above)">
219
219
<actionissue="CSV-203"type="fix"dev="ggregory"due-to="Richard Wheeldon, Kai Paroth">withNullString value is printed without quotes when QuoteMode.ALL is specified; add QuoteMode.ALL_NON_NULL. PR #17.</action>
220
220
<actionissue="CSV-194"type="fix"dev="ggregory"due-to="Marc Prud'hommeaux">Fix outdated comments about FileReader in CSVParser #13</action>
221
221
<actionissue="CSV-193"type="fix"dev="ggregory"due-to="Matthias Wiehl">Fix incorrect method name 'withFirstRowAsHeader' in user guide.</action>
@@ -230,12 +230,12 @@ removed in version 2.0.
230
230
<actionissue="CSV-207"type="add"dev="ggregory"due-to="Gary Gregory">Provide a CSV Format for printing PostgreSQL CSV and Text formats.</action>
231
231
<actionissue="CSV-214"type="add"dev="ggregory"due-to="Nitin Mahendru, Gary Gregory">Adding a placeholder in the Lexer and CSV parser to store the end-of-line string.</action>
232
232
</release>
233
-
<releaseversion="1.4"date="2016-05-28"description="Feature and bug fix release (Java 6)">
233
+
<releaseversion="1.4"date="2016-05-28"description="Feature and bug fix release (Java 6 or above)">
<releaseversion="1.3"date="2016-05-09"description="Feature and bug fix release (Java 6)">
238
+
<releaseversion="1.3"date="2016-05-09"description="Feature and bug fix release (Java 6 or above)">
239
239
<actionissue="CSV-179"type="add"dev="britter">Add shortcut method for using first record as header to CSVFormat</action>
240
240
<actionissue="CSV-180"type="add"dev="britter">Add withHeader(Class<? extends Enum>) to CSVFormat</action>
241
241
<actionissue="CSV-167"type="update"dev="sebb"due-to="Rene">Comment line hides next record; update Javadoc to make behavior clear</action>
@@ -249,12 +249,12 @@ removed in version 2.0.
249
249
<actionissue="CSV-177"type="add"dev="ggregory"due-to="Gary Gregory">Support trimming leading and trailing blanks.</action>
250
250
<actionissue="CSV-178"type="add"dev="ggregory"due-to="Gary Gregory">Create default formats for Informix UNLOAD and UNLOAD CSV.</action>
251
251
</release>
252
-
<releaseversion="1.2"date="2015-08-24"description="Feature and bug fix release (Java 6)">
252
+
<releaseversion="1.2"date="2015-08-24"description="Feature and bug fix release (Java 6 or above)">
253
253
<actionissue="CSV-145"type="fix"dev="ggregory"due-to="Frank Ulbricht">CSVFormat.with* methods clear the header comments</action>
254
254
<actionissue="CSV-156"type="fix"dev="ggregory"due-to="Jason Steenstra-Pickens">Incorrect Javadoc on QuoteMode.NONE</action>
255
255
<actionissue="CSV-157"type="add"dev="ggregory">Add enum CSVFormat.Predefined that contains the default CSVFormat values.</action>
256
256
</release>
257
-
<releaseversion="1.1"date="2014-11-16"description="Feature and bug fix release (Java 6)">
257
+
<releaseversion="1.1"date="2014-11-16"description="Feature and bug fix release (Java 6 or above)">
258
258
<actionissue="CSV-140"type="fix"dev="ggregory"due-to="Damjan Jovanovic">QuoteMode.NON_NUMERIC doesn't work with CSVPrinter.printRecords(ResultSet)</action>
259
259
<actionissue="CSV-130"type="fix"dev="ggregory"due-to="Sergei Lebedev">CSVFormat#withHeader doesn't work well with #printComment, add withHeaderComments(String...)</action>
260
260
<actionissue="CSV-128"type="fix"dev="ggregory">CSVFormat.EXCEL should ignore empty header names</action>
@@ -265,7 +265,7 @@ removed in version 2.0.
265
265
<actionissue="CSV-131"type="add"dev="ggregory"due-to="Holger Stratmann">Save positions of records to enable random access</action>
266
266
<actionissue="CSV-139"type="add"dev="ggregory">CSVPrinter.printRecord(ResultSet) with metadata</action>
0 commit comments