Releases: kotlindev/underscore-kotlin
Releases · kotlindev/underscore-kotlin
Version 1.9
- Bump org.apache.maven.plugins:maven-pmd-plugin from 3.24.0 to 3.25.0
- Bump org.apache.maven.plugins:maven-surefire-report-plugin from 3.4.0 to 3.5.0
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.4.0 to 3.5.0
- Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.2 to 4.8.6.3
- Spring boot 3.3.3
- Updated dependencies
- Added Java 23 support for CI pipeline
- Spring boot 3.3.4
- Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.3 to 4.8.6.4
Version 1.8
- Renamed the method for compacting the list
- Added method U.xmlToJsonMinimum(xml)
- Fixed Idea warnings
- Fixed SonarCloud warnings
- Bump org.apache.maven.plugins:maven-surefire-report-plugin from 3.3.1 to 3.4.0
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.1 to 3.4.0
- Bump org.apache.maven.plugins:maven-site-plugin from 3.12.1 to 3.20.0
- Bump org.apache.maven.plugins:maven-jxr-plugin from 3.4.0 to 3.5.0
- Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.6.2 to 3.7.0
- Added the logo image for the library
Version 1.7
- Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.5.0 to 3.6.0
- Bump org.apache.maven.plugins:maven-jxr-plugin from 3.3.2 to 3.4.0
- Bump org.apache.maven.plugins:maven-surefire-report-plugin from 3.2.5 to 3.3.0
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.3.0
- Bump kotlin.version from 1.9.24 to 2.0.0
- Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.1 to 3.4.2
- Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.5.0 to 4.8.6.0
Version 1.6
Version 1.5
- Corrected UTF-8 character
- Added new mode XmlToJsonMode.REPLACE_MINUS_WITH_AT
- Added new mode XmlToJsonMode.REPLACE_EMPTY_TAG_WITH_NULL_AND_MINUS_WITH_AT
- Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.3.0 to 4.8.3.1
- Upgraded to JUnit 5.10.2
- Created codeql.yml
- Enhanced parsing of XML attributes
- spring-web was updated to version 6.1.4
Version 1.4
- Bump org.apache.maven.plugins:maven-jxr-plugin from 3.3.1 to 3.3.2
- Updated copyright headers to 2024
- Enhanced source formatting
- Bump org.apache.maven.plugins:maven-surefire-report-plugin from 3.2.2 to 3.2.5
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.3 to 3.2.5
- Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.2.0 to 4.8.3.0
- Updated Spring Boot to version 3.2.2
Version 1.3
- Kotlin 1.9.22
Version 1.2
Version 1.1
- Changed jvmTarget to java 11
- Added U.associateBy(iterable, func)
Version 1.0
- The primary feature was successfully integrated.