Releases: aegoroff/editorconfiger
Releases · aegoroff/editorconfiger
0.4.2
v0.4.2 (2023-03-13)
Features
- all build dependencies made strict to have reproducable builds
0.4.1
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
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
0.3.0 (2022-09-29)
Code Refactoring
- validate_all simplified using filter_map
Features
0.2.7
0.2.7 (2022-08-11)
Features
- Deb and RPM packages are created during release
v0.2.6
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
v0.2.5
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
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