Skip to content

Releases: RomanBurunkov/tm-node-mpd

0.3.3

07 Mar 20:37
Compare
Choose a tag to compare
  • Fix: Protocol.parseKvp Add check that argument is a string.
  • Fix: Protocol.parseGreeting Add check that argument is a string.
  • Add support for Node 10(get rid of String.MatchAll issue #2).
  • Update github actions CI workflow.

0.3.2

20 Feb 11:55
Compare
Choose a tag to compare
  • Move findReturn to proto section.
  • Add tests for return patterns.
  • Fix: Parse kvp when value contains whitespaces

0.3.1

16 Dec 18:29
Compare
Choose a tag to compare
  • Fixed idle/noidle flow
  • Added few tests
  • Removed old not used code
  • Refactoring

0.1.11

11 Dec 07:15
Compare
Choose a tag to compare
  • Add keepAlive option.
    Available for connection with type 'network'
  • Update status parsing.
    Refactoring and also add all status values which mpd returns despite with module doesn't 'know' about them)

0.1.10

10 Dec 06:25
Compare
Choose a tag to compare
  • IPC connection support.
  • Add method 'crossfade'.

0.1.8

08 Dec 15:02
Compare
Choose a tag to compare
  • Fix disconnect method.
    mpd.disconnect could throw an exception in case it called on disconnected mpd instance.