v0.11.0
- This library can now be installed using Swift Package Manager. (#96)
- Renamed
ClassicSnapshotOptions(mapIdentifiers:size:)
toClassicSnapshotOptions(tileSetIdentifiers:size:)
andClassicSnapshotOptions(mapIdentifiers:zoomLevel:size:)
toClassicSnapshotOptions(tileSetIdentifiers:zoomLevel:size:)
. (#100) - Migrated to Swift 5. (#101)