Skip to content
This repository has been archived by the owner on Jul 30, 2021. It is now read-only.

Latest commit

 

History

History
29 lines (19 loc) · 1.04 KB

CHANGELOG.md

File metadata and controls

29 lines (19 loc) · 1.04 KB

[Unreleased]

[1.2.2]

[1.2.1]

  • fix error when empty search result
    • fix output_search() return value consistency

[1.2.0]

  • Fix database loading path issue #1

[1.1.0]

  • Feature: add CSV, JSON, YAML formatting
  • Project quality: add unit tests & CI
  • Minor code and doc enhancements
  • Gemfile: fix version compatibility (was wrongly advertised as compatible with Ruby 2.4 and 2.5 but is only with Ruby 2.6+ due to some options of the CSV parser)

[1.0.0]

  • First version