Skip to content

Releases: avishaycohen/mpd-parser

v0.1.2

10 Mar 09:39
Compare
Choose a tag to compare

What's Changed

  • updated python publish action to latest version of setup-python action by @avishaycohen in #20
  • Fix GitHub warning set output by @avishaycohen in #21
  • support python 3.11 and update dependency versions by @avishaycohen in #22
  • added parsing from URL and unit tests to cover it
  • added general case failure when parsing

Full Changelog: v0.1.1...v0.1.2

v0.1.1

22 Oct 19:42
7c3470e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

10 Oct 10:17
94bd494
Compare
Choose a tag to compare

What's Changed

features:

  1. support for python3.8
  2. now you can use Parser.to_string to convert your MPD object back to an xml string:
xml_string = Parser.to_string(mpd_obj)

bugfixes:

  1. corrected behavior of text elements to behave like a tag
  2. change to MPD attribute now make the underlying lxml._element change as well

Full Changelog: v0.0.7...v0.1.0

v0.0.7

28 Aug 19:11
ed06560
Compare
Choose a tag to compare

What's Changed

  • Fix segment templates population by @Valentin-Paramonov in #11
  • bump version 0.0.7 by @avishaycohen in #12

New Contributors

  • @Valentin-Paramonov made their first contribution in #11

Full Changelog: v0.0.6...v0.0.7

v0.0.6

27 Aug 09:30
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.5...v0.0.6

v0.0.5

13 Aug 13:08
bbf30d0
Compare
Choose a tag to compare

Minor fixes and additions, trying to upload the build files from github directly.

What's Changed

New Contributors

Full Changelog: https://github.com/avishaycohen/mpd-parser/commits/v0.0.5