Skip to content

Commit 780b27b

Browse files
author
Christoph Hermann
committed
pump 3.1.0
1 parent d8d37f0 commit 780b27b

File tree

8 files changed

+179
-118
lines changed

8 files changed

+179
-118
lines changed

CHANGELOG.markdown

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11

22
# Changelog
33

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

615
* Provide `dist` in npm package [#402](https://github.com/epeli/underscore.string/pull/402)

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "underscore.string",
3-
"version": "3.0.3",
3+
"version": "3.1.0",
44
"description": "String manipulation extensions for Underscore.js javascript library.",
55
"homepage": "http://epeli.github.com/underscore.string/",
66
"contributors": [

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "underscore.string",
33
"repo": "epeli/underscore.string",
44
"description": "String manipulation extensions for Underscore.js javascript library",
5-
"version": "3.0.3",
5+
"version": "3.1.0",
66
"keywords": [
77
"underscore",
88
"string"

0 commit comments

Comments
 (0)