Skip to content

Releases: marcmo/enforcer

0.15.2

21 Apr 07:59
Compare
Choose a tag to compare
0.15.2 Pre-release
Pre-release

[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

16 Jul 07:34
Compare
Choose a tag to compare

fixed release script

v0.13.0

21 Apr 10:56
Compare
Choose a tag to compare
fix for verbosity level

v0.12.4

11 Apr 12:44
Compare
Choose a tag to compare
update config suggestions to include single file patterns

v0.12.3

11 Apr 12:18
Compare
Choose a tag to compare
corrected naming

v0.12.2

21 Apr 10:15
Compare
Choose a tag to compare
better support for building windos with appveyor

v0.12.1

11 Apr 09:55
Compare
Choose a tag to compare
fix for ignore names that contain numbers

v0.12.0: help users to use new configuration style

11 Apr 06:50
Compare
Choose a tag to compare

v0.10.1: changed the way the pattern in the ignore section

01 Mar 16:26
Compare
Choose a tag to compare
of the .enforcer file is interpreted: we now
support full glob pattern syntax

v0.9.0: load files to memory instead of mmap

28 Feb 09:24
Compare
Choose a tag to compare
using mmap caused permission problems under windows