Releases: eidoriantan/mp3tag.js
Releases · eidoriantan/mp3tag.js
mp3tag.js v3.1.1
Changes
- Fix version number
mp3tag.js v3.1.0
Changes
- Updated
dev-dependencies
mp3tag.js v3.0.0
Integrating from v2 to v3
Breaking changes:
- ID3v1 tags are accessible at
mp3tag.tags.v1
- ID3v1 tags details are accessible at
mp3tag.tags.v1Details
such as ID3v1 major version and tag size (always 128 bytes) - ID3v2 tags are accessible at
mp3tag.tags.v2
- ID3v2 tags details are accessible at
mp3tag.tags.v2Details
such as ID3v2 major version, tag size, and flags - Special tags are accessible at
mp3tag.tags
(title, artist, album, year, comment, track, and genre) - Dropped ID3v2 footer support
save
option defaults are changed (see the documentations)- Removed
mp3tag.errorCode
(usemp3tag.error
only)
Small changes:
- Updated development dependencies
mp3tag.js v2.3.2
Changes
- Updated dev-dependencies
mp3tag.js v2.3.1
Changes
- Updated dev-dependencies
mp3tag.js v2.3.0
Changes
- Exports the array of genres
- Updated
dev-dependencies
mp3tag.js v2.2.1
Changes
- Documentation changes
- package.json
module
property defined
mp3tag.js v2.2.0
Features
- Default writes ID3v2.4 footer. Can be turned off by passing
footer
as false
mp3tag.js v2.1.0
Features
- Static functions:
readBuffer
,writeBuffer
, andgetAudioBuffer
remove
function removes all the tags on the buffer and returns the raw audio
mp3tag.js v2.0.5
Fixes
- Fixes merging ID3v1 and ID3v2