Skip to content

Commit

Permalink
Update version for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrburke committed Nov 4, 2011
1 parent da6ca97 commit d9a8e66
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 11 deletions.
2 changes: 1 addition & 1 deletion dist/post.html
@@ -1,6 +1,6 @@
</div>
<div id="footer" class="mono">
<span class="line">Latest Release: <a href="http://requirejs.org/docs/download.html">1.0.0</a></span>
<span class="line">Latest Release: <a href="http://requirejs.org/docs/download.html">1.0.1</a></span>
<span class="line">Open source: <a href="https://github.com/jrburke/requirejs/blob/master/LICENSE">new BSD or MIT licensed</a></span>
<span class="line">web design by <a href="http://andychung.ca">Andy Chung</a> &copy; 2011</span>
</div>
Expand Down
2 changes: 1 addition & 1 deletion dist/pre.html
Expand Up @@ -166,7 +166,7 @@ <h1>a javascript module loader</h1>
</ul>

<ul>
<li class="version">1.0.0 Docs</li>
<li class="version">1.0.1 Docs</li>
</ul>
</div>

Expand Down
32 changes: 25 additions & 7 deletions docs/download.html
Expand Up @@ -4,7 +4,7 @@ <h1>Download RequireJS</h1>
<li class="hbox"><a href="#latest">Latest Release</a><span class="spacer boxFlex"></span><span class="sect">&sect; 1</span></li>
<ul>
<li class="hbox"><a href="#requirejs">require.js</a><span class="spacer boxFlex"></span><span class="sect">&sect; 1.1</span></li>
<li class="hbox"><a href="#samplejquery">Sample RequireJS + jQuery 1.6.4 project</a><span class="spacer boxFlex"></span><span class="sect">&sect; 1.2</span></li>
<li class="hbox"><a href="#samplejquery">Sample RequireJS + jQuery 1.7 project</a><span class="spacer boxFlex"></span><span class="sect">&sect; 1.2</span></li>
<li class="hbox"><a href="#rjs">r.js: Optimizer and Node and Rhino adapter</a><span class="spacer boxFlex"></span><span class="sect">&sect; 1.3</span></li>
</ul>
<li class="hbox"><a href="#plugins">Plugins</a><span class="spacer boxFlex"></span><span class="sect">&sect; 2</span></li>
Expand All @@ -25,20 +25,20 @@ <h2><a name="latest">Latest Release</a><span class="sectionMark">&sect; 1</span>

<div class="subSection">
<h4 class="hbox">
<a name="requirejs">require.js 1.0.0</a>
<a name="requirejs">require.js 1.0.1</a>
<span class="boxFlex"></span>
<a class="download" href="http://requirejs.org/docs/release/1.0.0/minified/require.js">Minified</a>
<a class="download" href="http://requirejs.org/docs/release/1.0.0/comments/require.js">With Comments</a>
<a class="download" href="http://requirejs.org/docs/release/1.0.1/minified/require.js">Minified</a>
<a class="download" href="http://requirejs.org/docs/release/1.0.1/comments/require.js">With Comments</a>
</h4>

<p>All you need to start using require.js in the browser.</p>
</div>

<div class="subSection">
<h4 class="hbox">
<a name="samplejquery">Sample RequireJS 1.0.0 + jQuery 1.6.4 project</a>
<a name="samplejquery">Sample RequireJS 1.0.1 + jQuery 1.7.0 project</a>
<span class="boxFlex"></span>
<a class="download" href="http://requirejs.org/docs/release/jquery-require/jquery1.6.4-requirejs1.0.0/jquery-require-sample.zip">Download</a>
<a class="download" href="http://requirejs.org/docs/release/jquery-require/jquery1.7.0-requirejs1.0.1/jquery-require-sample.zip">Download</a>
</h4>

<p>A zip file containing a sample project that uses jQuery and RequireJS.</p>
Expand All @@ -49,7 +49,7 @@ <h4 class="hbox">
<h4 class="hbox">
<a name="rjs">r.js: Optimizer and Node and Rhino adapter</a>
<span class="boxFlex"></span>
<a class="download" href="http://requirejs.org/docs/release/1.0.0/r.js">Download</a>
<a class="download" href="http://requirejs.org/docs/release/1.0.1/r.js">Download</a>
</h4>

<p>The r.js file allows you to run the optimizer as well as run modules in Node or Rhino.</p>
Expand Down Expand Up @@ -122,6 +122,24 @@ <h4 class="hbox">
<div class="section">
<h2><a name="releasenotes">Release Notes</a><span class="sectionMark">&sect; 3</span></h2>


<h3 id="1-0-1">1.0.1</h3>

<p>Just small bug fixes related to:</p>

<ul>
<li>allowing full URLs for simplified CommonJS wrapped modules</li>
<li>AST parsing of dependencies for modules that use a variable for the factory function</li>
<li>catching more cases that should have the "namespace" optimizer option applied</li>
</ul>

<p>Detailed list of changes for require.js and the r.js optimizer:</p>

<ul>
<li><a href="https://github.com/jrburke/requirejs/issues?milestone=4&state=closed">require.js 1.0.1 changes</a></li>
<li><a href="https://github.com/jrburke/r.js/issues?milestone=2&state=closed">r.js 1.0.1 changes</a></li>
</ul>

<h3 id="1-0-0">1.0.0</h3>

<p>Same as RequireJS 0.27.1 release, with some document updates and a
Expand Down
4 changes: 2 additions & 2 deletions require.js
@@ -1,5 +1,5 @@
/** vim: et:ts=4:sw=4:sts=4
* @license RequireJS 1.0.0+ Copyright (c) 2010-2011, The Dojo Foundation All Rights Reserved.
* @license RequireJS 1.0.1 Copyright (c) 2010-2011, The Dojo Foundation All Rights Reserved.
* Available via the MIT or new BSD license.
* see: http://github.com/jrburke/requirejs for details
*/
Expand All @@ -11,7 +11,7 @@
var requirejs, require, define;
(function () {
//Change this version number for each release.
var version = "1.0.0+",
var version = "1.0.1",
commentRegExp = /(\/\*([\s\S]*?)\*\/|([^:]|^)\/\/(.*)$)/mg,
cjsRequireRegExp = /require\(\s*["']([^'"\s]+)["']\s*\)/g,
currDirRegExp = /^\.\//,
Expand Down

0 comments on commit d9a8e66

Please sign in to comment.