Skip to content

Releases: eidoriantan/mp3tag.js

mp3tag.js v3.1.1

28 Mar 05:30
86b0fac
Compare
Choose a tag to compare

Changes

  • Fix version number

mp3tag.js v3.1.0

28 Mar 03:37
55e2116
Compare
Choose a tag to compare

Changes

  • Updated dev-dependencies

mp3tag.js v3.0.0

11 Nov 15:15
70d0525
Compare
Choose a tag to compare

Integrating from v2 to v3

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 (use mp3tag.error only)

Small changes:

  • Updated development dependencies

mp3tag.js v2.3.2

30 Oct 16:15
5cda49c
Compare
Choose a tag to compare

Changes

  • Updated dev-dependencies

mp3tag.js v2.3.1

14 Jul 12:24
8939dad
Compare
Choose a tag to compare

Changes

  • Updated dev-dependencies

mp3tag.js v2.3.0

08 Jun 06:54
3d4efc9
Compare
Choose a tag to compare

Changes

  • Exports the array of genres
  • Updated dev-dependencies

mp3tag.js v2.2.1

20 May 11:11
61424bc
Compare
Choose a tag to compare

Changes

  • Documentation changes
  • package.json module property defined

mp3tag.js v2.2.0

09 May 17:54
aeaba8a
Compare
Choose a tag to compare

Features

  • Default writes ID3v2.4 footer. Can be turned off by passing footer as false

mp3tag.js v2.1.0

30 Apr 19:35
47380a9
Compare
Choose a tag to compare

Features

  • Static functions: readBuffer, writeBuffer, and getAudioBuffer
  • remove function removes all the tags on the buffer and returns the raw audio

mp3tag.js v2.0.5

29 Apr 08:57
d7b7f48
Compare
Choose a tag to compare

Fixes

  • Fixes merging ID3v1 and ID3v2