Skip to content

Commit

Permalink
Merge 6876909 into ea5307b
Browse files Browse the repository at this point in the history
  • Loading branch information
mariano-aguero committed Dec 4, 2018
2 parents ea5307b + 6876909 commit e66a1eb
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 0 deletions.
19 changes: 19 additions & 0 deletions 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)
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -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).
Expand Down
23 changes: 23 additions & 0 deletions 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]

0 comments on commit e66a1eb

Please sign in to comment.