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 1bc4b80 commit 7dd7254Copy full SHA for 7dd7254
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+3.8.2 / 2017-03-02
2
+------------------
3
+
4
+- Fix `!!float 123` (integers) parse, #333.
5
+- Don't allow leading zeros in floats (except 0, 0.xxx).
6
+- Allow positive exponent without sign in floats.
7
8
9
3.8.1 / 2017-02-07
10
------------------
11
package.json
@@ -1,6 +1,6 @@
{
"name": "js-yaml",
- "version": "3.8.1",
+ "version": "3.8.2",
"description": "YAML 1.2 parser and serializer",
"keywords": [
"yaml",
0 commit comments