Skip to content

Releases: alphayax/renum

v1.0.10

21 Jan 11:01

Choose a tag to compare

Changelog

  • 9c70699 Add comments and improve logs
  • f39001b Add the ability to define a custom search pattern
  • 308e2c9 Update README.md (Add info about --pattern flag)

v1.0.9

21 Jan 10:48

Choose a tag to compare

Changelog

  • e5d33ba Config: Fix inversion between verbose and json flags
  • e972e3e Create CODE_OF_CONDUCT.md
  • 4399ec7 Create CONTRIBUTING.md
  • 48d2e39 Update issue templates

v1.0.8

20 Jan 11:24

Choose a tag to compare

Changelog

  • 72a9c89 Add --json flag to format logs in json Update README.md (options)
  • 705246b Add parsed args in debug logs

v1.0.7

20 Jan 09:42

Choose a tag to compare

Changelog

  • 3a4e0c4 Add --verbose flag for increase verbosity

v1.0.6

20 Jan 09:25

Choose a tag to compare

Changelog

  • 0bdc5b8 Add an optimization to exclude directories
  • b14bcbb Improve logs with logrus Remove func (r *RenumFile) String() string

v1.0.5

20 Jan 09:19

Choose a tag to compare

Changelog

  • 19b5c07 CI: docker build (fix typo in job name)
  • e34ed2f Config: Add tests about the usage
  • 3420a4c Extract processor logic from RenumFile
  • 075479b README.md: Add Docker in Usage section
  • 2e1e487 Use logrus for logs

v1.0.4

18 Jan 10:51

Choose a tag to compare

Changelog

v1.0.3

18 Jan 10:32

Choose a tag to compare

Changelog

  • 2abe374 Externalize config into dedicated file and add tests for it
  • 53aebb0 Improve patterns detected in README.md
  • 72b800f README.md in Usage/Options: Specify which arguments take a value
  • d2a8e8d README.md review sections names

v1.0.2

18 Jan 09:28

Choose a tag to compare

Changelog

  • 566e055 Add FUNDING.yml
  • e8742c9 Add Sponsoring section in README.md
  • eee8add Extract remove and log logic from RenumFolder and RenumFile Improve tests and fix errors
  • da3afee Fix typo in README.md
  • 8d8fd33 Fix usage in README.md
  • 86fc445 Fix usage in README.md
  • 41b03ca Update README.md with pattern detected

v1.0.1

16 Jan 17:38

Choose a tag to compare

Changelog

  • 50dccd7 Add --force flag (don't ask for confirmation)
  • 7a0f983 Create LICENSE