Releases: crystal-ameba/ameba
Releases · crystal-ameba/ameba
v0.4.2
- allow inspecting a directory ca50275
- add editor integration section 2f9d31b
- properly process invalid Crystal syntax #32
v0.4.1
- corrected docs location 38f07be
- fix missing sample in readme b27d9ca
- a simpler way to build todo yaml 51fa9f0
- removed
--release
flag c5729b1
v0.3.0
- Now a binary is installed into project_root/bin directory 6a28e21
- Travis support 6a28e21
- LargeNumbers rule has a new option 3c9df13
- Ability to generate a config file acting as TODO list #24
--only RULE1,RULE2,..
and --except RULE1,RULE2,..
cli flags dceafd2
- New rules:
v0.2.2
- Build on postinstall 7546a80
- Install binary to shard/bin folder 6a28e21
- Remove compatibility warning 9983fce
v0.2.1
- Extend installation instructions (#19)
- Deploy docs via travis 00c13fc
- Document code 57b1095
- Install ameba binary on postinstall 694aa60
v0.2.0
- Performance improvements #15
- YAML configuration file #16
- Syntax tokenizer based on
Crystal::Lexer
#10
- Colorized formatter 75ec695
- Benchmarks f27e32c
- New rules: