Skip to content

Latest commit

 

History

History
114 lines (84 loc) · 4.57 KB

CHANGELOG.md

File metadata and controls

114 lines (84 loc) · 4.57 KB

[3.4.0] - 2023-02-17

Updated

  • Solhint dependencies to support newer versions #380
  • Linter fixed to get clearer source code #381
  • E2E, added formatters into repo, updated CI #385
  • Solhint dependencies to support newer versions #403

Added

  • New Rule: For banning "console.sol" and "import hardhat or foundry console.sol" #372
  • New Rule: No global imports #390
  • New Rule: Named parameters in v0.8.18 solidity version #403

Fixed

  • TypeError: cannot read property 'errorCount' of undefined #351
  • Directories with .sol in the name path treated as files #352
  • Doc generator and added a CI step to avoid crashing #389
  • Rule for banning "console.sol" and "import hardhat or foundry console.sol #391
  • Option –quiet works now with all files #392
  • Transfers with .call excluded from warning as low level code #394
  • Made func-visibility skip free functions #396
  • False positive on no-unused-vars for payable arguments without name #399



[3.3.8] - 2023-01-17

Fixed Docs and Typos

Updated

  • Solidity Parser to 0.14.5 #378



TIME GAP

[2.1.0] - 2019-05-30

Added

  • New compiler-version rule (see PR #112)

Fixed

  • Several fixes for the mark-callable-contracts rule (PRs #115, #117 and #119)

[2.0.0] - 2019-02-15

Stable release

[2.0.0-beta.1] - 2019-01-31

Fixed

  • Fix linter errors

[2.0.0-alpha.3] - 2019-01-23

Changed

  • Update config initializer #103

[2.0.0-alpha.2] - 2019-01-08

Changed

  • Remove prettier from rule

[2.0.0-alpha.1] - 2019-01-08

Fixed

  • Package version

[2.0.0-alpha.0] - 2019-01-08

Added

  • Add rulesets #73
  • Add plugins support #99
  • Update docs

[1.5.0] - 2018-12-26

Added

  • Add not-rely-on-time to rules documentation #88
  • Have --max-warnings better reflect its name #89
  • Added disable-previous-line #91
  • Snake case now allows for a (single) leading underscore #93

Fixed

  • Fixed some comment directive tests #92

[1.4.1] - 2018-12-10

Added

  • Allow to specify the path to the config file #78
  • Roadmap and changelog #81

Changed

  • Upgrade grammar #79

[1.4.0] - 2018-10-10

Added

  • Support prettier-solidity #72

[1.3.0] - 2018-09-25

Added

  • Add "Projects that use solhint" to README.md file #64
  • Add prettier and airbnb #59
  • Add new feature --ignore-path option #58
  • Add contribution formatter parameter validation #54
  • Add --max-warnings [int] option #56
  • Add --quiet option #55

Changed

  • Move rules sections out from README.md #65
  • Complete docs and readme #61

Fixed

  • Unable to satisfy indentation rules for functions with multiple return values #49