Skip to content

v2.1.0

Latest

Choose a tag to compare

@pixielity-co pixielity-co released this 05 Apr 20:21

πŸ—οΈ Async support for MultipleInstanceManager

  • instanceAsync(name) β€” async resolution with built-in deduplication
  • createDriverAsync(driver, config) β€” override for async driver creation
  • setInstance(name, instance) β€” manual cache population
  • hasInstance(name) β€” check if cached (replaces hasResolvedInstance)
  • Pending map prevents duplicate async resolutions
  • Updated mixin to match base class API
  • Fixed tsconfig for TS 6.0 compatibility