We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 686fa0b commit dddcb5fCopy full SHA for dddcb5f
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+3.8.0 / 2017-02-07
2
+------------------
3
+
4
+- Fix reported position for `duplicated mapping key` errors.
5
+ Now points to block start instead of block end.
6
+ (#243, thanks to @shockey).
7
8
9
3.7.0 / 2016-11-12
10
------------------
11
package.json
@@ -1,6 +1,6 @@
{
"name": "js-yaml",
- "version": "3.7.0",
+ "version": "3.8.0",
"description": "YAML 1.2 parser and serializer",
"keywords": [
"yaml",
0 commit comments