Skip to content

Releases: ghaiklor/icecast-parser

v4.0.2

20 Sep 15:38
Compare
Choose a tag to compare

Bug Fixes

  • 🐛 issue when notifyOnChangeOnly stops emitting at all (e4700ca)

v4.0.1

20 Sep 10:32
Compare
Choose a tag to compare

Features

  • 🎸 typed events in Parser (14be58a)

v4.0.0

25 Aug 07:45
Compare
Choose a tag to compare

Features

  • Port to TypeScript

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
Choose a tag to compare
  • 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
Choose a tag to compare

Features

  • 🎸 improve parsing metadata, when more complex cases arise (a60b164)

v3.1.0

10 Aug 08:21
Compare
Choose a tag to compare

Features

  • https support, custom user-agent, end event (#111) (7fb3df8)

v3.0.0

20 Mar 11:36
Compare
Choose a tag to compare

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
Choose a tag to compare

Bug Fixes

  • package: Fix issue with trampoline function on arrow functions (55fc2cf)

Features

  • package: Rewrite sources to ES6 (45ded78)