UNPKG

2.58 kBMarkdownView Raw
1## [2.1.0] - 2019-05-30
2
3### Added
4
5- New `compiler-version` rule (see PR #112)
6
7### Fixed
8
9- Several fixes for the `mark-callable-contracts` rule (PRs #115, #117 and #119)
10
11## [2.0.0] - 2019-02-15
12
13Stable release
14
15## [2.0.0-beta.1] - 2019-01-31
16### Fixed
17- Fix linter errors
18
19## [2.0.0-alpha.3] - 2019-01-23
20### Changed
21- Update config initializer [#103](https://github.com/protofire/solhint/pull/103)
22
23## [2.0.0-alpha.2] - 2019-01-08
24### Changed
25- Remove prettier from rule
26
27## [2.0.0-alpha.1] - 2019-01-08
28### Fixed
29- Package version
30
31## [2.0.0-alpha.0] - 2019-01-08
32### Added
33- Add rulesets [#73](https://github.com/protofire/solhint/issues/73)
34- Add plugins support [#99](https://github.com/protofire/solhint/pull/99)
35- Update docs
36
37## [1.5.0] - 2018-12-26
38### Added
39- Add not-rely-on-time to rules documentation [#88](https://github.com/protofire/solhint/pull/88)
40- Have --max-warnings better reflect its name [#89](https://github.com/protofire/solhint/pull/89)
41- Added disable-previous-line [#91](https://github.com/protofire/solhint/pull/91)
42- Snake case now allows for a (single) leading underscore [#93](https://github.com/protofire/solhint/pull/93)
43
44### Fixed
45- Fixed some comment directive tests [#92](https://github.com/protofire/solhint/pull/92)
46
47## [1.4.1] - 2018-12-10
48### Added
49- Allow to specify the path to the config file [#78](https://github.com/protofire/solhint/issues/78)
50- Roadmap and changelog [#81](https://github.com/protofire/solhint/issues/81)
51
52### Changed
53- Upgrade grammar [#79](https://github.com/protofire/solhint/pull/79)
54
55## [1.4.0] - 2018-10-10
56### Added
57- Support prettier-solidity [#72](https://github.com/protofire/solhint/pull/72)
58
59## [1.3.0] - 2018-09-25
60### Added
61- Add "Projects that use solhint" to README.md file [#64](https://github.com/protofire/solhint/issues/63)
62- Add prettier and airbnb [#59](https://github.com/protofire/solhint/issues/59)
63- Add new feature --ignore-path option [#58](https://github.com/protofire/solhint/issues/58)
64- Add contribution formatter parameter validation [#54](https://github.com/protofire/solhint/pull/54)
65- Add --max-warnings [int] option [#56](https://github.com/protofire/solhint/issues/56)
66- Add --quiet option [#55](https://github.com/protofire/solhint/pull/55)
67
68### Changed
69- Move rules sections out from README.md [#65](https://github.com/protofire/solhint/issues/65)
70- Complete docs and readme [#61](https://github.com/protofire/solhint/issues/61)
71
72### Fixed
73- Unable to satisfy indentation rules for functions with multiple return values [#49](https://github.com/protofire/solhint/issues/49)