------------------------------------------------------------------- Tue Dec 9 09:37:30 UTC 2025 - Anton Shvetz - Update to v1.6.0 * What's Changed + feat: add ceil function, floor already exists + build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.2 to 3.11.3 + build(deps): bump actions/setup-java from 4.7.1 to 5.0.0 - Update to v1.5.0 * What's Changed + Replace LevelDB with RocksDB for caching functionality in tests + Adds support for native-image + build(deps): bump commons-cli:commons-cli from 1.9.0 to 1.10.0 + build(deps): bump actions/checkout from 4.2.2 to 5.0.0 + build(deps-dev): bump org.assertj:assertj-core from 3.27.3 to 3.27.4 - Update to v1.4.0 * What's Changed + Add Automatic-Module-Name to MANIFEST.MF ------------------------------------------------------------------- Fri Jul 4 01:00:03 UTC 2025 - Anton Shvetz - Update to v1.3.0 * What's Changed + pick: add pick/1 function + build(deps): upgrade dependencies and maven plugins + ci: install missing jq-1.7 that is required for testing + build(deps): bump actions/setup-java from 4.5.0 to 4.7.1 ------------------------------------------------------------------- Tue Jan 14 23:45:35 UTC 2025 - Anton Shvetz - Update to v1.2.0 * What's Changed + feat: Add fromdateiso8601 and todateiso8601 + fix: throw on fractional values with fromdateiso8601 + [Fix #381] Fixing null pointer + Add test cases for #382, #379, and #380 + build(deps): bump actions/setup-java from 4.4.0 to 4.5.0 + build(deps): bump actions/checkout from 4.2.1 to 4.2.2 + build(deps): bump com.fasterxml.jackson:jackson-bom from 2.18.0 to 2.18.2 + build(deps): bump org.junit:junit-bom from 5.11.2 to 5.11.3 + build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.1 to 3.11.2 + build(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.1 to 3.5.2 - Update tp v1.1.0 * What's Changed + add end-to-end test for custom function + [Fix_#221] Add Supplier to scope - Update tp v1.0.1 * What's Changed + Upgrade to jackson 2.18.0 + build(deps): bump actions/setup-java from 4.0.0 to 4.4.0 + build(deps): bump actions/checkout from 4.1.1 to 4.2.1 + Upgrade to junit 5.11.2 + build: upgrade maven plugins + build: upgrade test dependencies and commons-cli ------------------------------------------------------------------- Wed May 11 02:14:57 UTC 2022 - Anton Shvetz - Initial packaging with v0.0.13