All Versions
10
Latest Version
Avg Release Cycle
29 days
Latest Release
1705 days ago

Changelog History

  • v2.4.0 Changes

    August 19, 2019
    • โž• Add an option to customize client User Agent
    • โž• Add an option to provide custom Error Parser
    • [SPM] Add Coinpaprika prefix to Networking and NetworkingMocks modules
  • v2.3.0 Changes

    June 25, 2019
    • ๐Ÿ“ฆ Swift Package Manager
    • โž• Add CoinType conformance to Ticker model
  • v2.2 Changes

    May 15, 2019
    • โšก๏ธ Updated module name from CoinpaprikaAPI to Coinpaprika to allow use module prefix to resolve type ambiguity.

    How to migrate?

    Replace all import CoinpaprikaAPI occurrences with import Coinpaprika

    More info in PR #7.

  • v2.1.1 Changes

    April 10, 2019
    • โž• Add support for custom request signer
  • v2.1 Changes

    April 10, 2019
    • Convert to Swift 5
    • โž• Add swift_versions (4.2 & 5.0) to podspec, required by Cocoapods 1.7
    • โž• Add native Result type when compiled with Swift 5
    • Extract Request abstract to podspec CoinpaprikaAPI/Networking
    • โž• Add support for Basic Auth and custom authorization headers in Request
  • v2.0.6 Changes

    March 14, 2019
    • โž• Add new properties (id, userImageLink , retweeetCount, likeCount) to Tweet model
    • โž• Add description, websiteStatus, apiStatus properties to Exchange model
    • โž• Add imgRev field (logo revision) to Coin model
    • โž• Add createEvent endpoint
    • โž• Add new top movers method with results number option
    • โž• Add lead property to News model
    • โž• Add top300 option to Top Movers
    • โž• Add Person Tweets method
    • ๐Ÿ”ฆ Expose TickerHistory and Ohlcv properties publicly (#5)
  • v2.0.5 Changes

    January 23, 2019

    ๐Ÿ†• New methods:

    • โœ… latestNews
    • historicalNews
    • ๐Ÿšš topMovers
    • fiats

    Other changes:

    • extended list of available Quotes (added fiat currencies)
    • switch to new links structure (with followers and other stats) in CoinExtended model
    • โž• add imageLink to Tweet model
    • โž• add marketCapChange24h & volume24hChange24h to GlobalStats model
    • โž• add type to Coin model
    • โž• add coinCounter & icoCounter fields to TagType protocol
    • โž• add id property to Event model
    • ๐Ÿ›  fixed volumeMarketCapRate value
  • v2.0.4 Changes

    December 13, 2018

    ๐Ÿ”„ Change type of following properties from Int64 to Decimal to be consistent with API Specification:

    • Exchange.reportedVolume24h, Exchange.adjustedVolume24h
    • GlobalStats.marketCapUsd, GlobalStats.volume24hUsd
    • Ohlcv.marketCap (+ add missing nullability to other numeric properties)
    • Ticker.circulatingSupply, Ticker.totalSupply, Ticker.maxSupply
  • v2.0.3 Changes

    December 11, 2018
    • ๐Ÿ”„ Change volume24h type from Int64 to Decimal (in Ticker.Quote)
    • โž• Add nullability to url property in Event
    • โž• Add Error to NSError bridge with HTTP Codes included
    • โž• Add parent (Coin Platform) property to CoinExtended
    • ๐Ÿ“‡ Rename Person.Position model to Person.Project
    • โž• Add coinName and coinSymbol to Person.Project
  • v2.0.2 Changes

    November 27, 2018
    • โœ‚ Remove nullability from Exchange.fiats and Person.positions
    • ๐Ÿ“‡ Rename property Market.reportedVolumeShare to Market.reportedVolume24hShare
    • ๐Ÿ“‡ Rename property Person.Links.linkeding to Person.Links.linkedin
    • โž• Add missing Event.description property
    • โž• Add public visibility to property Person.Position.coinId and Person.Position.position