|
4 | 4 |
|
5 | 5 | metadata = getComponentMetaData("underscore.Underscore"); |
6 | 6 |
|
7 | | - collectionFunctions = "each,map,reduce,reduceRight,find,filter,where,reject,all,any,include,invoke,pluck,max,min,sortBy,groupBy,countBy,sortedIndex,shuffle,toArray,size"; |
| 7 | + collectionFunctions = "each,map,reduce,reduceRight,find,filter,where,findWhere,reject,all,any,include,invoke,pluck,max,min,sortBy,groupBy,countBy,sortedIndex,shuffle,toArray,toQuery,toXml,size"; |
8 | 8 |
|
9 | 9 | arrayFunctions = "first,initial,last,rest,compact,flatten,without,union,intersection,difference,uniq,zip,object,indexOf,lastIndexOf,range,concat,reverse,takeWhile,splice,push,unshift,join,split,slice"; |
10 | 10 |
|
|
66 | 66 | <body> |
67 | 67 | <div id="sidebar" class="interface"> |
68 | 68 | <a class="toc_title" href="#"> |
69 | | - Underscore.cfc <span class="version">(2.3)</span> |
| 69 | + Underscore.cfc <span class="version">(2.4)</span> |
70 | 70 | </a> |
71 | 71 | <a class="toc_title" href="#"> |
72 | 72 | Introduction |
|
95 | 95 | <cfoutput>#metadata.introduction#</cfoutput> |
96 | 96 | </p> |
97 | 97 | <h2>Download</h2> |
98 | | - <div><a href="https://github.com/russplaysguitar/UnderscoreCF/archive/v2.3.zip">Version 2.3</a> - <i>~40kb, Includes all development files</i></div> |
| 98 | + <div><a href="https://github.com/russplaysguitar/UnderscoreCF/archive/v2.4.zip">Version 2.4</a> - <i>~40kb, Includes all development files</i></div> |
99 | 99 | <h2 id="Collections">Collection Functions (Arrays, Structs, Queries, or Objects)</h2> |
100 | 100 | <cfset display(metadata, collectionFunctions) > |
101 | 101 | <h2 id="Arrays">Array Functions</h2> |
|
109 | 109 | <p id="changelog"> |
110 | 110 | <h2>Change Log</h2> |
111 | 111 | <p> |
| 112 | + <b class="header">2.4</b> -- <small><i>Feb 3rd, 2014</i></small><br> |
| 113 | + </p> |
| 114 | + <ul> |
| 115 | + <li>Added debounce(), findWhere(), toQuery(), toXml(), and split()</li> |
| 116 | + <li>Added support for comma-delimited lists to size()</li> |
| 117 | + <li>Enhanced concat() to handle multiple arrays</li> |
| 118 | + </ul> |
| 119 | + <p> |
| 120 | + <p> |
112 | 121 | <b class="header">2.3</b> -- <small><i>December 12th, 2012</i></small><br> |
113 | 122 | </p> |
114 | 123 | <ul> |
|
0 commit comments