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
<releaseversion="1.7"date="2019-06-30"description="Release 1.7. Requires Java 8 or above.">
335
333
<actionissue="TEXT-111"type="fix"dev="kinow"due-to="@CAPS50">WordUtils.wrap must calculate offset increment from wrapOn pattern length</action>
336
334
<actionissue="TEXT-104"type="update"dev="kinow"due-to="Sascha Szott">Jaro Winkler Distance refers to similarity</action>
@@ -348,14 +346,12 @@ The <action> type attribute can be add,update,fix,remove.
348
346
<actiontype="update"dev="ggregory">Update tests from org.assertj:assertj-core 3.12.1 to 3.12.2.</action>
349
347
<actiontype="update"dev="ggregory">Update site from com.puppycrawl.tools:checkstyle 8.18 to 8.21.</action>
350
348
</release>
351
-
352
349
<releaseversion="1.6"date="2018-10-12"description="Release 1.6. Requires Java 8 or above.">
353
350
<actionissue="TEXT-144"type="update"dev="ggregory">Add the resource string bundle string lookup to the default set of lookups</action>
354
351
<actionissue="TEXT-145"type="update"dev="ggregory">Add StringLookupFactory methods for the URL encoder and decoder string lookups</action>
355
352
<actionissue="TEXT-146"type="update"dev="ggregory">org.apache.commons.text.lookup.StringLookupFactory.interpolatorStringLookup() should reuse a singleton instance</action>
356
353
<actionissue="TEXT-147"type="update"dev="ggregory">Add a Base64 encoder string lookup.</action>
357
354
</release>
358
-
359
355
<releaseversion="1.5"date="2018-09-29"description="Release 1.5. Requires Java 8 or above.">
<actionissue="TEXT-118"type="fix"dev="chtompki"due-to="Nandor Kollar">JSON escaping incorrect for the delete control character</action>
@@ -372,15 +368,13 @@ The <action> type attribute can be add,update,fix,remove.
372
368
<actionissue="TEXT-142"type="add"dev="ggregory">Add URL encoder and decoder string lookups.</action>
373
369
<actionissue="TEXT-143"type="add"dev="ggregory">Add constant string lookup like the one in Apache Commons Configuration.</action>
374
370
</release>
375
-
376
371
<releaseversion="1.4"date="2018-06-12"description="Release 1.4. Requires Java 8 or above.">
377
372
<actionissue="TEXT-120"type="fix"dev="pschumacher">StringEscapeUtils#unescapeJson does not unescape double quotes and forward slash</action>
378
373
<actionissue="TEXT-119"type="fix"dev="pschumacher">Remove mention of SQL escaping from user guide</action>
379
374
<actionissue="TEXT-121"type="update"dev="ggregory"due-to="pschumacher">Update Java requirement from version 7 to 8.</action>
380
375
<actionissue="TEXT-122"type="update"dev="ggregory">Allow full customization with new API org.apache.commons.text.lookup.StringLookupFactory.interpolatorStringLookup(Map<String, StringLookup>, StringLookup, boolean).</action>
381
376
<actionissue="TEXT-123"type="fix"dev="ggregory"due-to="Takanobu Asanuma">WordUtils.wrap throws StringIndexOutOfBoundsException when wrapLength is Integer.MAX_VALUE.</action>
<actionissue="TEXT-107"type="update"dev="chtompki">Upversion commons-lang to 3.7</action>
397
390
<actionissue="TEXT-106"type="fix"dev="kinow"due-to="Benoit Moreau">Exception thrown in ExtendedMessageFormat using quotes with custom registry</action>
@@ -412,7 +405,6 @@ The <action> type attribute can be add,update,fix,remove.
0 commit comments