RequireJS 2.1.15 is available.
Mainly fixes a regression from 2.1.14 in the r.js optimizer where some define() calls were not found. The most common manifestations of the bug would be either an extra define('jquery', function(){})
in the build output or namespaced builds not working. The fixes for 2.1.15 are just in the optimizer. Full list of changes: