Releases: aptusproject/aptus-core
Releases · aptusproject/aptus-core
v0.7.0
Full Changelog: v0.6.0...v0.7.0
- This is a "bridging" release for the upcoming 0.8.x release that will bring - dynamic, eager, and schema-unaware - data transformations to aptus (basically a very lightweight version of Gallia)
- We now recommend against the catch-all
import aptus._
(=import aptus.all._
) in favor of the more fine grained apporached described here in the docs. - Support for
2.12
was dropped for this release. If it is still very important to someone, please create an issue (mostly there's one issue to solve with respect toItems
and its reliance onIterableOnce
)
v0.6.0
See ChangeLog below for details but most importantly:
- added Items construct and corresponding test (for usage)
- added
Seq_
's.data
construct to perform basic inner/outer/left/right joins and pivots - added basics stats for quick EDA
- removed
Unit_
(useaptus.
now) - removed old deprecated methods (
thnIf
, ...), - fixed bugs:
padLeftZeros
andtrimLines
bugs inString_
- fixed sbt assembly in build
- added Java*_ extension methods
- added more tests
Full Changelog: v0.5.2...v0.6.0
v0.5.2
Full Changelog: v0.5.1...v0.5.2
v0.5.1
Full Changelog: v0.5.0...v0.5.1
Mostly fixed issue with splitUntil
and set all versions correctly (tag 0.5.0
was incorrectly using 0.4.1
in the build.sbt)
v0.5.0
Full Changelog: v0.4.0...v0.5.0
v0.4.0
Full Changelog: v0.3.1...v0.4.0
v0.3.1
Mostly bumped version for commons-compress due to vulnerabilities: https://mvnrepository.com/artifact/org.apache.commons/commons-compress/1.20
v0.3.0
v0.3.0
v0.2.2
Minor tweaks
v0.1.0
added readme