Skip to content

v0.5.0 Removal of 'Domain'

Choose a tag to compare

@eblocha eblocha released this 16 Sep 23:42
· 25 commits to master since this release

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.