Skip to content

Releases: rinsuki-lab/typedbrainz

v0.1.4

03 Dec 00:23

Choose a tag to compare

  • Update MusicBrainz to v-2025-11-03.0
  • Export IncompleteArtistCreditT in typedbrainz/types, which can be used to localStorage["copiedArtistCredit"] JSON

Full Changelog: v0.1.3...v0.1.4

v0.1.3

28 May 09:58

Choose a tag to compare

  • Fix a bug which some properties are not marked as optional property
  • Add a workaround (remove paged_relationship_groups) to randomly falls off to any
  • Add MB.relationshipEditor.getRelationshipStateId

Full Changelog: v0.1.2...v0.1.3

v0.1.2

27 May 22:15

Choose a tag to compare

Add example to README and fix /lib/index.js function's types are broken.

v0.1.1

27 May 21:18

Choose a tag to compare

First signed release!

in this release, you can install from npm https://www.npmjs.com/package/typedbrainz , use MB.relationshipEditor.* and some API's statically-typed definitions.

still many MB.* API's definitions are missing, but better than nothing.