Releases: marcmo/enforcer
Releases · marcmo/enforcer
0.15.2
[0.15.2] - 04/21/2020
- Format code with cargo fmt nightly
add raketask to check if all tests and clippy and fmt are correct - Fix tests: windows tests were broken
since git did funny things with adding/removing CRLF endings
now we construct the strings by hand - Add LineEnding option
[0.15.1] - 04/20/2020
- Squelsh warnings on windows build
[0.15.0] - 04/20/2020
- Streamline CI
- Create github actions for cross platform build
update dependencies
fix cargo warnings
tidy up code - Add CRLF check and conversion
Check for Windows line endings - Change info level for encoding errors
Decrease required error reporting level to Normal for when UTF-8
sequence can't be decoded,
0.14.3
v0.13.0
v0.12.4
v0.12.3
v0.12.2
v0.12.1
v0.12.0: help users to use new configuration style
using glob patterns
v0.10.1: changed the way the pattern in the ignore section
of the .enforcer file is interpreted: we now support full glob pattern syntax
v0.9.0: load files to memory instead of mmap
using mmap caused permission problems under windows