Skip to content

Commit

Permalink
docs: CHANGELOG v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zizzamia committed May 13, 2018
1 parent 8dad041 commit 1c27d66
Showing 1 changed file with 12 additions and 16 deletions.
28 changes: 12 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,54 +1,59 @@
# Changelog

## 0.7.0 (2018-5-12)

### Feat

* **feat:** timeToInteractive as promise [#23](https://github.com/Zizzamia/perfume.js/issues/23)

### Build & Style

* **style:** update tslint [#31](https://github.com/Zizzamia/perfume.js/issues/31)
* **build:** Minify umd bundle [#30](https://github.com/Zizzamia/perfume.js/issues/30)
* **build:** Do not bundle deps into main & module entries [#28](https://github.com/Zizzamia/perfume.js/issues/28)

## 0.6.6 (2018-3-25)

### Bug Fixes

* **fix:** emulated performance getFirstPaint() passes array of entries


## 0.6.5 (2018-3-12)

### Bug Fixes

* **feat:** Init FirstPaint metric


## 0.6.4 (2018-3-5)

### Bug Fixes

* **uglify:** Minify generated bundle


## 0.6.3 (2018-3-5)

### Bug Fixes

* **start/end:** Fixed support performance.measure in Safari


## 0.6.2 (2018-3-3)

### Bug Fixes

* **measure:** Fixed getMeasurementForGivenName return value


## 0.6.1 (2018-3-3)

### Bug Fixes

* **start/end:** Fixed Performance.getDurationByMetric method


## 0.6.0 (2018-3-3)

### Bug Fixes

* **test:** Increased cross-browser tests and separate the native logic from the emulated version [#24c8996](https://github.com/Zizzamia/perfume.js/commit/24c8996fa894e64e928b84ec680e2fa61df4aa99) [#22](https://github.com/Zizzamia/perfume.js/issues/22).


## 0.5.0 (2018-1-14)

### Features
Expand All @@ -59,64 +64,55 @@

* **fcp:** Use PerformanceObserver for FCP [#18](https://github.com/Zizzamia/perfume.js/issues/18)


## 0.4.0 (2018-1-7)

### Features

* **tti:** Time to Interactive [#15](https://github.com/Zizzamia/perfume.js/issues/15)


## 0.3.0 (2018-1-3)

### Features

* **endPaint:** Added endPaint() method [#13](https://github.com/Zizzamia/perfume.js/issues/13)


## 0.2.6 (2018-1-2)

### Bug Fixes

* **GA:** Fixed timingValue


## 0.2.5 (2018-1-1)

### Bug Fixes

* **GA:** Fixed timingVar


## 0.2.4 (2017-12-31)

### Bug Fixes

* **GA:** Fixed window.ga type


## 0.2.3 (2017-12-31)

### Features

* **GA:** Init Google Analytics [#12](https://github.com/Zizzamia/perfume.js/issues/12)


## 0.2.2 (2017-12-29)

### Bug Fixes

* **end:** fixed end() and getDurationByMetric() methods [#9](https://github.com/Zizzamia/perfume.js/issues/9)
* **docs:** Annotate metrics in the DevTools [#10](https://github.com/Zizzamia/perfume.js/issues/10)


## 0.2.1 (2017-12-28)

### Bug Fixes

* **start:** Fixed start method; Increased tests coverage; [#8](https://github.com/Zizzamia/perfume.js/issues/8)


## 0.2.0 (2017-12-28)

### Bug Fixes
Expand Down

0 comments on commit 1c27d66

Please sign in to comment.