Skip to content

Commit

Permalink
pump 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Hermann committed Jun 5, 2015
1 parent d8d37f0 commit 780b27b
Show file tree
Hide file tree
Showing 8 changed files with 179 additions and 118 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.markdown
@@ -1,6 +1,15 @@

# Changelog

### 3.1.0

* Meteor integration [baeb0da](https://github.com/epeli/underscore.string/commit/baeb0da0053549e5346184630a7e0c5007b8be4f)
* Add flag to capitalize to lowercase remaining characters [#408](https://github.com/epeli/underscore.string/pull/408)
* Move to mocha [#409](https://github.com/epeli/underscore.string/pull/409)
* Add support for more htmlEntites in escapeHTML and unescapeHTML [#417](https://github.com/epeli/underscore.string/pull/417)
* Performance improvement in levenshtein [#427](https://github.com/epeli/underscore.string/pull/427)
* [Full changelog](https://github.com/epeli/underscore.string/compare/3.0.3...3.1.0)

### 3.0.3

* Provide `dist` in npm package [#402](https://github.com/epeli/underscore.string/pull/402)
Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "underscore.string",
"version": "3.0.3",
"version": "3.1.0",
"description": "String manipulation extensions for Underscore.js javascript library.",
"homepage": "http://epeli.github.com/underscore.string/",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion component.json
Expand Up @@ -2,7 +2,7 @@
"name": "underscore.string",
"repo": "epeli/underscore.string",
"description": "String manipulation extensions for Underscore.js javascript library",
"version": "3.0.3",
"version": "3.1.0",
"keywords": [
"underscore",
"string"
Expand Down

0 comments on commit 780b27b

Please sign in to comment.