versions follow SemVer
- Add
--prefix
options - Replacing
--start
and--end
documentation by--gt
,--gte
,--lt
,--lte
, as more explicit and consistent with LevelUp.
- Make
--all
implicit when options that suppose a stream are used (typically range commands:--gt
,--gte
,--lt
,--lte
)
- BREAKING CHANGE: when called without arguments, the command displays the help menu instead of opening a REPL in the current folder
- 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