From 2e8bbeff5acd1c44eedb288867b57c3bb3f9d5d5 Mon Sep 17 00:00:00 2001 From: Diogo Balseiro Date: Tue, 30 Mar 2021 11:37:30 +0100 Subject: [PATCH 1/3] Changed the Sample App Error URL --- FNMNetworkMonitor.podspec | 2 +- Sample/ViewController.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FNMNetworkMonitor.podspec b/FNMNetworkMonitor.podspec index 27d826f..ad4382c 100755 --- a/FNMNetworkMonitor.podspec +++ b/FNMNetworkMonitor.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |spec| spec.name = 'FNMNetworkMonitor' spec.module_name = 'FNMNetworkMonitor' - spec.version = '11.3.0' + spec.version = '11.4.0' spec.summary = 'A network monitor' spec.homepage = 'https://github.com/Farfetch/network-monitor-ios' spec.license = 'MIT' diff --git a/Sample/ViewController.swift b/Sample/ViewController.swift index cb3d050..c0a549e 100644 --- a/Sample/ViewController.swift +++ b/Sample/ViewController.swift @@ -18,7 +18,7 @@ final class ViewController: UIViewController { static let imageBorderWidth: CGFloat = 3.0 static let robotURL = "https://www.alphabet.com/robots.txt" - static let errorURL = "https://www.ohthehumanity.error" + static let errorURL = "https://www.oh.the.humanity/error" static let randomImageURL = "https://picsum.photos/500?random" } From 3539c72508473aa6b3aaa861bb112ed731493513 Mon Sep 17 00:00:00 2001 From: diogobalseiro Date: Tue, 30 Mar 2021 10:38:21 +0000 Subject: [PATCH 2/3] Update Changelog for PR --- CHANGELOG.md | 64 ++++++++-------------------------------------------- 1 file changed, 10 insertions(+), 54 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02f01ff..79ebfb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,68 +1,24 @@ # Changelog -## [11.3.0](https://github.com/Farfetch/network-monitor-ios/tree/11.3.0) (2021-03-30) +## [11.3.0](https://github.com/diogobalseiro/network-monitor-ios/tree/11.3.0) (2021-03-30) -**Merged pull requests:** +## [11.2.0](https://github.com/diogobalseiro/network-monitor-ios/tree/11.2.0) (2021-03-29) -- Minor Documentation Changes [\#13](https://github.com/Farfetch/network-monitor-ios/pull/13) +## [11.1.0](https://github.com/diogobalseiro/network-monitor-ios/tree/11.1.0) (2021-03-26) -## [11.2.0](https://github.com/Farfetch/network-monitor-ios/tree/11.2.0) (2021-03-29) +## [11.0.0](https://github.com/diogobalseiro/network-monitor-ios/tree/11.0.0) (2021-02-09) -**Closed issues:** +## [10.0.0](https://github.com/diogobalseiro/network-monitor-ios/tree/10.0.0) (2020-10-12) -- No automatic cocoapod spec publishing exists [\#7](https://github.com/Farfetch/network-monitor-ios/issues/7) +## [9.2.0](https://github.com/diogobalseiro/network-monitor-ios/tree/9.2.0) (2020-09-18) -**Merged pull requests:** +## [9.1.0](https://github.com/diogobalseiro/network-monitor-ios/tree/9.1.0) (2020-09-15) -- Minor Documentation Changes [\#12](https://github.com/Farfetch/network-monitor-ios/pull/12) +## [9.0.0](https://github.com/diogobalseiro/network-monitor-ios/tree/9.0.0) (2020-08-18) -## [11.1.0](https://github.com/Farfetch/network-monitor-ios/tree/11.1.0) (2021-03-26) +## [8.0.1](https://github.com/diogobalseiro/network-monitor-ios/tree/8.0.1) (2020-07-02) -**Merged pull requests:** - -- Minor housekeeping [\#11](https://github.com/Farfetch/network-monitor-ios/pull/11) - -## [11.0.0](https://github.com/Farfetch/network-monitor-ios/tree/11.0.0) (2021-02-09) - -**Merged pull requests:** - -- Change Available Profile in JSON Report. [\#10](https://github.com/Farfetch/network-monitor-ios/pull/10) - -## [10.0.0](https://github.com/Farfetch/network-monitor-ios/tree/10.0.0) (2020-10-12) - -**Merged pull requests:** - -- Fixes A Performance Bottleneck Related to Exporting [\#6](https://github.com/Farfetch/network-monitor-ios/pull/6) - -## [9.2.0](https://github.com/Farfetch/network-monitor-ios/tree/9.2.0) (2020-09-18) - -**Merged pull requests:** - -- Enables cataloging call using the overall identifier [\#5](https://github.com/Farfetch/network-monitor-ios/pull/5) - -## [9.1.0](https://github.com/Farfetch/network-monitor-ios/tree/9.1.0) (2020-09-15) - -**Merged pull requests:** - -- Allow copy URL on FNMDebugListingViewController via iOS 11 `UIC… [\#4](https://github.com/Farfetch/network-monitor-ios/pull/4) - -## [9.0.0](https://github.com/Farfetch/network-monitor-ios/tree/9.0.0) (2020-08-18) - -**Merged pull requests:** - -- Removes all mentions of AppLaunch and TimeStamps. FNMElement is now generic [\#3](https://github.com/Farfetch/network-monitor-ios/pull/3) - -## [8.0.1](https://github.com/Farfetch/network-monitor-ios/tree/8.0.1) (2020-07-02) - -**Merged pull requests:** - -- Tweaked Podspec [\#2](https://github.com/Farfetch/network-monitor-ios/pull/2) - -## [8.0.0](https://github.com/Farfetch/network-monitor-ios/tree/8.0.0) (2020-07-02) - -**Merged pull requests:** - -- Update README.md [\#1](https://github.com/Farfetch/network-monitor-ios/pull/1) +## [8.0.0](https://github.com/diogobalseiro/network-monitor-ios/tree/8.0.0) (2020-07-02) From 8aa2f27ab6e4ab1672e293e8241b26e1b5dd03b6 Mon Sep 17 00:00:00 2001 From: Diogo Balseiro Date: Tue, 30 Mar 2021 11:43:08 +0100 Subject: [PATCH 3/3] Changed the Sample App Error URL --- CHANGELOG.md | 64 ++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 54 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79ebfb8..02f01ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,24 +1,68 @@ # Changelog -## [11.3.0](https://github.com/diogobalseiro/network-monitor-ios/tree/11.3.0) (2021-03-30) +## [11.3.0](https://github.com/Farfetch/network-monitor-ios/tree/11.3.0) (2021-03-30) -## [11.2.0](https://github.com/diogobalseiro/network-monitor-ios/tree/11.2.0) (2021-03-29) +**Merged pull requests:** -## [11.1.0](https://github.com/diogobalseiro/network-monitor-ios/tree/11.1.0) (2021-03-26) +- Minor Documentation Changes [\#13](https://github.com/Farfetch/network-monitor-ios/pull/13) -## [11.0.0](https://github.com/diogobalseiro/network-monitor-ios/tree/11.0.0) (2021-02-09) +## [11.2.0](https://github.com/Farfetch/network-monitor-ios/tree/11.2.0) (2021-03-29) -## [10.0.0](https://github.com/diogobalseiro/network-monitor-ios/tree/10.0.0) (2020-10-12) +**Closed issues:** -## [9.2.0](https://github.com/diogobalseiro/network-monitor-ios/tree/9.2.0) (2020-09-18) +- No automatic cocoapod spec publishing exists [\#7](https://github.com/Farfetch/network-monitor-ios/issues/7) -## [9.1.0](https://github.com/diogobalseiro/network-monitor-ios/tree/9.1.0) (2020-09-15) +**Merged pull requests:** -## [9.0.0](https://github.com/diogobalseiro/network-monitor-ios/tree/9.0.0) (2020-08-18) +- Minor Documentation Changes [\#12](https://github.com/Farfetch/network-monitor-ios/pull/12) -## [8.0.1](https://github.com/diogobalseiro/network-monitor-ios/tree/8.0.1) (2020-07-02) +## [11.1.0](https://github.com/Farfetch/network-monitor-ios/tree/11.1.0) (2021-03-26) -## [8.0.0](https://github.com/diogobalseiro/network-monitor-ios/tree/8.0.0) (2020-07-02) +**Merged pull requests:** + +- Minor housekeeping [\#11](https://github.com/Farfetch/network-monitor-ios/pull/11) + +## [11.0.0](https://github.com/Farfetch/network-monitor-ios/tree/11.0.0) (2021-02-09) + +**Merged pull requests:** + +- Change Available Profile in JSON Report. [\#10](https://github.com/Farfetch/network-monitor-ios/pull/10) + +## [10.0.0](https://github.com/Farfetch/network-monitor-ios/tree/10.0.0) (2020-10-12) + +**Merged pull requests:** + +- Fixes A Performance Bottleneck Related to Exporting [\#6](https://github.com/Farfetch/network-monitor-ios/pull/6) + +## [9.2.0](https://github.com/Farfetch/network-monitor-ios/tree/9.2.0) (2020-09-18) + +**Merged pull requests:** + +- Enables cataloging call using the overall identifier [\#5](https://github.com/Farfetch/network-monitor-ios/pull/5) + +## [9.1.0](https://github.com/Farfetch/network-monitor-ios/tree/9.1.0) (2020-09-15) + +**Merged pull requests:** + +- Allow copy URL on FNMDebugListingViewController via iOS 11 `UIC… [\#4](https://github.com/Farfetch/network-monitor-ios/pull/4) + +## [9.0.0](https://github.com/Farfetch/network-monitor-ios/tree/9.0.0) (2020-08-18) + +**Merged pull requests:** + +- Removes all mentions of AppLaunch and TimeStamps. FNMElement is now generic [\#3](https://github.com/Farfetch/network-monitor-ios/pull/3) + +## [8.0.1](https://github.com/Farfetch/network-monitor-ios/tree/8.0.1) (2020-07-02) + +**Merged pull requests:** + +- Tweaked Podspec [\#2](https://github.com/Farfetch/network-monitor-ios/pull/2) + +## [8.0.0](https://github.com/Farfetch/network-monitor-ios/tree/8.0.0) (2020-07-02) + +**Merged pull requests:** + +- Update README.md [\#1](https://github.com/Farfetch/network-monitor-ios/pull/1)