v0.5.0 Removal of 'Domain'
With v0.5.0, the old Domain class is removed in favor of Symbol for domain identifiers in the re-entrant mutex.
Symbols have the benefit of being allowed in plain objects. Symbols also have additional convenience methods built-in.
This change also reduces the bundle size ever so slightly since it is missing the Domain class definition.