realm / realm-js

Realm is a mobile database: an alternative to SQLite & key-value stores
https://realm.io
Apache License 2.0
5.61k stars 558 forks source link

RJS-2764: Replacing "object" overload on `Realm.setLogLevel` with a second optional `category` argument #6580

Closed kraenhansen closed 1 month ago

kraenhansen commented 1 month ago

What, How & Why?

This closes #6560.

Although this breaks the API of the method, this as only ever been released in an rc release (namely v12.7.0-rc.0), which are exempted from semantic versioning.

☑️ ToDos