|
12 | 12 | <body> |
13 | 13 | <div id="sidebar" class="interface"> |
14 | 14 | <a class="toc_title" href="#"> |
15 | | - Underscore-java <span class="version">(1.108)</span> |
| 15 | + Underscore-java <span class="version">(1.110)</span> |
16 | 16 | </a> |
17 | 17 | <ul class="toc_section"> |
18 | 18 | <li>» <a href="https://github.com/javadev/underscore-java">GitHub Repository</a></li> |
@@ -184,7 +184,7 @@ <h1>Underscore-java</h1> |
184 | 184 | 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> |
185 | 185 | </p> |
186 | 186 | <h2>Download</h2> |
187 | | - <div><a href="https://github.com/javadev/underscore-java/archive/v1.108.zip">Version 1.108</a> - <i>~217Kb, Includes all development files</i></div> |
| 187 | + <div><a href="https://github.com/javadev/underscore-java/archive/v1.110.zip">Version 1.110</a> - <i>~217Kb, Includes all development files</i></div> |
188 | 188 | <h2 id="Collections">Collection Functions (Arrays, Structs, Queries, or Objects)</h2> |
189 | 189 |
|
190 | 190 |
|
@@ -1092,6 +1092,27 @@ <h2 id="Objects">Object/Struct Functions</h2> |
1092 | 1092 | id="changelog"> |
1093 | 1093 | </p><h2>Change Log</h2> |
1094 | 1094 | <p> |
| 1095 | + <b class="header">1.110</b> -- |
| 1096 | +<small><i>February 1st, 2025</i></small><br> |
| 1097 | + </p> |
| 1098 | + <ul> |
| 1099 | +<li>Fixed Sonar warnings</li> |
| 1100 | +</ul> |
| 1101 | + <p> |
| 1102 | + </p><p> |
| 1103 | + <p> |
| 1104 | + <b class="header">1.109</b> -- |
| 1105 | +<small><i>January 1st, 2025</i></small><br> |
| 1106 | + </p> |
| 1107 | + <ul> |
| 1108 | +<li>Improved attribute parser to handle values with equal signs</li> |
| 1109 | +<li>Fixed sonar warnings</li> |
| 1110 | +<li>Spring boot 3.4.1</li> |
| 1111 | +<li>Fixed Sonar warning</li> |
| 1112 | +</ul> |
| 1113 | + <p> |
| 1114 | + </p><p> |
| 1115 | + <p> |
1095 | 1116 | <b class="header">1.108</b> -- |
1096 | 1117 | <small><i>December 1st, 2024</i></small><br> |
1097 | 1118 | </p> |
|
0 commit comments