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

Latest commit

 

History

History
46 lines (29 loc) · 1.36 KB

CHANGELOG.md

File metadata and controls

46 lines (29 loc) · 1.36 KB

Change Log

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

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Unreleased

[0.0.9] - 2017-03-29

  • Made the wrapping of the Polymer function more robust against code that subsequently also wraps the Polymer function.

[0.0.8] - 2017-03-23

  • Fix measurement of v1 Custom Elements. Had to drop support for measuring v1 element creation, at least for the moment.

[0.0.7] - 2016-11-17

  • Redesigned polydev around minimally patching custom element APIs and exposing the timings via the user timing APIs.

[0.0.5] - 2016-09-15

Changed

  • Left-align time bars
  • Use a sourceURL to clarify the source of the injected code.
  • Draw a table with in-cell bar charts to quickly visualize where the work is going.

Fixed

[0.0.4] - 2016-09-14

Added

  • Add ability to reset stats.

[0.0.3] - 2016-09-09

Added

  • Track and display Polymer data-binding time.
  • Misc improvements to tracking and visualization.