Skip to content
This repository was archived by the owner on Sep 7, 2022. It is now read-only.

Commit a53ecdf

Browse files
committed
Add a changelog
1 parent ef8ea03 commit a53ecdf

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

CHANGELOG.md

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](http://keepachangelog.com/)
6+
and this project adheres to [Semantic Versioning](http://semver.org/).
7+
8+
## Unreleased
9+
10+
<!-- New PRs should document their changes here. -->
11+
12+
## [0.0.5] - 2016-09-15
13+
14+
### Changed
15+
* Left-align time bars
16+
* Use a sourceURL to clarify the source of the injected code.
17+
* Draw a table with in-cell bar charts to quickly visualize where the work is going.
18+
19+
### Fixed
20+
* Updated CSS parser to fix several parse bugs. See https://github.com/PolymerLabs/shady-css-parser/releases/tag/v0.0.8
21+
22+
## [0.0.4] - 2016-09-14
23+
24+
### Added
25+
* Add ability to reset stats.
26+
27+
## [0.0.3] - 2016-09-09
28+
29+
### Added
30+
* Track and display Polymer data-binding time.
31+
* Misc improvements to tracking and visualization.

0 commit comments

Comments
 (0)