Publish optionValidator extentsion API.

R=scheglov@google.com

Review URL: https://codereview.chromium.org/1420903003 .
This commit is contained in:
pq 2015-10-25 20:49:49 -07:00
parent 289bd0a056
commit bb431bbec4
3 changed files with 5 additions and 2 deletions

View file

@ -6,7 +6,7 @@ homepage: http://www.dartlang.org
environment:
sdk: '>=1.12.0 <2.0.0'
dependencies:
analyzer: '>=0.26.1+14 <0.27.0'
analyzer: '>=0.26.1+15 <0.27.0'
args: '>=0.13.0 <0.14.0'
dart_style: '>=0.2.0 <0.3.0'
linter: ^0.1.3+2

View file

@ -1,3 +1,6 @@
## 0.26.1+15
* (Internal) Provisional options validation plugin API.
## 0.26.1+13
* (Internal) Plugin processing fixes.

View file

@ -1,5 +1,5 @@
name: analyzer
version: 0.26.1+14
version: 0.26.1+15
author: Dart Team <misc@dartlang.org>
description: Static analyzer for Dart.
homepage: http://www.dartlang.org