Skip to content

Releases: rossnomann/ape

0.5.0

11 Jan 00:21
36ca7cd
Compare
Choose a tag to compare
  • Add support for multiple values under same key
    • Add Tag::items() method.
    • Add Tag::add_item() method.
    • Replace Tag::remove_item() by Tag::remove_items() method.
      Tag::item() method returns a first found item.
      Tag::set_item() removes all items under the given key and adds a new one.
  • Derive Clone for Item and ItemValue structs.

0.4.0

13 Jan 21:27
Compare
Choose a tag to compare
  • Switched to 2021 edition.
  • Updated byteorder to 1.4
  • Support reading/writing/removing tags from opened files.
  • Case insensitive key comparison.
  • Support writing an empty tag.

0.3.0

29 Mar 09:57
Compare
Choose a tag to compare
  • Switched to 2018 edition.
  • Updated byteorder to 1.3
  • Fixed type parameters in Item::from_locator and Item::from_text.
  • Removed use of deprecated Error::description.
  • Lowercase error description.
  • Item::to_vec method is private now.
  • Removed items field from the Tag struct.
  • Added Tag::iter() method.
  • Added IntoIterator implementation for Tag struct.
  • Tag::write method replaced by write function.

0.2.0

10 Dec 10:49
Compare
Choose a tag to compare
  • Use byteorder 1.0.0.

0.1.2

18 May 18:34
Compare
Choose a tag to compare
  • Small internal improvements.

0.1.1

21 Jan 06:31
Compare
Choose a tag to compare
  • Use Result<()> instead of Option<Error>.

0.1.0

16 Jan 18:08
Compare
Choose a tag to compare
  • First release.