Skip to content

Commit

Permalink
Merge pull request #93 from Polymer/120
Browse files Browse the repository at this point in the history
Bump analyzer; bump test fixture; prepare 1.2.0 release.
  • Loading branch information
aomarks committed Feb 15, 2018
2 parents b61cce4 + 1d42d8a commit e7bf047
Show file tree
Hide file tree
Showing 27 changed files with 356 additions and 259 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

<!-- ## [Unreleased] -->

## [1.2.0] - 2018-02-14
- Functions which definitely never return a value will now be automatically inferred as returning `void`.
- Getters on Polymer elements defined with the legacy Polymer function are now scanned correctly (previously type annotations were missing, and the readonly bit was inverted.

## [1.1.3] - 2018-02-12
- Mixin functions now include all of the additional mixins they automatically apply. Previously, only the immediately applied mixins were accounted for, but not ones that were applied transitively.

Expand Down

0 comments on commit e7bf047

Please sign in to comment.