Skip to content

Commit

Permalink
docs: ✏️ add CHANGELOG.md generation
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaiklor committed Sep 13, 2020
1 parent 14be58a commit 8b1ce37
Show file tree
Hide file tree
Showing 3 changed files with 1,377 additions and 30 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# [4.0.0](https://github.com/ghaiklor/icecast-parser/compare/v3.2.1...v4.0.0) (2020-08-25)

## Bug Fixes

* 🐛 metadata regex and _transform in stream reader ([ef1c6c7](https://github.com/ghaiklor/icecast-parser/commit/ef1c6c715866b8c94b18ebc18ded63aa6184e582))
* 🐛 named capture group in metadata regex ([6273940](https://github.com/ghaiklor/icecast-parser/commit/62739404247bd77467fb7f2f8495e4e8849dd41f))

# [3.2.0](https://github.com/ghaiklor/icecast-parser/compare/v3.1.0...v3.2.0) (2019-08-10)

## Features

* 🎸 improve parsing metadata, when more complex cases arise ([a60b164](https://github.com/ghaiklor/icecast-parser/commit/a60b1645a2114cf7e70197bf39b78800b44b5505))

# [3.1.0](https://github.com/ghaiklor/icecast-parser/compare/v3.0.0...v3.1.0) (2019-05-14)

## Features

* https support, custom user-agent, end event ([#111](https://github.com/ghaiklor/icecast-parser/issues/111)) ([7fb3df8](https://github.com/ghaiklor/icecast-parser/commit/7fb3df83b3ca86e16ef8db02216cf918d9a71165))

# [3.0.0](https://github.com/ghaiklor/icecast-parser/compare/v2.0.0...v3.0.0) (2017-03-20)

## Code Refactoring

* **package:** Remove Babel compiler and support for older NodeJS versions ([8fc96ef](https://github.com/ghaiklor/icecast-parser/commit/8fc96eff4f7f42e1f19a0939d4ad6d68daed0658))

## BREAKING CHANGES

* **package:** Removed support for older NodeJS versions

# [2.0.0](https://github.com/ghaiklor/icecast-parser/compare/45ded78df94d2347fcd2d76da7c0b729938b4a0c...v2.0.0) (2016-02-01)

## Bug Fixes

* **package:** Fix issue with trampoline function on arrow functions ([55fc2cf](https://github.com/ghaiklor/icecast-parser/commit/55fc2cfb674b001ab42c3cd623c72b5f555a63e9))

## Features

* **package:** Rewrite sources to ES6 ([45ded78](https://github.com/ghaiklor/icecast-parser/commit/45ded78df94d2347fcd2d76da7c0b729938b4a0c))
Loading

0 comments on commit 8b1ce37

Please sign in to comment.