Skip to content

Releases: NiKoTron/dart-tags

v0.4.0

28 Jan 09:13
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.1...v0.4.0

v0.3.1

20 Aug 08:53
Compare
Choose a tag to compare
  • Implemented separate getting size of frame for id3 v2.3 and v2.4
  • Added test case and asset
  • Fixed typos, thanx to @algoshipda and his PR
  • Fixed APIC picture type error, thanx to @algoshipda and his PR

0.3.0 release with some bc

09 Aug 03:43
9cb14ad
Compare
Choose a tag to compare
  • COMM, APIC, USLT, WXXX tags returns as a map
  • WXXX frame returns WURL object
  • various fixes
  • added USLT tag
  • added possibility to pass many COMM, APIC, USLT tags
  • APIC processing was refactored
  • hex encoder
  • unrecognized encoding falls to hex encoder (removed unsupported encoding error)
  • unsupported tags like PRIV will be printed just like raw binary data

v0.0.9

10 Aug 11:49
Compare
Choose a tag to compare
  • added ParsingException class
  • up sdk dependency in pubsec.yaml to <=3.0.0
  • wrote some tests
  • added stub mp3s for tests

Instalation

add dependency in pubsec.yaml

dependencies:
  dart_tags: ^0.0.9