Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: amco/librato-iOS
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.3
Choose a base ref
...
head repository: amco/librato-iOS
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref

Commits on Apr 1, 2014

  1. Copy the full SHA
    2811477 View commit details

Commits on Jun 24, 2014

  1. Copy the full SHA
    1114303 View commit details
  2. Copy the full SHA
    67c2d2b View commit details

Commits on Aug 22, 2014

  1. Merge pull request #40 from net-a-porter-mobile/master

    Upgrade to AFNetworking 2.0
    adamyanalunas committed Aug 22, 2014
    Copy the full SHA
    e55a9a0 View commit details
  2. Copy the full SHA
    4c7aa11 View commit details

Commits on Sep 12, 2016

  1. Copy the full SHA
    fdc2cc1 View commit details
  2. Merge pull request #44 from amco/cocapods_1.x_support

    Update project and code to work with Xcode 8 and CocoaPods 1.x
    adamyanalunas authored Sep 12, 2016
    Copy the full SHA
    606c7ef View commit details
  3. Copy the full SHA
    8155e74 View commit details
  4. Copy the full SHA
    01f1fee View commit details

Commits on Oct 20, 2016

  1. Copy the full SHA
    1b600d5 View commit details
  2. Tests added

    SergeyKuryanov committed Oct 20, 2016
    Copy the full SHA
    3724624 View commit details
  3. Copy the full SHA
    06301d1 View commit details

Commits on Oct 21, 2016

  1. Rename category prefix

    SergeyKuryanov committed Oct 21, 2016
    Copy the full SHA
    c4c63cf View commit details
  2. Rename category prefix

    SergeyKuryanov committed Oct 21, 2016
    Copy the full SHA
    4438c26 View commit details
  3. Make tests work

    SergeyKuryanov committed Oct 21, 2016
    Copy the full SHA
    31cbf45 View commit details

Commits on Oct 24, 2016

  1. Merge pull request #46 from amco/45_improve_string_sanitizer

    Use character set instead of regex for string sanitizer
    SergeyKuryanov authored Oct 24, 2016
    Copy the full SHA
    dac274d View commit details
  2. Bump version to 1.2.1

    SergeyKuryanov committed Oct 24, 2016
    Copy the full SHA
    c7d74c8 View commit details

Commits on Oct 25, 2016

  1. Copy the full SHA
    a6f972e View commit details
  2. Merge pull request #47 from amco/update_version_to_1.2.1

    Bump version to 1.2.1
    adamyanalunas authored Oct 25, 2016
    Copy the full SHA
    e91d725 View commit details

Commits on Jul 7, 2018

  1. Fix import statement

    SergeyKuryanov committed Jul 7, 2018
    Copy the full SHA
    22e002c View commit details
  2. Merge pull request #49 from amco/48_fix_import_statement

    Fix import statement
    SergeyKuryanov authored Jul 7, 2018
    Copy the full SHA
    9d78b61 View commit details
  3. Bump version to 1.2.2

    SergeyKuryanov committed Jul 7, 2018
    Copy the full SHA
    6d77a9e View commit details
  4. Copy the full SHA
    9f9cd4c View commit details
  5. Revert "Update dates in readme files."

    This reverts commit 9f9cd4c.
    SergeyKuryanov committed Jul 7, 2018
    Copy the full SHA
    db19872 View commit details
  6. Add changelog entry

    SergeyKuryanov committed Jul 7, 2018
    Copy the full SHA
    3e660a9 View commit details
  7. Copy the full SHA
    c1d2ab3 View commit details
  8. Merge pull request #50 from amco/release_1.2.2

    Update cocoapods config
    SergeyKuryanov authored Jul 7, 2018
    Copy the full SHA
    9de8dbe View commit details

