v0.5.0
This release introduces the ability to load a resource from a list of manifests, for example to load from a dev manifest if present or else fall back to a production bundle, using the new get_active_manifest( string[] $manifest_paths ) function.
v0.5 also restores the ability to load bundles in the <head> tag, by passing 'in-footer' => false in options array.