You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Respect Config#tagName in Reader.merge and ReadWriter.merge (#619)
Follow up to #579
The `Reader.merge` and `ReadWriter.merge` methods that don't take a
`tagKey` param were retained for binary compatibility and updated to
pass `Annotator.defaultTagKey` to the corresponding variant that does
take a `tagKey`.
This updates them to instead respect `Config#tagName`, which defaults to
`Annotator.defaultTagKey` but may be overridden by downstream users.
I also re-enabled mima checks and updated `mimaPreviousVersions` to just
be `4.0.0`, but I'm happy to back out those changes if they're not
desirable.
0 commit comments