Skip to content

Releases: aegoroff/editorconfiger

0.4.2

13 Mar 16:34
Compare
Choose a tag to compare

v0.4.2 (2023-03-13)

Features

  • all build dependencies made strict to have reproducable builds

0.4.1

12 Feb 18:50
Compare
Choose a tag to compare

v0.4.1 (2023-02-12)

Bug Fixes

  • command line syntax fixed
  • clippy warnings corrected
  • some clippy warnings fixed

Features

  • dont unwind stack trace on panic

0.3.1

23 Oct 15:21
Compare
Choose a tag to compare

0.3.1 (2022-10-23)

Bug Fixes

  • unneeded return eliminated

Code Refactoring

  • ok() convversion Result to Option to simplify code

Features

  • completion script generation added

0.3.0

29 Sep 16:46
Compare
Choose a tag to compare

0.3.0 (2022-09-29)

Code Refactoring

  • validate_all simplified using filter_map

Features

  • Migration to clap v4

0.2.10

12 Aug 06:11
Compare
Choose a tag to compare
changelog: v0.2.10

0.2.7

11 Aug 13:49
Compare
Choose a tag to compare

0.2.7 (2022-08-11)

Features

  • Deb and RPM packages are created during release

v0.2.6

07 Aug 06:37
Compare
Choose a tag to compare

v0.2.6 (2022-08-06)

Code Refactoring

  • match replaced by if/let in leser
  • some local vars inlined
  • for replaced by for_each iterator

Features

  • migration to clap 3.2

v0.2.5

15 Mar 06:29
Compare
Choose a tag to compare

v0.2.5 (2022-03-15)

Bug Fixes

  • argument description syntax fixed

Code Refactoring

  • ExtendedProperty iterator exctracted to local closure to improve code readability

Features

  • stripping symbols enabled to decrease binary size
  • Migration to clap 3.1

v0.2.4

10 Feb 05:49
Compare
Choose a tag to compare

v0.2.4 (2022-02-10)

Bug Fixes

  • stop using spectral because it depends on vulnerable component

Code Refactoring

  • decoupling glob module from editorconfig module
  • Parsing editorconfig files mvoved to separate module (folder)
  • Property struct moved from crate root to editorconfig_parser module
  • decorate_path separated into two methods - each to corresponding OS
  • path decorating extracted into function

Features

  • Windows root path hack if only drive and colon set as validate directory path

v0.2.3

13 Jan 18:40
Compare
Choose a tag to compare

v0.2.3 (2022-01-13)

Feature

  • CLI colorizing