- Update testing instructions to work with the latest versions of cmake+ctest.
- Fix
/*
matching too broadly (#12).
- Added optional
spelling_language
parsing for EditorConfig0.16.0
. This adds an optional dependency on the widely-usedlanguage-tags
crate to parse a useful superset of the values allowed by the spec. - Added feature
allow-empty-values
to allow empty key-value pairs (#7). Added to opt-in to behavioral breakage with1.0.x
; a future major release will remove this feature and make its functionality the default. - Implemented more traits for
Properties
. - Changed
LineReader
to allow comments after section headers (#6). - Slightly optimized glob performance.
Thanks to @kyle-rader-msft for contributing parser improvements!
- Updated the test suite to demonstrate compliance with EditorConfig
0.15.1
. - Fixed inconsistent character class behavior when
the character class does not end with
]
. - Fixed redundant UTF-8 validity checks when globbing.
- Reorganized parts of the
glob
module to greatly improve code quality.
- Reduced the MSRV for
ec4rs
to1.56
, from1.59
.
Initial stable release!