Skip to content

v0.4.0

Compare
Choose a tag to compare
@kojix2 kojix2 released this 30 May 14:15
· 78 commits to main since this release
  • Fix monochrome and color-output options (kojix2@6edd666)
  • Some module names and nesting hierarchies have been changed. Therefore, there is no change in the behavior, but the internal APIs may not be compatible.
  • Improved count command.
    • Use enumerable-statistics's value_counts when tally is not available (Ruby 2.6).
    • count: if the values are the same, sort by name (kojix2@977d3be)