| Change Set |
Date |
Downloads |
Comment |
20760
by
crpietschmann
|
Jun 18 at
9:59 PM
|
18 |
Item # 4210: Modify "OrderBy" and "OrderByDescending" to access "C#-like Lambda" expressions also. var sample = JSLINQ(Samples.People) .OrderBy("item => item.FirstName"); |
20742
by
crpietschmann
|
Jun 18 at
9:24 PM
|
16 |
Item # 4207: Modify "OrderByDescending" to accept the field/property to order by as a string in addition to accepting a "clause function"/lambda expression. |
20739
by
crpietschmann
|
Jun 18 at
9:09 PM
|
7 |
Item # 4206: Modify "Select" to accept a single field/property to select by passing it in as a string. |
20736
by
crpietschmann
|
Jun 18 at
9:01 PM
|
11 |
Item # 4204: Modify "OrderBy" to accept the field/property to order by as a string |
20731
by
crpietschmann
|
Jun 18 at
8:45 PM
|
16 |
Added recent changes to the Change Log within the ReadMe.txt |
20730
by
crpietschmann
|
Jun 18 at
8:39 PM
|
11 |
Item # 4202: Replace "index" variable name with "i" for iterator loops in JSLINQ.js |
20728
by
crpietschmann
|
Jun 18 at
8:34 PM
|
15 |
Item # 4201: Modify all "clauses" / lambda expressions to get called having "this" equal to the Array Item |
20462
by
crpietschmann
|
Jun 16 at
11:10 PM
|
17 |
Item # 4177: Replace all "new JSLINQ()" usage with "JSLINQ()" in JSLINQ.js file |
20461
by
crpietschmann
|
Jun 16 at
11:05 PM
|
12 |
Item # 4176: Select method: Stop calling "clause" twice for each element |
20460
by
crpietschmann
|
Jun 16 at
10:48 PM
|
15 |
Fixed style sheet issue with v2.10 releaes. |
20459
by
crpietschmann
|
Jun 16 at
10:44 PM
|
13 |
Added Extensibility example, and wrapped up the v2.10 release. |
20449
by
crpietschmann
|
Jun 16 at
9:41 PM
|
11 |
Added "JSLINQ.jslinq" property value that returns the Version of the current JSLINQ being used. |
20441
by
crpietschmann
|
Jun 16 at
9:30 PM
|
15 |
Moved the JavaScript Intellisense comments to "JSLINQ-vsdoc.js". Now the JSLINQ.js file is reduced to only 6.71KB! |
20437
by
crpietschmann
|
Jun 16 at
9:07 PM
|
13 |
Modified the JSLINQ object to allow you to create an instance of JSLINQ containing an Array of elements using either of the following methods: var option1 = JSLINQ(myArray); var option2 = new JSLINQ(myArray); |
20433
by
crpietschmann
|
Jun 16 at
8:52 PM
|
17 |
Added yet some more Intellisense improvements. |
20431
by
crpietschmann
|
Jun 16 at
8:46 PM
|
13 |
Added some more Intellisense improvements. |
20427
by
crpietschmann
|
Jun 16 at
8:40 PM
|
12 |
Add some improved Intellisense support to the JSLINQ.js file. |
20425
by
crpietschmann
|
Jun 16 at
8:22 PM
|
10 |
Modified the First and Last methods to use the Where method internally when a Clause function is specified. This helps reduce the size of the .js file, and helps DRY. |
18996
by
crpietschmann
|
Mar 30 at
9:47 PM
|
46 |
v2.00 Release |
18995
by
crpietschmann
|
Mar 30 at
9:41 PM
|
31 |
Restructured some files and fixed some descriptions. |
18994
by
crpietschmann
|
Mar 30 at
9:30 PM
|
19 |
Cleaned up the "search an HTML DOM Table" example a little bit |
18993
by
crpietschmann
|
Mar 30 at
9:23 PM
|
24 |
Added an example of how to use JSLINQ to search an HTML DOM Table to the "HtmlDomSamples.htm" Page |
16399
by
crpietschmann
|
Oct 16 2008 at
1:30 AM
|
90 |
Updated code to include the "Interactive SDK" that the previous release contained, along with unit tests. |
16344
by
crpietschmann
|
Oct 15 2008 at
5:56 AM
|
6 |
|
16343
by
crpietschmann
|
Oct 15 2008 at
5:53 AM
|
9 |
Initial Checkin of v2.0.0, work in progress. [untested / not stable] |