Skip to content

Commit 063af9c

Browse files
Update docGenerator.cfm and foundry.json to include 2.4 changes
1 parent d77a12e commit 063af9c

2 files changed

Lines changed: 13 additions & 4 deletions

File tree

docs/docGenerator.cfm

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
metadata = getComponentMetaData("underscore.Underscore");
66
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";
88
99
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";
1010
@@ -66,7 +66,7 @@
6666
<body>
6767
<div id="sidebar" class="interface">
6868
<a class="toc_title" href="#">
69-
Underscore.cfc <span class="version">(2.3)</span>
69+
Underscore.cfc <span class="version">(2.4)</span>
7070
</a>
7171
<a class="toc_title" href="#">
7272
Introduction
@@ -95,7 +95,7 @@
9595
<cfoutput>#metadata.introduction#</cfoutput>
9696
</p>
9797
<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>
9999
<h2 id="Collections">Collection Functions (Arrays, Structs, Queries, or Objects)</h2>
100100
<cfset display(metadata, collectionFunctions) >
101101
<h2 id="Arrays">Array Functions</h2>
@@ -109,6 +109,15 @@
109109
<p id="changelog">
110110
<h2>Change Log</h2>
111111
<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>
112121
<b class="header">2.3</b> -- <small><i>December 12th, 2012</i></small><br>
113122
</p>
114123
<ul>

foundry.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "UnderscoreCF",
33
"description": "An UnderscoreJS port for Coldfusion. Functional programming library.",
44
"homepage": "http://russplaysguitar.github.com/UnderscoreCF/",
5-
"version": "2.3.1",
5+
"version": "2.4.1",
66
"main": "./Underscore",
77
"author": "russplaysguitar"
88
}

0 commit comments

Comments
 (0)