You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+38-1Lines changed: 38 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@
27
27
28
28
### 5.0.3 (2013-03-21)
29
29
30
-
* More size units recongnized
30
+
* More size units recognized
31
31
**No backwards-incompatible changes*
32
32
**No deprecations*
33
33
@@ -37,6 +37,43 @@
37
37
**No backwards-incompatible changes*
38
38
**No deprecations*
39
39
40
+
### 5.0.5 (2013-04-17)
41
+
42
+
* Initial support for lenient parsing (setting this parser option will catch some exceptions internally and recover the parser’s state as neatly as possible).
43
+
**No backwards-incompatible changes*
44
+
**No deprecations*
45
+
46
+
### 5.0.6 (2013-05-31)
47
+
48
+
* Fix broken unit test
49
+
**No backwards-incompatible changes*
50
+
**No deprecations*
51
+
52
+
### 5.0.7 (2013-08-04)
53
+
54
+
* Fix broken decimal point output optimization
55
+
**No backwards-incompatible changes*
56
+
**No deprecations*
57
+
58
+
### 5.0.8 (2013-08-15)
59
+
60
+
* Make default settings’ multibyte parsing option dependent on whether or not the mbstring extension is actually installed.
61
+
**No backwards-incompatible changes*
62
+
**No deprecations*
63
+
64
+
### 5.1.0 (2013-10-24)
65
+
66
+
* Performance enhancements by Michael M Slusarz
67
+
* More rescue entry points for lenient parsing (unexpected tokens between declaration blocks and unclosed comments)
68
+
**No backwards-incompatible changes*
69
+
**No deprecations*
70
+
71
+
### 5.1.1 (2013-10-28)
72
+
73
+
* Updated CHANGELOG.md to reflect changes since 5.0.4
0 commit comments