Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.12 KB

CHANGELOG.md

File metadata and controls

22 lines (16 loc) · 1.12 KB

CHANGELOG

versions follow SemVer

7.2.0 - 2020-09-24

  • Add --prefix options
  • Replacing --start and --end documentation by --gt, --gte, --lt, --lte, as more explicit and consistent with LevelUp.

7.1.0 - 2020-03-23

  • Make --all implicit when options that suppose a stream are used (typically range commands: --gt, --gte, --lt, --lte)

7.0.0 - 2019-12-22

6.1.0 - 2019-11-08

  • allow to use --keys and --del in combination to generate a delete stream

6.0.0 - 2019-11-08

  • BREAKING CHANGE: when called without arguments, the command displays the help menu instead of opening a REPL in the current folder

5.0.0 - 2018-11-20

  • BREAKING CHANGE: removing support for tabulated output in the CLI, thus also removing the --line CLI option as this is now the default behavior
  • BREAKING CHANGE: renaming CLI option --length -> --count