Skip to content
This repository was archived by the owner on Apr 21, 2024. It is now read-only.

0.4.0

Compare
Choose a tag to compare
@castarco castarco released this 07 Feb 23:29
· 32 commits to main since this release
77c3a43

New features

  • resolveGroup: Now we can resolve a group of dependencies in just one single call.
  • resolveGroupAsync

Dependencies belong to a group if their name is of the form:

`${groupName}:${string}` // Examples: 'controllers:login', 'controllers:logout'