README revision b238e52ac22e07b0798ae7b0f63f3fe0e8f9bf95
YUI Loader
Processes dependencies and dynamically loads script and css for YUI and external modules.
3.1.0
* Intrinsic yui3-gallery support.
* Added a 'patterns' property. Modules that are not predefined will be created with the
default values if it matches one of the patterns defined for the instance.
* Added module groups. This allows for specifying the base path and the combo properties
for a group of modules. The combo support now allows for multiple combo domains.
* Handles simulateous bootstrapping and loading better.
* Added support for dynamically loading language packs along with modules that have them.
* Metadata is managed per component instead of centrally.
* Extremely long combo urls are split into multiple requests.
* Loader defends itself against metadata that creates circular dependencies.
3.0.0
* Extracted from the YUI seed. Now fetched dynamically if
there are missing dependencies if not included.
* Reads metadata from on-page modules registered via Y.add if the module is not already known.
* Many new modules, many modules reorganized, dependency information has been tuned.