==================
- Refactor NeededResources into a pluggable injector system. Fanstatic users
now have the possibility to customize how resources are injected into the
HTML.
We try to keep these changes backwards compatible for users that use
the official API. People that use fanstatic internals are encouraged to
update their code.
- Introduce "Inclusion" object; the responsibilities around bundling,
compilation, debug/minified mode and rollup are moved from the
NeededResources class to the Inclusion class.