Skip to content

Releases: metabrainz/bookbrainz-data-js

v5.0.0

18 Oct 13:43
1391e1e
Compare
Choose a tag to compare

πŸ“š Changes since last version

This is a major version update as we are dropping support for Node < 18 (Node 18 is now LTS)
In this version we are also migrating all files to Typescript (extra kudos to @kellnerd for the hard work!)

πŸš‚ New features and bug fixes

πŸ”§ Maintenance

πŸ‘ Many thanks to everyone who participated in this release πŸ‘‡

@MonkeyDo, @dependabot[bot] and @kellnerd

v4.1.1

27 Jun 12:53
Compare
Choose a tag to compare

πŸ“š Changes since last version

πŸš‚ New features and bug fixes

πŸ‘ Many thanks to everyone who participated in this release πŸ‘‡

@MonkeyDo and @the-good-boy

v4.0.1

26 Jun 16:45
Compare
Choose a tag to compare

πŸ“š Changes since last version

This is mainly a maintenance version, where we install the bookshelf ORM package from the newly published @metabrainz/bookshelf package rather than pointing to the git repository.
This allows us to use Deno (which doesn't support the git syntax for packages) instead of Node for a GSOC project.

πŸ”§ Maintenance

  • chore: Install bookshelf package from our own scoped package
  • chore(deps): bump yaml from 2.2.1 to 2.2.2 (#305) @dependabot
πŸ‘ Many thanks to everyone who participated in this release πŸ‘‡

@MonkeyDo and @dependabot[bot]

v4.0.0

12 Apr 10:53
Compare
Choose a tag to compare

πŸ“š Changes since last version

πŸ’₯ Breaking changes

πŸš‚ New features and bug fixes

πŸ‘ Many thanks to everyone who participated in this release πŸ‘‡

@MonkeyDo and @kellnerd

v3.1.0

12 Jan 15:52
Compare
Choose a tag to compare

πŸ“š Changes since last version

πŸš‚ New features and bug fixes

πŸ”§ Maintenance

4 changes
πŸ‘ Many thanks to everyone who participated in this release πŸ‘‡

@MonkeyDo, @dependabot[bot] and @tr1ten

v3.0.0

06 Sep 16:25
Compare
Choose a tag to compare

This is a major point release due to a change in how relationship changes are handled.
We added attributes to the relationships (isAdded , isRemoved) to fix an issue when the client-side code has an old set of relationships that could overwrite changes that happened in the meantime.
This is relevant to the unified form feature that automatically updates the relationships of entities, but it also avoids accidentally overwriting changes from other users.

What's Changed

  • test(loadAuthorNames): Test for the loadAuthorNames func by @the-good-boy in #282
  • feat(Author Credits): Add utility functions to Author model by @MonkeyDo in #285
  • chore(deps): bump minimist from 1.2.5 to 1.2.6 by @dependabot in #284
  • chore(deps): bump moment from 2.29.1 to 2.29.2 by @dependabot in #283
  • feat: add externalServiceOauth table and functions by @anshg1214 in #286
  • feat: Add schema while referring to oauth table by @anshg1214 in #287
  • Fix(BB-538): Support concurrent relationships edit workflow by @tr1ten in #289

New Contributors

Full Changelog: 2.13.1...v3.0.0

v2.13.1

03 Mar 12:33
Compare
Choose a tag to compare

Fixing an issue with deployment of the previous version.

v2.13.0

01 Mar 12:53
Compare
Choose a tag to compare

Reviving release notes, sorry about all the changes clumped together!

What's Changed

Read more