README revision b46f3d670b654847b0ce60afdba1b461c492a5c9
883N/AThe YUI Global
883N/A Provides core YUI functionality, including module registration and consumption utils,
883N/A language/array/object utilities, browser detection, a setTimout/setInterval wrapper,
883N/A and dynamic loading of script and css files.
883N/A
883N/A The yui module is a rollup of the following modules:
883N/A yui-base
883N/A get
883N/A loader
883N/A queue-base
883N/A
883N/A3.0.0 beta 1
883N/A
883N/A Core:
883N/A - Y.fail has been renamed to Y.error so that Y.fail can be used for the assertion
883N/A engine.
883N/A - Y.stamp now accepts a readOnly parameter to be used when you are only interested
883N/A in reading an existing guid rather than creating a new one.
883N/A - Y.stamp defends against stamping items that can't be stamped.
883N/A - Added to Object: values(), hasKey(), hasValue(), size(), getValue, setValue
883N/A (the latter are for manipulating nested values)
883N/A - Y.use calls are queued during dynamic loading.
883N/A - Added Y.cached for function memoizing
883N/A - added numericSort to Array
883N/A - The yui:log event broadcasts globally.
883N/A
883N/A Lang:
883N/A - Added Lang.type (typeof abstraction), and refactored some 'is' methods to use it.
883N/A
883N/A Get:
883N/A - Accepts an attribute collection config to apply to inserted nodes.
883N/A - id attributes are globally unique
883N/A - Now accepts purgethreshold as a config option. This will set the number of transactions
883N/A required before auto removing nodes from previous transactions (default is 20)
Loader:
- yuitest renamed to test, now requires collection
- lots of new module metadata
- added onCSS
- Loader requests are queued globally
- Accepts jsAttributes and cssAttributes configs for adding attributes to inserted nodes
UA:
- Added 'secure' property for SSL detection
- Added 'os' property for windows vs mac detection
- Added Adobe Air and Google Caja detection
3.0.0pr2
Core:
- The initial dependency calculation should not allow automatic rollup.
- Y.fail with throw/rethrow errors by default (throwFail is now true).
- Y.namespace reverted to scrub YAHOO out if included as the first
level of the namespace.
- 'useConsole' config changed to useBrowserConsole
Array:
- Added Array.some
Get:
- Protects against trailing commas in array of files to load.
Loader:
- get requires yui-base
- loader requires get
- combo url build process defends against undefined modules
- Added combo handler support for CSS
- Filters are correctly applied to combo and fullpath urls
- Added compat, profiler, yuitest, widget, stylesheet, classnamemanager,
overlay, plugin, slider, console
- Added io submodules
- queue requires event
- Added submodule metadata logic
- Added plugin metadata logic
- Added skin metadata logic
3.0.0pr1
Initial release