Releases: josefpihrt/orang
Releases · josefpihrt/orang
v0.7.0
v0.6.0
Release 0.6.0 (#89)
v0.6.0-beta
Release 0.6.0-beta (#84)
v0.5.0
Release 0.5.0 (#67)
v0.4.0
Release 0.4.0 (#61)
v0.4.0-beta2
Fix validation of group name (#58)
v0.4.0-beta
Add .NET API (#51)
v0.3.2
v0.3.1
Update version to 0.3.1
v0.3.0-rc
- Change shortcut for
--attributes-to-skipfrom-bto-A - Empty name pattern matches entire name (or its part):
--name "" - Empty content pattern matches entire file's content:
--content "" - Matching lines/values are not indented by default
- Add allowed values for option
--modifycountsort-by=count
- Add option
--max-matches-in-file - Add option
--max-matching-files - Add option
--max-word-length(commandspellcheck) - Add option
-P,--no-path(a shortcut for--path-mode omit) - Add option
-C,--no-content(a shortcut for--content-mode omit) - Deprecate option
--displayand replace it with:--after-context--before-context--content-mode--context--count--line-number--path-mode-u,--summary--align-columns
- Deprecate command
escapeand replace it withregex escape - Deprecate command
list-patternsand replace it withregex list - Deprecate command
matchand replace it withregex match - Deprecate command
splitand replace it withregex split