Skip to content

v0.11.4

Compare
Choose a tag to compare
@novaugust novaugust released this 17 Jan 21:08
· 142 commits to main since this release

Improvements

Shoutout @milmazz for all the deprecation work below =)

  • Deprecations: Rewrite 1.16 Deprecations (h/t @milmazz for all the work here)
    • add //1 step to Enum.slice/2|String.slice/2 with decreasing ranges
    • File.stream!(file, options, line_or_bytes) => File.stream!(file, line_or_bytes, options)
  • Deprecations: Path.safe_relative_to/2 => Path.safe_relative/2