Skip to content

Commit 2a19bf4

Browse files
committed
Prepare 0.2.10 release
1 parent 305f32d commit 2a19bf4

File tree

6 files changed

+4
-7
lines changed

6 files changed

+4
-7
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "yaml.js",
33
"main": "dist/yaml.js",
4-
"version": "0.2.9",
4+
"version": "0.2.10",
55
"homepage": "https://github.com/jeremyfa/yaml.js",
66
"authors": [
77
"Jeremy Faivre <contact@jeremyfa.com>"

dist/yaml.debug.js

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/yaml.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1526,7 +1526,6 @@ Utils = (function() {
15261526
if (_char == null) {
15271527
_char = '\\s';
15281528
}
1529-
return str.trim();
15301529
regexLeft = this.REGEX_LEFT_TRIM_BY_CHAR[_char];
15311530
if (regexLeft == null) {
15321531
this.REGEX_LEFT_TRIM_BY_CHAR[_char] = regexLeft = new RegExp('^' + _char + '' + _char + '*');

dist/yaml.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/Utils.js

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yamljs",
3-
"version": "0.2.9",
3+
"version": "0.2.10",
44
"description": "Standalone JavaScript YAML 1.2 Parser & Encoder. Works under node.js and all major browsers. Also brings command line YAML/JSON conversion tools.",
55
"keywords": [
66
"yaml",

0 commit comments

Comments
 (0)