id3v2
Version:
Reads ID3v2 metadata
58 lines (25 loc) • 1.6 kB
Markdown
# Change Log
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
## [1.0.1](https://github.com/KnisterPeter/id3v2/compare/v2.0.0...v1.0.1) (2019-03-05)
### Bug Fixes
* add missing node types ([c080e2c](https://github.com/KnisterPeter/id3v2/commit/c080e2c))
# [1.0.0](https://github.com/KnisterPeter/id3v2/compare/v0.2.2...v1.0.0) (2019-03-05)
### chore
* drop support for node 4 ([915bfed](https://github.com/KnisterPeter/id3v2/commit/915bfed))
### BREAKING CHANGES
* drop support for node 4
<a name="0.2.2"></a>
## [0.2.2](https://github.com/knisterpeter/id3v2/compare/v0.2.1...v0.2.2) (2016-09-23)
### Bug Fixes
* fix d.ts import (#54) ([7a31eee](https://github.com/knisterpeter/id3v2/commit/7a31eee)), closes [#54](https://github.com/knisterpeter/id3v2/issues/54)
<a name="0.2.1"></a>
## [0.2.1](https://github.com/knisterpeter/id3v2/compare/v0.2.0...v0.2.1) (2016-03-24)
### Bug Fixes
* Removes test file ([1ff45fb](https://github.com/knisterpeter/id3v2/commit/1ff45fb))
<a name="0.2.0"></a>
# [0.2.0](https://github.com/knisterpeter/id3v2/compare/9a314e1...v0.2.0) (2016-03-24)
### Features
* Add id3v1 genres ([29fdfe9](https://github.com/knisterpeter/id3v2/commit/29fdfe9))
* Add TXXX frame ([0690a3c](https://github.com/knisterpeter/id3v2/commit/0690a3c))
* Implements a lot more frames ([c055dd4](https://github.com/knisterpeter/id3v2/commit/c055dd4))
* Initial commit ([9a314e1](https://github.com/knisterpeter/id3v2/commit/9a314e1))