Fork: ByHierarchy

commits

date

comment

67ba14063e3d
by martin
Feb 19
7:08 PM
default tip

Added method ByHierarchy

d3dd57d3c4ce
by neuecc
Feb 4 2011
2:46 PM
dev

start development branch.
Add ZipWith, Merge.

7e1896929b6e
by neuecc
Feb 4 2011
2:33 PM
default

"2.2.0.2" ?????????? "bf95396e28ea" ???????

f11d17d37a87
by neuecc
Feb 4 2011
2:31 PM

"2.0.0.0" ?????????? "18771fba9d91" ???????

db6be717dfe4
by neuecc
Feb 4 2011
2:30 PM

"1.3.0.2" ?????????? "6eb25f3d32aa" ???????

49f843f1a0aa
by neuecc
Feb 4 2011
2:29 PM
Wsh Extensions

close branch

47e768a0a736
by neuecc
Feb 4 2011
2:28 PM
Utility Extensions

close branch

1e646b7fc03d
by neuecc
Feb 4 2011
2:28 PM
Xml Extensions

close branch

14e750692072
by neuecc
Feb 4 2011
2:27 PM
old

add prototypes

1ef81e804de4
by neuecc
Feb 4 2011
2:24 PM

seiri

7211f2f9cd53
by neuecc
Feb 4 2011
2:23 PM

Mrege Wsh

56219cae5e09
by neuecc
Feb 4 2011
2:22 PM

Merge Util

8793ca73a8b2
by neuecc
Feb 4 2011
2:18 PM

move

4de18aa27ab8
by neuecc
Feb 4 2011
2:18 PM

Merge Xml Branch

0f7f014f6dea
by neuecc
Feb 4 2011
2:17 PM

make old branch

bf95396e28ea
by neuecc
Jan 21 2011
2:00 PM
default 2.2.0.2

ver 2.2.0.2

b0b54178bbf4
by neuecc
Jan 19 2011
10:48 AM

ignore *.config

a952e6cb354e
by neuecc
Jan 19 2011
10:47 AM

Add Zip Archive Script by F#

6f91de7ca30c
by neuecc
Jan 18 2011
12:47 PM

add generated files

85aeabbfa775
by neuecc
Jan 18 2011
12:46 PM

ver 2.2.0.1
Change
ToObservable(linq.rx.js) receive scheduler
OrderBy optimized performance
minifier/jQuery genereted by F# Script
Bug Fix
remove two not declared var

e054f0bfd3b2
by neuecc
Jun 28 2010
2:33 PM

add snippets
readme fix(rewrite all tests from JSUnit to QUnit)

3cf3b699054b
by neuecc
Jun 28 2010
2:19 PM

Add Method
TakeFromLast
ToJSON
Add File
binding for RxJS(Reactive Extensions for JavaScript)
add RxVSDocGenerator(rx-vsdoc.js generator for RxJS)
add code snippets for Visual Studio
Change
wrap array (Enumerable.From(array)) optimized performance
Grouping optimized performance
Enumerable.From(array)'s array allow function element
if TakeExceptLast's count under 0 then return all sequence
add default iterator variable's second, third, fourth($$, $$$, $$$$)
Bug Fix
MemoizeAll can't work when sequence contains undefined
Sum can't work when sequence is empty(fixed return 0)
vsdoc's Grouping elementSelector is short of summary

9e6a1422ad64
by neuecc
May 18 2010
2:09 PM

Add Class
Dictionary
Lookup
Grouping
OrderedEnumerable
Add Method
ToDictionary
MemoizeAll
Share
Let
Add Overload
Join (compareKey)
GroupJoin (compareKey)
GroupBy (compareKey)
PartitionBy (compareKey)
ToLookup (compareKey)
Breaking Change
return type of ToLookup -> from Array to Lookup
Enumerate type of GroupBy,PartitionBy -> from KeyValuePair to Grouping
Change
implimentation of OrderBy/ThenBy changed CLR compatible (maybe...)
Bug Fix
GroupBy Key auto converts to string
All set methods do not distinction between boolean and string and number
Scan and All Paging Methods do not work if sequence contains undefined

18771fba9d91
by neuecc
Apr 23 2010
12:44 PM
2.0.0.0

fix jquery.linq-vsdoc.js

1c26ff20a9d7
by neuecc
Apr 23 2010
12:25 PM

2.0 release version. some fixes.