Skip to content

Releases: josefpihrt/orang

v0.7.0

10 Jan 09:41
72b4cca
Compare
Choose a tag to compare
Release 0.7.0 (#92)

v0.6.0

08 Nov 01:40
0ab4878
Compare
Choose a tag to compare
Release 0.6.0 (#89)

v0.6.0-beta

19 Oct 11:56
b864690
Compare
Choose a tag to compare
v0.6.0-beta Pre-release
Pre-release
Release 0.6.0-beta (#84)

v0.5.0

26 Sep 11:53
501ee15
Compare
Choose a tag to compare
Release 0.5.0 (#67)

v0.4.0

17 Aug 14:58
699d458
Compare
Choose a tag to compare
Release 0.4.0 (#61)

v0.4.0-beta2

28 Jul 23:08
236e13b
Compare
Choose a tag to compare
v0.4.0-beta2 Pre-release
Pre-release
Fix validation of group name (#58)

v0.4.0-beta

28 Jul 14:48
c2b259c
Compare
Choose a tag to compare
v0.4.0-beta Pre-release
Pre-release
Add .NET API (#51)

v0.3.2

26 Jun 17:36
ce44451
Compare
Choose a tag to compare

Added

  • Add support for Source Link (#42).
  • Add CI/CD pipeline (#41).
  • Add NuGet readme file (#38).

Changed

  • Migrate script to PowerShell (#40).
  • Replace ruleset with editorconfig (#39).
  • Format changelog according to 'Keep a Changelog' (#37).
  • Rename master to main.

Fixed

  • Specify max matching files with --max-count correctly (commit).

v0.3.1

29 Mar 21:18
Compare
Choose a tag to compare
Update version to 0.3.1

v0.3.0-rc

14 Nov 12:57
Compare
Choose a tag to compare
  • Change shortcut for --attributes-to-skip from -b to -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 --modify
    • count
    • sort-by=count
  • Add option --max-matches-in-file
  • Add option --max-matching-files
  • Add option --max-word-length (command spellcheck)
  • Add option -P,--no-path (a shortcut for --path-mode omit)
  • Add option -C,--no-content (a shortcut for --content-mode omit)
  • Deprecate option --display and replace it with:
    • --after-context
    • --before-context
    • --content-mode
    • --context
    • --count
    • --line-number
    • --path-mode
    • -u,--summary
    • --align-columns
  • Deprecate command escape and replace it with regex escape
  • Deprecate command list-patterns and replace it with regex list
  • Deprecate command match and replace it with regex match
  • Deprecate command split and replace it with regex split