Skip to content
This repository has been archived by the owner on May 1, 2019. It is now read-only.

Commit

Permalink
v2.0.0-alpha.16
Browse files Browse the repository at this point in the history
  • Loading branch information
rictic committed Oct 20, 2016
1 parent 96d9624 commit c74179d
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Change Log

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).


## Unreleased


## [2.0.0-alpha.16] - 2016-10-20

### Added

* Add a new default scanner for custom element references in html.
* Also adds a non-default scanner for all element references in html.
* Known bug: does not find element references inside of `<template>` elements.

## [2.0.0-alpha.15] - 2016-10-15

### Changed

* (polymer) - computed properties are implicitly readOnly.

* (editor service) - Greatly improve `getLocationForPosition` for determining the meaning of text at an HTML source location. Presently used for doing autocompletions.
* Handles the contents of `<template>` elements.
* Distinguishes attribute names from values.
* Understands when text is inside a comment, inline style, and inline script.
* Better handle many, many edge cases.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polymer-analyzer",
"version": "2.0.0-alpha.15",
"version": "2.0.0-alpha.16",
"description": "Static analysis for Web Components",
"homepage": "https://github.com/Polymer/polymer-analyzer",
"bugs": "https://github.com/Polymer/polymer-analyzer/issues",
Expand Down

0 comments on commit c74179d

Please sign in to comment.