Commits on Jul 10, 2018

  1. Update Mantle pod

    SergeyKuryanov committed Jul 10, 2018
    Copy the full SHA
    c2e8e4f View commit details
  2. Copy the full SHA
    2783d26 View commit details
  3. Copy the full SHA
    dc329ab View commit details
  4. Copy the full SHA
    3aaff58 View commit details
  5. Copy the full SHA
    54bfb7c View commit details
  6. Copy the full SHA
    bc976a5 View commit details
  7. Merge pull request #54 from amco/silence_pod_warnings

    Update pod project to silence warnings, stop ignoring Podfile.lock
    adamyanalunas authored Jul 10, 2018
    Copy the full SHA
    1e93c0c View commit details
  8. Copy the full SHA
    9ba096a View commit details
  9. Copy the full SHA
    35175ae View commit details
  10. Copy the full SHA
    486b240 View commit details
  11. Re-update Mantle pod

    SergeyKuryanov committed Jul 10, 2018
    Copy the full SHA
    7486004 View commit details
  12. Merge pull request #52 from amco/51_update_mantle_pod

    Update Mantle pod
    SergeyKuryanov authored Jul 10, 2018
    Copy the full SHA
    5d0961f View commit details
  13. Copy the full SHA
    885b32b View commit details
  14. Merge pull request #53 from amco/51_update_afnetworking_pod

    Update AFNetworking pod
    SergeyKuryanov authored Jul 10, 2018
    Copy the full SHA
    5c6da31 View commit details
  15. Bump version to 1.2.3

    SergeyKuryanov committed Jul 10, 2018
    Copy the full SHA
    42f62e6 View commit details
  16. Add changelog entry

    SergeyKuryanov committed Jul 10, 2018
    Copy the full SHA
    5a9d8a2 View commit details
  17. Merge pull request #55 from amco/release_1.2.3

    Release 1.2.3
    SergeyKuryanov authored Jul 10, 2018
    Copy the full SHA
    98b0357 View commit details
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
### Version 1.2.3

* Upgrade to AFNetworking ~> 3.2
* Upgrade to Mantle ~> 2.1

### Version 1.2.2

* Fixed issue preventing building as static library using CocoaPods

### Version 1.1.0

Upgrade to AFNetworking ~> 2.0 (iOS 7 only)

### Version 1.0.2

* Removed the `init` override in `LibratoMetric` to fix an issue where offline cached metrics could not be rehydrated
1 change: 0 additions & 1 deletion Demo/.gitignore
Original file line number Diff line number Diff line change
@@ -25,4 +25,3 @@ DerivedData

# cocoapods
Pods
Podfile.lock
14 changes: 12 additions & 2 deletions Demo/Podfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
platform :ios, '6.0'
source 'https://github.com/CocoaPods/Specs.git'

pod 'librato-iOS', :path => '../librato-iOS.podspec'
platform :ios, '8.0'

inhibit_all_warnings!

target 'librato-iOS Demo' do
pod 'librato-iOS', :path => '../librato-iOS.podspec'

target 'librato-iOS DemoTests' do
inherit! :search_paths
end
end
43 changes: 43 additions & 0 deletions Demo/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
PODS:
- AFNetworking (3.2.1):
- AFNetworking/NSURLSession (= 3.2.1)
- AFNetworking/Reachability (= 3.2.1)
- AFNetworking/Security (= 3.2.1)
- AFNetworking/Serialization (= 3.2.1)
- AFNetworking/UIKit (= 3.2.1)
- AFNetworking/NSURLSession (3.2.1):
- AFNetworking/Reachability
- AFNetworking/Security
- AFNetworking/Serialization
- AFNetworking/Reachability (3.2.1)
- AFNetworking/Security (3.2.1)
- AFNetworking/Serialization (3.2.1)
- AFNetworking/UIKit (3.2.1):
- AFNetworking/NSURLSession
- librato-iOS (1.2.2):
- AFNetworking (~> 3.2)
- Mantle (~> 2.1)
- Mantle (2.1.0):
- Mantle/extobjc (= 2.1.0)
- Mantle/extobjc (2.1.0)

DEPENDENCIES:
- librato-iOS (from `../librato-iOS.podspec`)

SPEC REPOS:
https://github.com/cocoapods/specs.git:
- AFNetworking
- Mantle

EXTERNAL SOURCES:
librato-iOS:
:path: "../librato-iOS.podspec"

SPEC CHECKSUMS:
AFNetworking: b6f891fdfaed196b46c7a83cf209e09697b94057
librato-iOS: 1e81d75af883abe3f588f2ba3b29efd6379c4dfe
Mantle: 2fa750afa478cd625a94230fbf1c13462f29395b

PODFILE CHECKSUM: 5817b13129eeec85d2fa75a097e506a23de0ee12

COCOAPODS: 1.5.3
Loading