Skip to content

0.5.0

Latest
Compare
Choose a tag to compare
@rossnomann rossnomann released this 11 Jan 00:21
· 6 commits to master since this release
36ca7cd
  • 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.