Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
javadev authored Sep 12, 2024
1 parent b6a447b commit a75d435
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<body>
<div id="sidebar" class="interface">
<a class="toc_title" href="#">
Underscore-java <span class="version">(1.104)</span>
Underscore-java <span class="version">(1.105)</span>
</a>
<ul class="toc_section">
<li>» <a href="https://github.com/javadev/underscore-java">GitHub Repository</a></li>
Expand Down Expand Up @@ -184,7 +184,7 @@ <h1>Underscore-java</h1>
applicable.<br><br>Underscore-java is compatible with Java 11 and later.<br><br>The project is <a href="https://github.com/javadev/underscore-java">hosted on GitHub</a>. Contributions are welcome.<br>
</p>
<h2>Download</h2>
<div><a href="https://github.com/javadev/underscore-java/archive/v1.104.zip">Version 1.104</a> - <i>~217Kb, Includes all development files</i></div>
<div><a href="https://github.com/javadev/underscore-java/archive/v1.105.zip">Version 1.105</a> - <i>~217Kb, Includes all development files</i></div>
<h2 id="Collections">Collection Functions (Arrays, Structs, Queries, or Objects)</h2>


Expand Down Expand Up @@ -1091,6 +1091,24 @@ <h2 id="Objects">Object/Struct Functions</h2>
<p
id="changelog">
</p><h2>Change Log</h2>
<p>
<b class="header">1.105</b> --
<small><i>September 1st, 2024</i></small><br>
</p>
<ul>
<li>Renamed the method for compacting the list</li>
<li>Added method U.xmlToJsonMinimum(xml)</li>
<li>Fixed Idea warnings</li>
<li>Fixed SonarCloud warnings</li>
<li>Bump org.apache.maven.plugins:maven-surefire-report-plugin from 3.3.1 to 3.4.0</li>
<li>Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.1 to 3.4.0</li>
<li>Bump org.apache.maven.plugins:maven-site-plugin from 3.12.1 to 3.20.0</li>
<li>Bump org.apache.maven.plugins:maven-jxr-plugin from 3.4.0 to 3.5.0</li>
<li>Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.6.2 to 3.7.0</li>
<li>Added the logo image for the library</li>
</ul>
<p>
</p><p>
<p>
<b class="header">1.104</b> --
<small><i>August 1st, 2024</i></small><br>
Expand Down

0 comments on commit a75d435

Please sign in to comment.