All Versions
10
Latest Version
Avg Release Cycle
29 days
Latest Release
1902 days ago
Changelog History
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
toCoinpaprika
to allow use module prefix to resolve type ambiguity.
How to migrate?
Replace all
import CoinpaprikaAPI
occurrences withimport Coinpaprika
More info in PR #7.
- โก๏ธ Updated module name from
-
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
andPerson.positions
- ๐ Rename property
Market.reportedVolumeShare
toMarket.reportedVolume24hShare
- ๐ Rename property
Person.Links.linkeding
toPerson.Links.linkedin
- โ Add missing
Event.description
property - โ Add public visibility to property
Person.Position.coinId
andPerson.Position.position
- โ Remove nullability from