Skip to content

Releases: ndac-todoroki/elixir-id3

1.0.0

02 May 17:06
Compare
Choose a tag to compare
  • Changed ID3.write_tag/2's argument positions
    • better piping
    • BREAKING CHANGE
  • ID3.Picture.new/1 is now ID3.Picture.new/2,3
    • requires mime_type
    • optional options

0.2.0

28 Apr 08:04
Compare
Choose a tag to compare
  • support for pictures inside ID3v2 tags.
  • Rust 2018 edition!
    • dropped support for rustc < 1.3.1
  • banged functions (ex. ID3.get_tag!/1)
  • new functions for some structs