Skip to content

Latest commit

 

History

History
52 lines (27 loc) · 2.41 KB

CHANGELOG.md

File metadata and controls

52 lines (27 loc) · 2.41 KB

4.0.2 (2020-09-20)

Bug Fixes

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

4.0.1 (2020-09-20)

Features

  • 🎸 typed events in Parser (14be58a)

4.0.0 (2020-08-25)

Bug Fixes

  • 🐛 metadata regex and _transform in stream reader (ef1c6c7)
  • 🐛 named capture group in metadata regex (6273940)

3.2.1 (2019-08-10)

3.2.0 (2019-08-10)

Features

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

3.1.0 (2019-05-14)

Features

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

3.0.0 (2017-03-20)

Code Refactoring

  • package: Remove Babel compiler and support for older NodeJS versions (8fc96ef)

BREAKING CHANGES

  • package: Removed support for older NodeJS versions

2.0.0 (2016-02-01)

Bug Fixes

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

Features

  • package: Rewrite sources to ES6 (45ded78)