Skip to content

Commit

Permalink
npm release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
esamattis committed Mar 29, 2012
1 parent ec78e35 commit b27ef05
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.markdown
Expand Up @@ -558,6 +558,14 @@ But of course you can just reassign `_` variable with `_.string`
_ = _.string
```


### 2.1.0 ###

* AMD support
* Added toSentence method
* Added slugify method
* Lots of speed optimizations

### 2.0.0 ###

For upgrading to this version you need to mix in Underscore.string library to Underscore object:
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "underscore.string",
"version": "2.0.0",
"version": "2.1.0",
"description": "String manipulation extensions for Underscore.js javascript library.",
"homepage": "http://epeli.github.com/underscore.string/",
"contributors": [
Expand Down

0 comments on commit b27ef05

Please sign in to comment.