Skip to content

The asynchronous release

Compare
Choose a tag to compare
@sveyret sveyret released this 01 Mar 17:49
· 14 commits to master since this release
v2.0.0
ba539a5

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.