Last change
on this file since fa375fe was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
1.3 KB
|
Line | |
---|
1 | Hi, figured we could actually use a changelog now:
|
---|
2 |
|
---|
3 | ## 1.1.5 2018-05-24
|
---|
4 |
|
---|
5 | * [#92](https://github.com/iarna/are-we-there-yet/pull/92) Fix bug where
|
---|
6 | `finish` would throw errors when including `TrackerStream` objects in
|
---|
7 | `TrackerGroup` collections. (@brianloveswords)
|
---|
8 |
|
---|
9 | ## 1.1.4 2017-04-21
|
---|
10 |
|
---|
11 | * Fix typo in package.json
|
---|
12 |
|
---|
13 | ## 1.1.3 2017-04-21
|
---|
14 |
|
---|
15 | * Improve documentation and limit files included in the distribution.
|
---|
16 |
|
---|
17 | ## 1.1.2 2016-03-15
|
---|
18 |
|
---|
19 | * Add tracker group cycle detection and tests for it
|
---|
20 |
|
---|
21 | ## 1.1.1 2016-01-29
|
---|
22 |
|
---|
23 | * Fix a typo in stream completion tracker
|
---|
24 |
|
---|
25 | ## 1.1.0 2016-01-29
|
---|
26 |
|
---|
27 | * Rewrote completion percent computation to be low impact– no more walking a
|
---|
28 | tree of completion groups every time we need this info. Previously, with
|
---|
29 | medium sized tree of completion groups, even a relatively modest number of
|
---|
30 | calls to the top level `completed()` method would result in absurd numbers
|
---|
31 | of calls overall as it walked down the tree. We now, instead, keep track as
|
---|
32 | we bubble up changes, so the computation is limited to when data changes and
|
---|
33 | to the depth of that one branch, instead of _every_ node. (Plus, we were already
|
---|
34 | incurring _this_ cost, since we already bubbled out changes.)
|
---|
35 | * Moved different tracker types out to their own files.
|
---|
36 | * Made tests test for TOO MANY events too.
|
---|
37 | * Standarized the source code formatting
|
---|
Note:
See
TracBrowser
for help on using the repository browser.