The asynchronous release
This release is mainly based in asynchronous load and search. Some of the changes:
- re-organise loaders, configuration description, and result main classes
- if a file can be loaded by multiple loaders, they may be all tried until one works
- loaders can be synchronous and must always be asynchronous
- add a dynamic import loader, loading ECMAScript modules if conditions are met.
Look at the migration part of the developer manual for migration instructions.