@@ -13,7 +13,7 @@ S('oneAtATime').underscore().s //'one_at_a_time' instead of 'one_at_atime'
13
13
14
14
3.0.0 / 2014-12-08
15
15
------------------
16
- ** BREAKING** Now ` underscore() ` behaves as one would expect.
16
+ ** BREAKING** Now ` underscore() ` behaves as one would expect.
17
17
18
18
``` js
19
19
S (' CarSpeed' ).underscore ().s // '_car_speed'
@@ -56,7 +56,7 @@ See [#122](https://github.com/jprichardson/string.js/pull/122) [#98](https://git
56
56
57
57
1.9.0 / 2014-06-23
58
58
------------------
59
- * added ` wrapHTML() ` method, (#90 )
59
+ * added ` wrapHTML() ` method, (#90 )
60
60
61
61
1.8.1 / 2014-04-23
62
62
------------------
@@ -96,7 +96,7 @@ See [#122](https://github.com/jprichardson/string.js/pull/122) [#98](https://git
96
96
* The configurable option "Escape character" is documented as "escape" but was implemented as "escapeChar" (Reggino #44 )
97
97
* removed ` lines() ` , better to not have it, then to do it incorrectly (#40 )
98
98
* added ` humanize() ` method, (#34 )
99
- * added ` count() ` method, (#41 )
99
+ * added ` count() ` method, (#41 )
100
100
101
101
1.3.1 / 2013-04-03
102
102
------------------
@@ -123,7 +123,7 @@ See [#122](https://github.com/jprichardson/string.js/pull/122) [#98](https://git
123
123
* Fixed replaceAll bug. #21
124
124
* Changed ` slugify ` behavior. #17
125
125
* Renamed ` decodeHtmlEntities ` to ` decodeHTMLEntities ` for consistency. ` decodeHtmlEntities ` is deprecated. #23
126
-
126
+
127
127
128
128
1.1.0 / 2012-10-08
129
129
------------------
@@ -145,7 +145,7 @@ See [#122](https://github.com/jprichardson/string.js/pull/122) [#98](https://git
145
145
* Constructor will now cast the parameter to a string via its ` toString() ` method.
146
146
* Added ` VERSION ` value. Useful for browser dependency checking.
147
147
* Added ` lines() ` method.
148
- * Added ` slugify() ` method.
148
+ * Added ` slugify() ` method.
149
149
* Added ` escapeHTML() ` and ` unescapeHTML() ` methods.
150
150
* Added ` truncate() ` method.
151
151
* Added ` stripTags() ` method.
0 commit comments