Releases: ghaiklor/icecast-parser
Releases · ghaiklor/icecast-parser
v4.0.2
20 Sep 15:38
Compare
Sorry, something went wrong.
No results found
Bug Fixes
🐛 issue when notifyOnChangeOnly stops emitting at all (e4700ca )
v4.0.1
20 Sep 10:32
Compare
Sorry, something went wrong.
No results found
v4.0.0
25 Aug 07:45
Compare
Sorry, something went wrong.
No results found
Features
Bug Fixes
🐛 metadata regex and _transform in stream reader (ef1c6c7 )
🐛 named capture group in metadata regex (6273940 )
BREAKING CHANGES
constructor no more accepts url as a string, only through configuration object
metadata event passes not the object, but Map with all the metadata
v3.2.1
10 Aug 08:44
Compare
Sorry, something went wrong.
No results found
Turns out that v3 is compatible only with Node.js v12, so I made a patch to indicate that in package.json
v3.2.0
10 Aug 08:23
Compare
Sorry, something went wrong.
No results found
Features
🎸 improve parsing metadata, when more complex cases arise (a60b164 )
v3.1.0
10 Aug 08:21
Compare
Sorry, something went wrong.
No results found
Features
https support, custom user-agent, end event (#111 ) (7fb3df8 )
v3.0.0
20 Mar 11:36
Compare
Sorry, something went wrong.
No results found
Code Refactoring
package: Remove Babel compiler and support for older NodeJS versions (8fc96ef )
BREAKING CHANGES
package: Removed support for older NodeJS versions
v2.0.0
01 Feb 15:49
Compare
Sorry, something went wrong.
No results found
Bug Fixes
package: Fix issue with trampoline function on arrow functions (55fc2cf )
Features
package: Rewrite sources to ES6 (45ded78 )