Releases: pixielity-inc/react-support
Releases · pixielity-inc/react-support
v2.1.0
🏗️ Async support for MultipleInstanceManager
instanceAsync(name)— async resolution with built-in deduplicationcreateDriverAsync(driver, config)— override for async driver creationsetInstance(name, instance)— manual cache populationhasInstance(name)— check if cached (replaceshasResolvedInstance)- Pending map prevents duplicate async resolutions
- Updated mixin to match base class API
- Fixed tsconfig for TS 6.0 compatibility