RequireJS 2.1.10 is available.
Mainly a maintenance release, and improves some cases when reusing code that was installed via npm. There are two new config options for the loader too:
example.js
and example
interchangeably. Setting this config option to true will accommodate that style. almond 0.2.9+ also supports this option.And for the optimizer, the mainConfigFile option can now take an array of file paths that have configs in them. Later values take precedent over earlier values.
Full list of changes: