Skip to content

Commit 7dd7254

Browse files
author
Vitaly Puzrin
committed
3.8.2 released
1 parent 1bc4b80 commit 7dd7254

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
19
3.8.1 / 2017-02-07
210
------------------
311

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "js-yaml",
3-
"version": "3.8.1",
3+
"version": "3.8.2",
44
"description": "YAML 1.2 parser and serializer",
55
"keywords": [
66
"yaml",

0 commit comments

Comments
 (0)