All Versions
18
Latest Version
Avg Release Cycle
24 days
Latest Release
1447 days ago

Changelog History
Page 2

  • v0.34.0 Changes

    June 05, 2019

    💥 Breaking changes

    • 📇 Renamed join to joinOn so that it will work with Groovy (#531)

    🔋 Features

    • ➕ Added set with predicate method (#530)
  • v0.33.5 Changes

    June 04, 2019
    • 📜 Make PackedInstant.toString parsable by Instant.parse
  • v0.33.4 Changes

    June 04, 2019
    • 📜 Implement InstantParser
  • v0.33.3 Changes

    June 04, 2019
    • 🛠 Fix InstantColumnType.create
    • 🔒 Bump jackson-databind to pull in security fix
  • v0.33.2 Changes

    June 04, 2019
    • 👍 InstantColumn support in Row and DataFrameJoiner
    • ➕ Additional DataFrameReader parameter validation
  • v0.33.1 Changes

    June 04, 2019
    • ➕ Add InstantColumn support to Relation
  • v0.33.0 Changes

    June 04, 2019

    🔋 Features

    • ➕ Add InstantColumn (#518)
    • 🔧 More configurable column type detection (#521)
    • ➕ Added option for turning off html escaping in html table output
    • ➕ Additional date parsing capabilities (#506)

    🛠 Fixes

    • 🛠 Fix for precision of 0 in JdbcResultSet (#523)

    Cleanup

    • ✂ Remove circular dependency between reader packages and core package
    • ✂ Remove unused epoch conversion methods (#513)
  • v0.32.7 Changes

    March 31, 2019
    • 📜 Implemented maxCharsPerColumn CSV parser setting
    • 🛠 Fix DateTimeParser issue
    • Switch from reflections to classgraph
    • ⚡️ Updated pebble version in jsplot