File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -566,6 +566,11 @@ But of course you can just reassign `_` variable with `_.string`
566566``` javascript
567567_ = _ .string
568568```
569+ ### 2.2.0 ###
570+
571+ * Capitalize method behavior changed
572+ * Various perfomance tweaks
573+
569574### 2.1.1###
570575
571576* Fixed words method bug
Original file line number Diff line number Diff line change 44// Documentation: https://github.com/epeli/underscore.string
55// Some code is borrowed from MooTools and Alexandru Marasteanu.
66
7- // Version 2.1.1
7+ // Version 2.2.0rc
88
99( function ( root ) {
1010 'use strict' ;
175175
176176 var _s = {
177177
178- VERSION : '2.1.1 ' ,
178+ VERSION : '2.2.0rc ' ,
179179
180180 isBlank : function ( str ) {
181181 return ( / ^ \s * $ / ) . test ( str ) ;
Original file line number Diff line number Diff line change 11{
22 "name" : " underscore.string" ,
3- "version" : " 2.1.1 " ,
3+ "version" : " 2.2.0 " ,
44 "description" : " String manipulation extensions for Underscore.js javascript library." ,
55 "homepage" : " http://epeli.github.com/underscore.string/" ,
66 "contributors" : [
You can’t perform that action at this time.
0 commit comments