@@ -111,11 +111,11 @@ <h2>Downloads <i style="padding-left: 12px; font-size:12px;">(Right-click, and u
111
111
< p >
112
112
< table >
113
113
< tr >
114
- < td > < a href ="underscore.js "> Development Version (0.4.7 )</ a > </ td >
114
+ < td > < a href ="underscore.js "> Development Version (0.5.0 )</ a > </ td >
115
115
< td > < i > 20kb, Uncompressed with Comments</ i > </ td >
116
116
</ tr >
117
117
< tr >
118
- < td > < a href ="underscore-min.js "> Production Version (0.4.7 )</ a > </ td >
118
+ < td > < a href ="underscore-min.js "> Production Version (0.5.0 )</ a > </ td >
119
119
< td > < i > 2kb, Packed and Gzipped</ i > </ td >
120
120
</ tr >
121
121
</ table >
@@ -1041,6 +1041,19 @@ <h2>Links & Suggested Reading</h2>
1041
1041
1042
1042
< h2 > Change Log</ h2 >
1043
1043
1044
+ < p >
1045
+ < b class ="header "> 0.5.0</ b > < br />
1046
+ < b > [API Changes]</ b > < tt > _.bindAll</ tt > now takes the context object as
1047
+ its first parameter. If no method names are passed, all of the context
1048
+ object's methods are bound to it, enabling chaining and easier binding.
1049
+ < tt > _.functions</ tt > now takes a single argument and returns the names
1050
+ of its Function properties. Calling < tt > _.functions(_)</ tt > will get you
1051
+ the previous behavior.
1052
+ Added < tt > _.isRegExp</ tt > so that < tt > isEqual</ tt > can now test for RegExp equality.
1053
+ All of the "is" functions have been shrunk down into a single definition.
1054
+ < a href ="http://github.com/grayrest/ "> Karl Guertin</ a > contributed patches.
1055
+ </ p >
1056
+
1044
1057
< p >
1045
1058
< b class ="header "> 0.4.7</ b > < br />
1046
1059
Added < tt > isDate</ tt > , < tt > isNaN</ tt > , and < tt > isNull</ tt > , for completeness.
0 commit comments