jsonkenl / xlsxir

Xlsx parser for the Elixir language.
MIT License
212 stars 83 forks source link

Enum.filter_map/3 is deprecated #88

Closed michaelst closed 5 years ago

michaelst commented 5 years ago

warning: Enum.filter_map/3 is deprecated. Use Enum.filter/2 + Enum.map/2 or for comprehensions instead
  lib/xlsxir/unzip.ex:73
jsonkenl commented 5 years ago

Fixed by #90