-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathChanges
46 lines (31 loc) · 855 Bytes
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Revision history for perl module Underscore
{{$NEXT}}
0.07 2014-01-06T08:38:55Z
- Fix hash ordering in tests (AGAIN)
0.06 2014-01-05T07:18:24Z
- Do not rely on hash ordering in tests
0.05 2014-01-03T10:44:45Z
- Rename to UnderscoreJS
0.04 2014-01-03T10:28:48Z
- Release fixes
0.03 2013-07-17T15:09:49Z
- Add test for count_by alias
- Add test for sort used in chain
- Fix commented out tests
- Implement after
- Implement computed min
- Implement countBy
- Implemented computed max
- Implement initial, shuffle, object
- Implement omit
- Implement pairs
- Implement pick
- Implement Python test for range
- Implement result
- Reduce/reduceRight now mimic the JS impl
- Remove for_each alias
- Update to underscore.js 1.4.3 API
0.02 2012-02-08
- Import _ function by an arbitrary name
0.01 2012-02-02
- Initial release