Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
runem committed Jul 12, 2020
1 parent bd0cff3 commit 2f61006
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/)
<!-- ### Removed -->
<!-- ### Fixed -->

## [1.0.3] - 2020-07-12
## [1.1.0] - 2020-07-12

### Fixed

- Improved logic for resolving declarations and mixins ([#172](https://github.com/runem/web-component-analyzer/issues/172))
- Added support for JSDoc syntax where type comes after name (eg. `@fires my-event {MouseEvent}`) ([#165](https://github.com/runem/web-component-analyzer/issues/165))

### Changes
### Added

- JSDoc related utils are now exported from WCA ([#171](https://github.com/runem/web-component-analyzer/pull/171))
- `hasUpdated` and `updateComplete` are now considered protected members for `LitElement` elements ([#166](https://github.com/runem/web-component-analyzer/pull/166)
- Updated all dependencies.
- It's now possible to traverse the entire inheritance tree using `declaration.heritageClauses`.

## [1.0.2] - 2020-01-18

Expand Down

0 comments on commit 2f61006

Please sign in to comment.