ivnsch / SwiftCharts

Easy to use and highly customizable charts library for iOS
Apache License 2.0
2.53k stars 410 forks source link

Flatmap deprecated in swift 4 #366

Closed worchyld closed 6 years ago

worchyld commented 6 years ago

I get the following warnings in Swift 4, using:

pod 'SwiftCharts', '~> 0.6.1'

'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value

DavidLari commented 6 years ago

It actually looks like it was fixed in the code, but a new pod release was not created and pushed. I would love for this to be fixed as those are the only 4 warnings I have in the project I'm using this on.

worchyld commented 6 years ago

If an update is made, I'm hoping it will be pushed soon.

ivnsch commented 6 years ago

I'll update today!

ivnsch commented 6 years ago

0.6.2 released!