Skip to content

Commit

Permalink
Merge pull request #6 from Polymer/release-pr/v1.2.0
Browse files Browse the repository at this point in the history
prepare changelog for release
  • Loading branch information
FredKSchott authored Jan 30, 2017
2 parents 0d5b5a0 + 82b7f89 commit 2b6ec3d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased - Breaking Changes

## [1.2.0] - 2017-01-27

* Added `isSources()` method to ProjectConfig: validates that a given file path matches the project's "sources" globs. Useful for determining if a file should be treated as a source file or as a dependency.
* New Config Option: `builds` defines project build configurations.
* `validate()` now checks the `builds` property for missing and duplicate names.

## [1.1.0] - 2016-12-09

* Added `validate()` function, to validate that polymer.json contains valid paths.
* Added `validate()` method to ProjectConfig: validates that polymer.json contains valid paths.

## [1.0.2] - 2016-09-23

Expand Down

0 comments on commit 2b6ec3d

Please sign in to comment.