Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.04 KB

File metadata and controls

35 lines (22 loc) · 1.04 KB

Changelog

[0.2.2] (2025-11-12)

Fixed

  • Warnings emitted by the Elixir's compiler v1.19.2
  • Warnings emitted by a negative range given to Enum.slice/2

0.2.1 (2024-03-12)

Fixed

  • Added erl_interface to extra_application to have it in the environment of the Iconv compiler task. (Breaking change from Elixir 1.15)

Changed

  • Contribution from @jschoch: Escaping multipart boundary before interpolating it with the splitting regex.
  • Removed a compilation flag in the NIF task (-lerl_inteface was removed in OTP23 following previous versions deprecations)
  • Changed all deprecated function calls to suggested ones
  • Cleaned up warnings to be compatible with elixir 1.15

0.1.6 (2020-12-15)