Releases: rinsuki-lab/typedbrainz
Releases · rinsuki-lab/typedbrainz
v0.1.4
- 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
- Fix a bug which some properties are not marked as optional property
- Add a workaround (remove
paged_relationship_groups) to randomly falls off toany - Add
MB.relationshipEditor.getRelationshipStateId
Full Changelog: v0.1.2...v0.1.3
v0.1.2
Add example to README and fix /lib/index.js function's types are broken.
v0.1.1
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.