Releases: RomanBurunkov/tm-node-mpd
Releases · RomanBurunkov/tm-node-mpd
1.0.0
0.3.3
0.3.2
- Move findReturn to proto section.
- Add tests for return patterns.
- Fix: Parse kvp when value contains whitespaces
0.3.1
- Fixed idle/noidle flow
- Added few tests
- Removed old not used code
- Refactoring
0.1.11
- 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
- IPC connection support.
- Add method 'crossfade'.
0.1.8
- Fix disconnect method.
mpd.disconnect could throw an exception in case it called on disconnected mpd instance.