- Rename
requireglobal variable tounrequire.- Use of old
requirewill issue compatibility warning.
- Use of old
- Make
unrequireglobal variable a non-function; forceunrequire.load.- Use as a function will issue compatibility warning.
- Fix up derequire to handle new formats.
- AMD compliance.
- Allow definition of objects, etc.
- Better minification.
- Allow merging of unrequire and e.g. browser plugin.
- Aliasing.
- CommonJS support (e.g.
exportspseudomodule). - Node.JS plugin.
- Spaceport script loading plugin.
- CDN support.
- Rename packages to bundles.
- Circular references.
-
- Missing or misleading
define.