From 839e630694019275bdc0be2a7164bddf42f4a24a Mon Sep 17 00:00:00 2001 From: Mariano Aguero Date: Tue, 4 Dec 2018 14:42:13 -0300 Subject: [PATCH 1/3] Add roadmap file --- ROADMAP.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 ROADMAP.md diff --git a/ROADMAP.md b/ROADMAP.md new file mode 100644 index 00000000..c8fad06e --- /dev/null +++ b/ROADMAP.md @@ -0,0 +1,23 @@ +# Roadmap + +An overview of what the core Solhint team is looking to work on over the next few months. + +As a caveat - this is a living doc, and will evolve as priorities grow and shift. The Solhint project will always be adapting to new use-cases and evolutions in the blockchain world - this roadmap is more of a "North Star" of what we're looking to work on than a strict timeline. + +Please feel free to file issues on this repository if you have questions, concerns, or suggestions. + + +## What's next? + +So, what will that new chapter hold? We see a few major themes... + +This is our next releases plan: + +- 1.4.0 [released on Oct 10, 2018] + - Support prettier-solidity [#72] +- 2.0.0 + - Switch from Blacklisting to Rulesets + Whitelisting [#73] + - Plugins support [#70] + - Support prettier-solidity as a plugin +- 2.1.0 + - Separate core library from CLI app [#69] \ No newline at end of file From a58d6a00c16b85a039a958fae714f2890b4052c1 Mon Sep 17 00:00:00 2001 From: Mariano Aguero Date: Tue, 4 Dec 2018 14:42:46 -0300 Subject: [PATCH 2/3] Add changelog file --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..35a15e22 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,19 @@ +## [1.4.0] - 2018-10-10 +### Added +- Support prettier-solidity [#72](https://github.com/protofire/solhint/pull/72) + +## [1.3.0] - 2018-09-25 +### Added +- Add "Proyects that use solhint" to README.md file [#64](https://github.com/protofire/solhint/issues/63) +- Add prettier and airbnb [#59](https://github.com/protofire/solhint/issues/59) +- Add new feature --ignore-path option [#58](https://github.com/protofire/solhint/issues/58) +- Add contribution formatter parameter validation [#54](https://github.com/protofire/solhint/pull/54) +- Add --max-warnings [int] option [#56](https://github.com/protofire/solhint/issues/56) +- Add --quiet option [#55](https://github.com/protofire/solhint/pull/55) + +### Changed +- Move rules sections out from README.md [#65](https://github.com/protofire/solhint/issues/65) +- Complete docs and readme [#61](https://github.com/protofire/solhint/issues/61) + +### Fixed +- Unable to satisfy indentation rules for functions with multiple return values [#49](https://github.com/protofire/solhint/issues/49) \ No newline at end of file From 68769095dd6ddeb3c3f4015a2e44a92489886bd9 Mon Sep 17 00:00:00 2001 From: Mariano Aguero Date: Tue, 4 Dec 2018 14:43:17 -0300 Subject: [PATCH 3/3] Update readme file --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 78f3b1df..a1bfa961 100644 --- a/README.md +++ b/README.md @@ -162,6 +162,11 @@ Related documentation you may find [there](https://protofire.github.io/solhint/) - **[VS Code: Solidity Language Support by CodeChain.io]( https://marketplace.visualstudio.com/items?itemName=kodebox.solidity-language-server)** +## Table of Contents + +* [Roadmap](ROADMAP.md): The core project's roadmap - what the core team is looking to work on in the near future. +* [Contributing](CONTRIBUTING.md): The core Solhint team :heart: contributions. This describes how you can contribute to the Solhint Project. + ## Acknowledgements The grammar used by solhint was created and is maintained by [Federico Bond](https://github.com/federicobond).