Releases: trsathya/Cryptex
Releases · trsathya/Cryptex
0.0.6
0.0.5
0.0.4
BREAKING CHANGES since 0.0.3:
- Simplified exchange service instantiation by replacing currency store object with currencies overrides array in the initializer.
- Removed public static shared store member and made store initializer internal to library.
- Added public access specifier to the store instance contained in services.
Other changes
- Added most known altcoins in Currency.swift, any new currencies can be passed through currencyOverrides during service initialization.
- Added usage section in README.md.