Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1000 Bytes

CHANGELOG.md

File metadata and controls

34 lines (22 loc) · 1000 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Types of changes

  • Added for new features.
  • Changed for changes in existing functionality.
  • Deprecated for soon-to-be removed features.
  • Removed for now removed features.
  • Fixed for any bug fixes.
  • Security in case of vulnerabilities.

[0.4.0]

  • Added Open and Close methods to column/value reader inferfaces.

[0.3.0]

  • Added moved min and max to the main metric.
  • Added countNulls to the main metric.
  • Added all main metrics to the lengths section in string metrics.
  • Removed leastFrequentLen and mostFrequentLen all lengths are listed with the most frequent length in first position

[0.2.0]

  • Added new string metrics minLen and maxLen

[0.1.0]

  • Added rimo analyse command