Skip to content

Commit 785e2fb

Browse files
committed
chore: add changelog
1 parent 26ac88d commit 785e2fb

4 files changed

Lines changed: 2421 additions & 160 deletions

File tree

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
tag-version-prefix=""

CHANGELOG.md

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
# 0.3.0 (2022-04-29)
2+
3+
### Bug Fixes
4+
5+
* fix hardcoded response test url ([608ebaf](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/608ebaf3021f14a5967f3811abc120bc682f2e8b))
6+
7+
8+
### Features
9+
10+
* **TestStatistics:** add totalRespond and totalDownload columns ([e98e1f1](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/e98e1f164a7f80a3f3282fbfd2ffe4db9866c1e1))
11+
* **TestStatistics:** give hide some columns option ([0a991ef](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/0a991eff74ed2415c926f258c5946b57c5d3321a))
12+
* **TestRun:** move data unit to table header ([df627fe](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/df627fe698c2e09bc8be17699e6e03c6e274bda4))
13+
* **TestStatistics:** add option to show all data ([485c37f](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/485c37f1e28fafbb85d1f7d79e934c8b6c21006b))
14+
15+
# 0.2.0 (2022-04-28)
16+
17+
### Features
18+
19+
* **TestRun:** reduce the font size ([64e72bc](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/64e72bc042ba9ae447f0bbc8b2463202fd658934))
20+
* **TestRun:** start test and download when user clicks start button ([9e5b09b](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/9e5b09bc1a3164c4f63ab65888816dc27d3e2a82))
21+
22+
23+
# 0.1.0 (2022-04-27)
24+
25+
### Bug Fixes
26+
27+
* avoid init table data when test ip count changes ([97db0d6](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/97db0d62c39056f64c8f31d818bb063f5eff7b64))
28+
* correct respond and speed sort function ([411e602](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/411e60296eef4ff9625c9925f1887bef4e113606))
29+
* fix downloadSpeed reset bug ([c2d0e99](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/c2d0e99059de59c3395003f4670b0e94f86cbf05))
30+
* fix ip sort ([8486214](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/8486214cb7df37db8c96f801192bc23f68d0cdd1))
31+
* fix TestStatistics not auto update bug ([11cb4c5](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/11cb4c5ab2031227425df5e902140d31c0a00bde))
32+
* remove button fontSize change ([09ebab3](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/09ebab309500df09731c0bfaaa27f635de0dd3fe))
33+
* remove testIpCount dev config ([599101b](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/599101b53f9c100d22a9e88356670f3f306eff45))
34+
* replace setState with callback ([b719d23](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/b719d23504f40351abeb76c20919c66743ffb387))
35+
* set smaller fontSize for TestStatistics row data ([d304e32](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/d304e3268050212d4efb2e1da830f2d2dcbec228))
36+
* set smaller fontSize in TestStatistics page ([13154a0](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/13154a070ff6ca26b40ce9f76d38980f7eed3290))
37+
* **TestRun:** correct table header labels ([7635076](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/76350768fedb9da8698d56796a3a150b26710cee))
38+
* **TestRun:** fix download error not show bug ([20759f6](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/20759f6b79dc3ed268ea2bf8d150019c410b43be))
39+
40+
41+
### Features
42+
43+
* add basic function ([2c4676e](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/2c4676e9d2ff6d3e4c5edb231a861e315f544880))
44+
* add basic Test Statistics page ([3913289](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/39132899e4729f977ec20d365acee759983aa049))
45+
* add cloudflare test url ([e50751f](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/e50751fb94361bd03cf1ec2a20f0ea9bdeb20de1))
46+
* add coCurrent count ([50abd80](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/50abd80f48f404edbe72196e70bdf9608591c86a))
47+
* add ip reset function ([a5cc005](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/a5cc00509edbeee38dada7af87ab757fbe5be517))
48+
* add localization ([0271a23](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/0271a239309557be7b1de1d58a415bdd66ff837d))
49+
* add packetLossRate column ([d7678a8](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/d7678a83a7fa6cd9f2b27e39b9751144b809ba8f))
50+
* add test url ([f3bba19](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/f3bba19b0dd9615f98c6591eae916ed53cfcccba))
51+
* add TestStatistics page ([d928d7c](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/d928d7cb2697776a6729954530a6723ff2fee56c))
52+
* allow text selection in table ([7794f08](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/7794f085d7da2f1b0d98fd6946e733e13fadc5dd))
53+
* change reset to start ([6f5cb7f](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/6f5cb7f4e95416dae4c9ef662cc85c3ff353509a))
54+
* clear test data before starting ([e4d4f3e](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/e4d4f3e5d1b143312126372584ba954038b37d22))
55+
* remove col column ([2120efd](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/2120efd499e179f718188b7751f4e911835a8309))
56+
* remove default sort option after sorting ([7aec7ed](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/7aec7ed0b1e367ed83e54252dc968570ee861737))
57+
* remove title in TestStatistics ([1f10c18](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/1f10c184287620d24b755c94c5ccb9460af80c44))
58+
* replace button with react-native-paper button ([131dec9](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/131dec9ba1adc7a90ba970698a633d0803796c9c))
59+
* **TestStatistics:** add sort function ([1d7a8ee](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/1d7a8ee68b33ae88347d6c72ba8a0079464eb3fc))
60+
* **TestStatistics:** add storage function ([6cedff7](https://github.com/xianshenglu/cloudflare-ip-tester-app/commit/6cedff7e0b75bf28e6c7409af0cd402d1a2bc36b))

0 commit comments

Comments
 (0)